搜索资源列表
lvboqqqqqqq
- 于傅里叶变换的图像加密技术研究 具体是将一幅图像用 fft 变换到频域 在频域中进行加密 我考虑的是通过随机相位来加密的方法,请问用matlab怎样实现 加密后在通过 ifft 得到加密后的图象 -Fourier transform in the image encryption technology to study the details of an image is to use fft transformed to the frequency doma
chengxu3
- 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图
Some-basic-transformations-in-MATLAB
- 图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
image_fft
- 使用matlab画圆,对图傅里叶变化,零频移中,反变换实验-test fft and ifft
FFT
- (1)在MATLAB环境下编写FFT算法(不调用系统现有函数); (2)实现对选定图片进行FFT计算、还原(IFFT计算),并与系统FFT函数做对比,进行分析; (3)设计GUI界面。-(1) the preparation of the FFT algorithm (do not call the system existing function) in MATLAB environment (2) to achieve the selected image to the FF
matlab-addition-to-dry
- 通过fft变换,对图片进行信号进行除燥,进行反ifft变换图像重构-By fft transform, the picture signal in addition to dry, inverse transform image reconstruction ifft
fbp-
- 手动求投影,(手动实现radon的等价效果) 滤波反投影,即fft=>滤波=>ifft=>反投影(fft, filter, ifft, inverse filter)