搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
傅立叶变换经典算法
- 经典快带傅立叶变换与反变换算法,可实现一维和二维
小波变换C源码
- 一个有关小波变换的C语言源码,已编译通过,可以反变换等。
Arnold-and-FanArnold 这是Arnold变换 and 反变换的源代码
- 这是Arnold变换 and 反变换的源代码.算法是经过改正的,运行可靠。在图像处理过程中用于图像预处理。-This is the Arnold transform and inverse transform of the source code. Algorithm is the result of correct and reliable operation. In the image processing for image preprocessing.
DFT-IDFT
- 图像处理的一些基本操作,滤波,傅立叶变换,傅立叶反变换等等,附带有CT照片,可以测试效果.-Some of the basic operation of image processing, filtering, Fourier transform, Fourier inverse transform, etc., with a CT picture, you can test results.
fft
- C语言实现快速傅里叶算法,可以输入任意位,有正变换和反变换!-C language realization of fast Fourier algorithm, can enter any place, there is transformation and anti-transformation!
zigzag
- 函数功能:本函数将完成对输入的 8*8 矩阵按照 zigzag 排列抽取数据 matrix 为输入矩阵 select==1 为正变换,select==2为反变换 zigdone 为输出矩阵-Function: This function will complete the input of 8* 8 matrix of data collected in accordance with the zigzag array matrix as input matrix select ==
4
- 灰度图像的傅里叶变换程序;灰度图像的傅里叶反变换程序;-Gray-scale image Fourier transform procedures gray image of the Fourier inverse transform process
fft
- 傅里叶变换(FFT)的C++/C原码。 设置参数isign=+1为正变换,设置参数isign=-1为反变换。-Fourier Transform (FFT) of the C++/C source. Setting parameters isign =+1 for the transformation, setting parameters isign =- 1 for the inverse transform.
FFT
- 这是一个很好用的FFT源程序,包括反变换 \正变换.-this is a good FFT program,including forward FFT and inversed FFT.
DIBDisplay
- 图像的傅里叶变换,反变换,转成灰度图,只支持8位bmp,多文档,DIB显示,环境VS2008-Image of the Fourier transform, inverse transform, grayscale conversion, only support 8-bit bmp, multi-document, DIB showed VS2008 environment
FreTrans
- 对图片进行灰度变换,并实现FFT变换与傅立叶反变换-Gray-scale transformation of the picture and realize FFT transform and Fourier inverse transform
xiaoboquzao
- 小波去噪matlab程序,在噪声环境下语音信号的增强,语音信号为读入的声音文件,噪声为正态随机噪声,在小波基 db3 下进行一维离散小波反变换.-Matlab wavelet denoising procedure, noise enhancement of speech signals, speech signal is read into the sound file, the noise is normal random noise, the wavelet ' db3' u
tau-p反变换的代码,已编译成函数,可直接调用。具体使用见代码说明。
- tau-p反变换的代码,已编译成函数,可直接调用。具体使用见代码说明。收藏的精品,与各位分享,对于学习用matlab进行地震数据处理很有用
matlab+c
- 二维图像的投影和图像重建,直接傅里叶反变换法,先反投影后滤波,先滤波后反投影,卷积反投影(Two dimensional image projection and image reconstruction, direct Fourier inverse method, first backprojection, after filtering, first filter, back projection, convolution back projection)
FFT
- 利用matlab进行傅里叶变换及反变换,实现空域到频域,频域到空域的图像处理(Using Fourier transform and inverse transform, to achieve the airspace to the frequency domain, frequency domain to the airspace image processing)
双矩形脉冲的正反傅里叶变换
- 双矩形脉冲的正反傅里叶变换 (1) 画出以上式子所定脉冲的时域波形; (2)画出信号的振幅谱 abs(sf);(3) 将第二步所得的频谱求傅里叶反变换,并画出其波形,并与原始信号对比;(Positive and inverse Fourier transform of double rectangular pulses (1) draw the above formula set by the pulse waveform; (2) draw the signal amplitu
riemanSum
- 瞬态热传导问题的积分变换求解,并利用数值反变换求时域的解(solve heat conduction by laplace)
数字信号处理实验2
- 一、实验目的 1.掌握求解离散时间系统差分方程的两种方法:迭代法和filter函数法。 2.利用Z变换对系统进行复频域分析。 3.掌握系统零极点的绘制方式及Z反变换的求解方法。 4.熟悉Z变换的应用。 二、实验环境 1.Windows xp操作系统 2.MATLAB2007a软件(First, the purpose of the experiment 1. the two methods of solving the difference equation of the
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)