搜索资源列表
fft
- 利用matlab的fft函数进行快速傅里叶变换的m文件-Matlab' s fft function using the fast Fourier transform of the m file
fftbasedconvolution
- - conv2fft.m ---> M-file for 2D FFT-based convolution - convfft.m ---> M-file for 1D FFT-based convolution-- conv2fft.m ---> M-file for 2D FFT-based convolution - convfft.m ---> M-file for 1D FFT-based convolution
lab3
- 编写16点基4-FFT算法的MATLAB程序(studentname.m文件)。 产生16点输入序列x,算出16点频谱序列X,用stem(X)显示频谱图形。-4-FFT algorithm
2D-Fourier-Transform
- 基于matlab的数字图像的二维傅立叶变换(FFT)以及二维离散余弦DCT变换,提供里详细代码,.m文件-Matlab-based digital image two-dimensional Fourier transform (FFT) and two-dimensional discrete cosine transform DCT offers in detailed code,. M file
one
- 产生右图所示图像f1(m,n),其中图像大小为256×256,中间亮条为128 ×32,暗处=0,亮处=100。对其进行FFT: ① 同屏显示原图f1(m,n)和FFT(f1)的幅度谱图; ② 若令f2(m,n)=(-1)m+n f1(m,n),重复以上过程,比较二者幅度 谱的异同,简述理由; ③ 若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅 度谱,并与FFT(f2)的幅度谱进行比较; ④ 若将f1(m,n) 顺时针旋转90 度得到
picture-processing
- 产生一图像 f1(m,n),其中图像大小为256×256,中间亮条为128×32,暗处=0,亮处=100。对其进行FFT: 同屏显示原图f1(m,n)和FFT(f1)的幅度谱图;-Generating an image f1 (m, n), wherein the image size is 256 × 256, the highlight bar to the middle of 128 × 32, 0 = dark, bright point = 100. Its FFT: screen
picture-processing
- 产生一图像 f1(m,n),其中图像大小为256×256,中间亮条为128×32,暗处=0,亮处=100。对其进行FFT:1.若令f2(m,n)=(-1)^(m+n)*f1(m,n),重复以上过程,比较二者幅度谱的异同;2若将f2(m,n)顺时针旋转90 度得到f3(m,n),试显示FFT(f3)的幅度谱,并与FFT(f2)的幅度谱进行比较;-Generating an image f1 (m, n), wherein the image size is 256 256, the highlig
image
- 调用自定义函数解决题目: 1.读取自然图像、生成合成图像、高相关图像、高去相关图像,完成压缩 2.得到傅里叶变换后的图像 3.fft中心变换\walsh变换,进行两种变换的对比 4.得到傅里叶变换后的图像和傅里叶变换需要的时间,显示变换后的图像,显示傅里叶变换时间随图像像素的变化 5.显示不同阶数butterworth高通滤波和低通滤波滤波器的传递函数和处理后的图像 6.调用butterworthw.m,显示原图像、原图像频谱、低通滤波、高通滤波的传递函数,以及滤波器处理后的图像 7.拉普拉斯高