搜索资源列表
ImageFFT2
- VC编写的高效的图象2D快速傅立叶正变换程序,编译通过.适合256色bmp图象变换.效果和matlab的fft2()没法比,但是程序值得借鉴.适合图象处理初学者,有助于理解傅立叶变换在图象处理中的重要作用.-VC efficient preparation of the image is 2D fast Fourier transform procedures compile. Bmp for 256-color image transformation. Results and Matlab
fft2
- matlab实现快速傅立叶变换,采用了矩阵法
FFT2
- 用matlab实现FFT,不是用matlab自带的函数fft,而是自己重新编程-Matlab implementation with FFT, not the native function with matlab fft, but his re-programming
fft2
- ADC转换器的 fft测试,包括几个MATLAB程序-ADC converter fft test, including several MATLAB programs
fft2
- matlab实现的fft2程序,可用于图像频谱分析-matlab implementation of fft2 procedures, can be used for image spectral analysis
FFT2IFFT2
- FFT2 & IFFT2\Untitle.rar with matlab
chap04
- matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar-matlab
xianxingxitongdepinyufenxifa
- How to apply the 2D FFT functions in Matlab 如何使用MATLAB中的FFT2对图像进行二维的FFT处理详细教程-How to apply the 2D FFT functions in Matlab 如何使用MATLAB中的FFT2对图像进行二维的FFT处理详细教程
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
fft2
- FFT spectrum analiz matlab scr ipt-FFT spectrum analiz matlab scr ipt
myDFT
- This function is equivalent to matlab fft2 function, but without using for loops, instead this function is implemented using matrix multiplication.
FFT2optimization
- Matlab图像处理库的二维傅立叶变换,时域和频域的尺寸相同,这导致傅立叶变换运算低效,这里是一个优化后的算法的代码。-Many image processing applications require an extensive usage of FFT2 routine (or, in the most general case, a N-dimensional FFT) of matrices having the same dimensions. In these cases M
fft2
- 快速傅立叶变换(时域抽取基二fft)matlab程序源码-Fast Fourier Transform (time-domain samples di fft) matlab program source code
fft2-matlab
- 图像傅里叶变换,matlab模拟透镜成像过程,可看到频域信息-fft2 optical imaging progress
FFT2
- 进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换-Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform
MATLAB
- matlab开发环境,.编程实现二维DFT的变换,并与标准函数结果fft2进行比较,基本傅里叶、离散余弦变换,空域(完成两个程序) 增强噪声后再进行处理,利用标准函数,求图像阈值分割、边缘检测的基本使用(lena256.bmp,方法:graythresh、edge),求分水岭,利用标准函数dwt2、idwt2分解图像man_pic.jpg,基本 BP-BPbase1 -matlab development environment. Programming dimensional DFT
fft2
- matlab中的图像处理实现二维傅立叶变换fft2函数一样的功能-To achieve the same functionality with fft2 function
fft2-in-matlab
- FFT应用举例 x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t),fs=100Hz,绘制: (1)数据个数N=32,FFT所用的采样点数NFFT=32; (2)N=32,NFFT=128; (3)N=136,NFFT=128; (4)N=136,NFFT=512。-FFT in matlab example