搜索资源列表
方便的小波变换原代码
- 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
71477184Matlab_Harris
- 这是图像的交点检测检测的一个例子,很不错的,有需要的尽管下载下来使用-This is the image of the intersection detection Detection of an example, very good, despite the need to download to use
xbbhydm
- wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
xxsts
- 用C编写设备驱动程序的示例,读者可以仿照它编写设备驱动程序-prepared Device Driver for example, the reader can follow it prepared Device Drivers
mtvideoconverter
- 多线程图象格式转换器. 示例工程.可用于毕业设计中代码演示.-multithreading image format converter. Example projects. Can be used to design code graduation demonstration.
lisanxiaobobianhuan
- 离散小波变换的一个应用实例,其中处理的图像为lena.jpg。-DWT an example, the image of lena.jpg.
D3D_HDR[example]
- High dynamic range高动态范围影像的处理源代码
KSJDL
- 小波分析程序示例-wavelet analysis procedures example
Matlab和C++编写的傅立叶变换程序源代码
- (1)用MATLAB开发的傅立叶变换以及逆变换的一个例子,测试通过无误。(2)C++编写的傅立叶以及逆傅立叶变换程序源代码,测试通过。-(1) Using MATLAB development of the Fourier transform and inverse transform an example of the test correct. (2) C + + and inverse Fourier Fourier transform source code, test.
Tyc wavelet
- \\examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件; \\wavelet 目录中存放的是具体的实现源代码; \\wavelet 子目录中存放的是基本的小波处理函数代码; \\wavelet_plugin 子目录中存放的是.dll的实现代码-\\ examples directory storage is a gradual transfer of, for example, contain essential. Dll file; \\ Wavelet dire
ConstructWaveBaseFunction.rar
- 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
Matlab-Wavelet-Denoise-Compress
- 这是一个关于小波变换去噪压缩的实例,适合初级入门者使用。-This is a compression on the wavelet transform de-noising example, suitable for junior beginners to use.
waveletcodebyGuleryuz
- Guleryuz写的一个完整的小波变换的源代码。主要包括:wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and the
wavelet_transformation
- 简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是A={a(1),...,a(n)}求同信号S={s(1),...,s(n/2)}和求异信号D={d(1),...,d(n/2)}的计算方式为: for i=1,...,n/2 s(i)=a(2*i-1)+a(2*i) d(i)=a(2*i-1)-a(2*i) 例如输入信号是: 5,2,3,2,5,7,9,6
frit_toolbox_rar
- 对图像进行脊波变换,包含实例,与小波变换的对比实例-Ridgelet image transformation, including examples of the contrast with the example of wavelet transform
xiaobo
- 用小波分析方法做时频图,这是一个例子,做信号分析的时候比较有用-Method using wavelet analysis of time-frequency map, which is an example of signal analysis to do more useful when
Gabor_wavelets
- This example illustrates gabor wavelets for matlab
WaveletVideoCodec
- Example of Wavelet compression programm.
Fouriertransform
- 用振幅为0.8的方波进行傅立叶分析,并用分析得到的系数求解当K取不同值时的合成信号- F = FOURIER(f) is the Fourier transform of the sym scalar f with default independent variable x. The default return is a function of w. This example is useful for the persons who learn sth about signal pr
PCAexample
- principle component analysis example
