搜索资源列表
fft2
- 图形用户界面实现了二维傅立叶变换(fft2)对图象处理,效果好.
fft2.rar
- 本程序是关于二维傅里叶变换计算相关的,经过调试成功,希望大家多多参考并提建议,2fft
fft2.rar
- Image Processing FFT Code. C++图像处理FFT代码。,Image Processing FFT Code.
fft2.rar
- FFT(快速傅里叶变换)的算法,在VC++环境下编译可立即看到结果,本人认为具有很好的参考价值,欢迎下载^_^,FFT (Fast Fourier Transform) algorithm, in the environment of VC++ compiler can immediately see the results, I think that has a very good reference value are welcome to download ^ _ ^
fft2
- matlab实现的fft2程序,可用于图像频谱分析-matlab implementation of fft2 procedures, can be used for image spectral analysis
fft2
- 按时间抽取的基2快速傅立叶变换,详细的讲解了编程的思维并有源代码!-Time taken by the radix-2 fast Fourier transform, in detail the thinking and programming source code!
FFT2
- 经典的快速fft变换源代码 FFT2 FFT2-FFT2FFT2FFT2FFT2
fft2
- 适用于TI公司DM642的FFT例程 很好的资料-TI companies apply to the FFT routines DM642 good information
fft2
- fft变换程序,信号和数据处理用的,相当有用。-fft transform procedures, signal and data processing use, and very useful.
fft2
- 基于vc6.0实现fft与卷积的方法,本例经过测试,绝对好用-Fft-based implementation vc6.0 and convolution methods tested in this case, the absolute ease of use
FFT2
- 深刻理解DFT和基2-FFT的算法原理、编程思想,掌握C程序设计的基本技术。-A deep understanding of DFT and the 2-FFT-based algorithm, programming ideas, grasp the basic C programming techniques.
fft2
- 优化过的128点fft和ifft,最大程度的精简代码和提高预算率-fourier transform of 128 point,which can run in the most fast speed
fft2
- 在其他人基础上,改进的可以计算128*128个分离傅立叶变换的程序,可以调用txt文件。-In others, based on improvements can be calculated separation of 128* 128 Fourier transform procedure, you can call the txt file.
fft2
- 基于FPGA的FFT设计,非常经典,能使用-The FFT-based FPGA design, very classic, can use
FFT2IFFT2
- FFT2 & IFFT2\Untitle.rar with matlab
fft2
- 512点8位基2fft程序。基于 vhdl/verilog。已仿真布线通过。-512 points, eight base 2fft program. Based on vhdl/verilog. Simulation layout has been adopted.
fft2
- 通过C语言实现基二FFT和IFFT,从而快速地实现傅里叶变换-C language implementation through the base 2 FFT and IFFT, in order to achieve fast Fourier transform
matlab-work
- f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize ) -f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift
MATLAB--FFT2
- 利用matlab fft2处理图形以及灰度处理 -Graphics processing using matlab fft2
fft2
- 图像的二维傅里叶变换,matlab编程,很好用。-Two-dimensional Fourier transform image, matlab programming