搜索资源列表
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
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
wnn
- 这是一个用小波神经网络进行非线性函数逼近的例子,拟合效果非常好,保证能运行!有详细注释!我是参考《青岛海洋大学学报》 2001年第1期 一种基于BP算法学习的小波神经网络编写的,大家可以针对原文更好的理解我的程序!-This is a wavelet neural network with nonlinear function approximation example of fitting results is very good, guaranteed to run! Detailed N
enkf-matlab-0.19.tar
- 扩展卡尔曼滤波工具箱,里面包含了多种滤波方法和详细的例子,是学习的好工具-Extended Kalman filter kit, which contains a variety of filtering methods and a detailed example is a good tool for learning
DFT
- 采用cuda进行离散傅立叶变换,是学习cuda编程的很好例子。-Discrete Fourier transform using cuda, cuda programming is a good example of learning
chapter04
- 各类小波变换函数和应用举例。对学习小波的有很好的借鉴!-Wavelet functions and various applications for example. Wavelet has a very good learning reference!
wavelet_progressive_transfer
- 这是一个用VC++编写的用小波进行渐进传输的参考程序,\examples 目录中存放的是渐进传输的应用举例,包含有所需的.dll文件;\wavelet 目录中存放的是具体的实现源代码;\wavelet 子目录中存放的是基本的小波处理函数代码;\wavelet_plugin 子目录中存放的是.dll的实现代码。希望对大家使用小波工具进行图像的网络渐进传输有帮助。-This is a VC++ written using wavelet progressive transmission of the
Wavelet-analysis-experiment-guidance
- 对于初学者来说是完整的matlab小波分析分析示例,上机实验指导书-a detailed matlab wavelet analysis example
Fourier-transform
- 一个C++傅立叶变换的例子,源码以及配有图片雷娜和傅里叶变化后的结果。-Fourier transform of a C++ example, source code, as well as with the results after the picture Reina and Fourier transform.
CurvatureEstimation
- This function calculates the curvature of a 2D line. Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc. Image Vision Computing New Zealand, 108¨C112, 2003. by Jianfei Pang k = CurvatureEstimation(list
wavelettrans
- wavelet translation with an example in it. a good example for the preliminary processing using wavelet transformation technique.
ori-attn
- MATLAB function to initialize and call the solve_sps2d function, which implements a 2-D solution of the nonlinear wave equation using a psuedospectral / staggered A-B method, including attenuation modeled with two relaxation mechanisms
1Desktop
- 【谷速软件】matlab代做-句柄操作函数set的用方法举例 可以作为参考使用-[Valley] matlab generation speed software to do- handle operations function set can be used as a reference method for example
dct1_recover
- dct图像处理的逆变换,很经典的一个范例,可作为参考- inverse transform dct image processing, it is a classic example
Gaussian_Propagation
- 以一维高斯的传播为例,该程序使用快速傅里叶变换实现。-Take a one-dimensional Gaussian beam s propagation as an example, the program uses a Fast Fourier Transform to caculate.