资源列表
Biorthogonal
- MakeBSFilter产生完全重构双正交对称滤波器 MakeBSWavelet产生双正交对称小波和尺度函数的图形-MakeBSFilter have completely remodeling Biorthogonal symmetrical filter MakeBSWave have let biorthogonal wavelet and symmetric scaling function graphics
spatialfilteringrelatedmatlabprogram
- 空域相关滤波matlab程序! 参考文献: %Wavelet transform domain filters:a spatially selective noise filtration technique-airspace procedures related filtering Matlab! References :% wavelet transform domain filters : a spatially selective noise filtration techni
MyDib_Wavelet
- 基于小波变换的图像滤波处理,程序很简单采用的是差分实现小波变换-based on wavelet transform image filtering, a very simple procedure using the wavelet transform to achieve Differential
sound_sep1
- 独立分量分析(ICA)算法编码,盲源信号分离(声音信号的分离)-Independent component analysis (ICA) algorithm coding, Blind Source Separation (voice signal separation)
dbconstruction
- 任意阶daubechies小波函数的构造,包括尺度函数和小波函数以及滤波器系数的构造-arbitrary order PG wavelet function, including scaling function and wavelet function and the structure of the filter coefficients
Calculate_LPC
- LPC美尔倒谱特征的C源程序 这是我根据赵力那本“语音信号处理”后面的源代码写的LPC美尔倒谱特征的C源代码, 基本上没做什么修改,需要的朋友就可以不用自己再录入了。 程序调试通过,可以直接用。 -LPC Cepstrum C source code is under Zhao The "speech signal processing," the source generation behind code written by LPC Cepstrum
WaveletVC++Res
- 通过设计VC程序对简单的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。-through the design process to a simple one-dimensional signal with a Ga
duocengmo
- 小波分析,及小波能量谱分析,信号分析与处理技术小波分析,及小波能量谱分析,信号分析与处理技术-wavelet analysis, and wavelet energy spectrum analysis, signal analysis and processing technology wavelet analysis, and wavelet energy spectrum analysis, Signal Analysis and Processing Technology
DSPLID
- 《VC++图象处理程序设计》杨淑莹编著,其中的小波变换应用程序,包括:行变换、小波变换、滤波和反变换。-"VC image processing program design" 2.Tianjin edited, the wavelet transform applications, including : OK transform, wavelet transform, filter and transform.
71477184Matlab_Harris
- 这是图像的交点检测检测的一个例子,很不错的,有需要的尽管下载下来使用-This is the image of the intersection detection Detection of an example, very good, despite the need to download to use
kakadu
- JPEG2000源代码,VC++环境,版本为2.2.3-JPEG2000 source code, VC environment, Version 2.2.3
wavelet_edge
- % 该算法采用的是样条小波,为了更好的检测边缘,用a tuous 算法代替了mallat算法。 % 该算法和mallat快速算法主要区别: % 1 a tuous 算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。 % 2 a tuous 算法需要对滤波器进行伸缩。