搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
fft_useful
- 利用C/C++语言的特点实现快速傅立叶变换FFT。比较实用的一个程序-using C / C language features to achieve FFT fast Fourier transform. A more practical procedures
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
CONV
- 卷积&相关的VC程序,依托fft实现快速卷积和相关
fft
- 快速富立叶FFT变换的源代码,是实现数字信号处理、图像分析常用算法
pinPuFeiXi
- Reliable 软件公司:通过麦克风,实现了对声音的实时快速傅立叶变换。
Fourier
- Fourier图形变换,实现快速付立叶变换算法,对图像进行付立叶变换。
fft
- 在visual c++环境下实现的混合基的快速傅立叶算法的实现
FFT
- 用c实现的快速傅立叶变换算法,用作频谱分析
2DFastWaveletTransform
- 2D快速小波变换,支持多种过滤器,包括:Daubechies, Coiflets, Biorthogonal小波。压缩使用的小波是Bior53 and Bior97,能实现快速的动态影像缩放。
Fast_Algorithm_of_Edge_Detection_Based_on_Lifting_
- 本文通过比较第一代和第二代小波算法特点,引入二代小波提升结构的概念,提出了一种基于二代小波提升结构的快速图像边缘检测算法 对三次B样条小波基实现提升格式,通过计算大尺度下分解子图的模值和幅角来确定边缘 经过实验比较,能比经典的边缘检测算法得出更精确的边缘图像,同时通过与基于第一代小波算法的边缘检测比较,基于二代小波提升格式的边缘检测算法计算更快速,更高效。
小波算法vc源码2
- 小波变换的visual c++实现源代码,有效实现了小波的快速变换,得到很好的恢复图像,是个很有价值的源程序。-wavelet transform visual c achieve source code, the effective realization of the fast wavelet transform, well restored images, is a valuable source.
普通dct变换和快速dct变换
- 两种方法实现dct变换,一般和快速.通过比较可以看出快速变换的优越性.
fft
- 信号处理课程的课程设计。快速傅里叶变换FFT的C语言实现及应用-Signal processing courses in curriculum design. Fast Fourier transform FFT of the C language and application
wavelet
- 通过matlab实现二维离散小波变换的Mallat快速算法源程序和对二维图像进行多级分解与重建-Matlab achieved by two-dimensional discrete wavelet transform Mallat fast algorithm and multi-dimensional image decomposition and reconstruction
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.
wavelet
- 小波变换用计算机的快速实现,采用MATLAB计算工具-Wavelet transform fast to achieve using the computer,Using MATLAB calculation tool
fft
- 快速傅立叶变换,本函数可以快速实现信号的频域变换和分析-Fast Fourier transform, this function can quickly realize the signal in the frequency domain transform and analysis