搜索资源列表
正交变换
- 正交变换,包括离散余玄转换,快速浮离叶变换,小波变换等。-orthogonal transformation, including discrete Yuxuan conversion, floating from the fast Fourier transform, wavelet.
MYDCT-Qwx
- 我自己写的DCT变换,8*8点的,采用FFT算法完成快速的DCT-I wrote it myself DCT, 8 * 8 o'clock, FFT algorithm rapid completion of the DCT
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
Spcana471
- 日文版最大熵方法以及快速富丽叶变换法计算功率谱-Japanese version of maximum entropy method of fast Fourier transform Wealthy calculated power spectrum
liftpack-1.0-cc.tar
- 快速提升小波变换的源程序,可以处理一维和二维信号和图像。-quickly upgrade wavelet transform of the source, can handle one-dimensional and two-dimensional signals and images.
fft_useful
- 利用C/C++语言的特点实现快速傅立叶变换FFT。比较实用的一个程序-using C / C language features to achieve FFT fast Fourier transform. A more practical procedures
spiht_ac_psnr
- 集成了快速算术编码的spiht图像编码算法,我增加了psnr的计算.-the rapid integration of spiht arithmetic coding algorithm for image coding, I increased psnr calculations.
wavelet_edge
- % 该算法采用的是样条小波,为了更好的检测边缘,用a tuous 算法代替了mallat算法。 % 该算法和mallat快速算法主要区别: % 1 a tuous 算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。 % 2 a tuous 算法需要对滤波器进行伸缩。
WaveletTransform2
- 快速小波变换程序.程序浅显易懂!适合初学者!-fast wavelet transform procedures. Procedures simple words! For beginners!
Hartly
- hartly变换的二维快速变换算法,实现实数形式的快速变换,可以快速进行信号的变换,实现类似Gabor的变换-hartly transform the two-dimensional fast algorithm to achieve real form of rapid transformation, can quickly transform the signal to achieve similar Gabor transform the
小波变换的快速离散算法实现及应用
- 小波变换的快速离散算法实现及应用-wavelet transform fast discrete algorithm and its application
KuaiSuXiaoBoSuanFa
- 基于子带编码的快速小波变换算法-subband coding based on the fast wavelet transform algorithm
FFT
- 快速傅立叶变换代码 快速傅立叶变换代码
CONV
- 卷积&相关的VC程序,依托fft实现快速卷积和相关
普通dct变换和快速dct变换
- 两种方法实现dct变换,一般和快速.通过比较可以看出快速变换的优越性.
fft
- c fft C编写的快速傅立叶变换的源代码-c fft
Sound-visualize-frequency
- 快速傅里叶变换,用csharp编写的,学习学习学习学习。里边有一个类,是老外写的-Fast Fourier transform, written using csharp, learning learning learning learning. Inside a class, are written by foreigners
C_FFT_IFFT
- 这是快速傅里叶变换及逆变换的实现c代码,傅里叶变换是小波变换的基础更是图像及信号处理的基础-This is the fast Fourier transform and inverse transform of the realization of c code, Fourier transform is based on wavelet transform is the basis of image and signal processing
zj
- 傅里叶变换c++实现,用C实现了快速傅里叶变换,逆傅里叶变换。- Fourier transform implemented by c.
高斯二维快速傅里叶变换
- 可以对高斯二维64*64函数进行二维快速傅里叶变换,输出的结果在“结果”txt文档中-Two-dimensional fast Fourier transform of the Gaussian two-dimensional 64* 64 function