资源列表
decomposition
- 运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang
DWTEA
- 提取小波系数包络特征,首先采用离散小波变换,提取小波系数后选取运动想象脑电相关子带,再用希尔伯特变换提取包络特征(Feature extraction of wavelet coefficients)
waveguideAndpoisson
- 1.利用matlab语言编写泊松方程,注意其中的边界条件要根据自己的实际情况确定,不一定都是那个值。 2.利用matlab语言编写横电波(TE)、横磁波(TM)的传播情况(1.Using MATLAB to write Poisson equation. Note that the boundary conditions should be determined according to their own actual conditions, not necessarily that val
Color_DWT_SVD_watermarking
- dwt-svd watermarking
345
- Inverse Short-Time Fourier Transformation (ISTFT)
Welch_cov_burg
- MATLAB代码经典功率谱估计,Welch法、协方差法、周期图、burg法及其对比,附完整注释(MATLAB code, classical power spectrum estimation, Welch method, covariance method, periodogram, Burg method and their comparison, with complete annotation.)
小波增强
- 图像的小波变换,利用小波进行图片的增强,有一些例程(Image wavelet transform, wavelet transform for image enhancement.)
傅里叶变换
- 一种积分变换,它来源于函数的傅里叶积分表示。积分 (1) 称为? 的傅里叶积分。周期函数在一定条件下可以展成傅里叶级数,而在(-∞,∞)上定义的非周期函数?,显然不能用三角级数来表示。但是傅里叶建议把?表示成所谓傅里叶积分的方法(An integral transform that is derived from the Fourier integral representation of a function. IntegralFourier integral . The periodic f
DFT(傅里叶变换)
- 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)
小波阀值去噪
- 利用小波变换实现图像去噪,对比原图观察去噪效果(Image denoising is realized by wavelet transform, and the effect of noise reduction is compared with original image.)
test2012_5_7_16_18
- radarsat-1成像代码,合成孔径雷达-算法与实现 光盘文件数据(radarsat-1 Digital Processing of Synthetic Aperture Radar Data)
小波例程讲解分析
- 此编程主要是讲解一些小波变换方面的例子,例如去噪,图像处理和小波变换分解,方便大家学习和应用,均可实现(This programming is mainly to explain some examples of wavelet transform, for example, denoising, image processing and wavelet transform decomposition, so that everyone can learn and apply.)