Welcome![Sign In][Sign Up]
Location:
Search - inverse FFT

Search list

[Graph programwr_bmp_demo

Description: 数字图象处理算法的演示,包括:图象的DFT和逆DFT,图象的FFT和逆FFT,在图象中加入正弦噪声,图象的模板运算实现图象平滑和锐化等等。-digital image processing algorithms demo, including : Image DFT and inverse DFT, FFT image and inverse FFT, in the image by adding sinusoidal noise, the template image Operational Image sharpening and smoothing and so on.
Platform: | Size: 277504 | Author: wysh | Hits:

[Communication-Mobile2189414139200591717859627843

Description: 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 -purposes : digital image processing algorithms demo, including : Image# 8226 DFT and inverse DFT Image# 8226 FFT and inverse FFT# 8226 in the image by adding noise sine# 8226 Image Computing template image sharpening and smoothing# 8226 image histogram equalization# 8226 the contrast of the image# 8226 tensile image median filter# 8226 image histogram display# 8226 some frequency-domain filter image# 8226# 8226 mirror image rotation (90 degrees and arbitrary angle) images# 8226# 8226 Zooming other small Algorithm
Platform: | Size: 311296 | Author: 例为 | Hits:

[Otherfft_ifft_project

Description: fft和ifft的c程序代码,工程中用到的代码,蛮实用的,希望对大家有用!-fft and the c code, which works to use the code, quite practical, useful for all!
Platform: | Size: 32768 | Author: wgz | Hits:

[Special Effectsimagelowbcb(fft)

Description: 该程序是用c++builder写的基于快速付利叶(fft)变换的图像低通滤波其中包括fft变换和逆变换-that the procedure was used to write c builder profits based on the rapid leaf (fft) Transform Image low-pass filter including fft transform and inverse transform
Platform: | Size: 1024 | Author: yyyyyy | Hits:

[AlgorithmFFT

Description: 一种用C语言实现的快速傅立叶变换和傅立叶反变换,经测试十分好用-A C-realize the fast Fourier transform and Fourier inverse transform, have been tested and is very easy to use
Platform: | Size: 5120 | Author: mzp | Hits:

[Algorithmfft

Description: 本程序完成了FFT变换和逆变换,提供了具体算法和一个函数使用的demo工程-This procedure was completed FFT transform and inverse transform to provide a specific algorithm and a function used in demo project
Platform: | Size: 9216 | Author: shengwei | Hits:

[Algorithmfft

Description: 用于进行一维和二维的傅利叶变换及其逆变换-Used for the one-dimensional and two-dimensional Fourier transform and its inverse transform
Platform: | Size: 4096 | Author: 杨过 | Hits:

[assembly languagefft-txcl

Description: 1.matlab编程,实现函数的倒排序; 2.程序实现FFT,傅立叶逆变换; 3.一个图像处理程序,添加噪声,去噪。 -1.matlab programming, realize inverted sort function 2. Procedures realize FFT, inverse Fourier transform 3. An image processing program, add noise, de-noising.
Platform: | Size: 1024 | Author: clw | Hits:

[Algorithmfft

Description: 由上述实验过程的图像变化可知,经过傅立叶变换和反变换及DCT离散余弦变换和反变换后,图像都发生了很大的变化,首先是经过2-D傅立叶变换后,图像数据频域出现高频数据集中,低频数据在四周的现象,然后再经过2-D傅立叶变换反变换后,图像再次恢复原始图。而2-D离散余弦变换对图像的影响也是如此。-From the above experiment, we can see the image change, after Fourier transform and inverse transform and DCT discrete cosine transform and inverse transform, the images have changed a lot, first of all, is a 2-D Fourier transform, the image data emergence of high-frequency frequency-domain data, low-frequency data in the four weeks of the phenomenon, and then after a 2-D Fourier transform inverse transform, the image again to restore the original map. And 2-D discrete cosine transform on the impact of images is also true.
Platform: | Size: 475136 | Author: | Hits:

[Algorithmfft

Description: 求复利叶变换和复利叶逆变换,包含求二维快速复利叶变换函数-Fourier transform for compound interest and compound leaf inverse transform, including compound interest for two-dimensional fast Fourier transform function
Platform: | Size: 2048 | Author: 南智敏 | Hits:

[Waveletfft

Description: fft的快速傅里叶变换 // data 长度为 (2 * 2^n), data 的偶位为实数部分, data 的奇位为虚数部分 // isInverse表示是否为逆变换-fft Fast Fourier Transform// data length (2* 2 ^ n), data of the dual spaces for the real part, data for the odd bit imaginary part of// isInverse said whether the inverse transform
Platform: | Size: 6144 | Author: 张志丹 | Hits:

[Algorithmmyifft

Description: 自己编写的matlab中的逆FFT变换,可以用于交流学习-I have written in matlab inverse FFT transform, can be used for the exchange of learning
Platform: | Size: 1024 | Author: | Hits:

[Otherfft

Description: FFT实现程序,可以进行正向FFT,也可以实现逆FFT-FFT realize procedures, can be forward FFT, inverse FFT can also realize
Platform: | Size: 161792 | Author: | Hits:

[SCMfft

Description: fft.c - fast Fourier transform and its inverse (both recursively) -fft.c- fast Fourier transform and its inverse (both recursively)
Platform: | Size: 3072 | Author: moo | Hits:

[Special Effectsfft

Description: implement 1D and 2D FFT and Inverse 2D FFT ,obtain the power spectrum from a set of FFT coefficients and achieve the Butterworth Lowpass Filter
Platform: | Size: 2048 | Author: lu jie | Hits:

[AlgorithmFFT

Description: 计算快速fouries变换的c++源程序,即可计算正变换,又可计算逆变换!-it can compute the fouries transform of time series,in c++.it can also compute the inverse fouries transform.
Platform: | Size: 748544 | Author: Blueye | Hits:

[AlgorithmFFT

Description: This a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.-This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.
Platform: | Size: 1461248 | Author: SUNGWOONG KIM | Hits:

[Mathimatics-Numerical algorithmsFFT

Description: 一个简洁的,快速傅利叶变换和反变换,输入要变换的数据长度,和数据内容,即可在窗口得到变换后的输出结果;-A simple, fast Fourier transform and inverse transform, to transform input data length, and data content, can be transformed in the window of the output
Platform: | Size: 334848 | Author: sky | Hits:

[DSP programFFT

Description: DSP中进行的傅里叶变换程序。它包含了正变换和逆变换两种,可以多次条用。-DSP in the Fourier transform procedure. It contains transform and inverse transform are the two can be used many times.
Platform: | Size: 1024 | Author: 蔡志伟 | Hits:

[Algorithmfft

Description: fft simulation includes inverse conversion is the conversion
Platform: | Size: 1024 | Author: stanley | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net