搜索资源列表
Wavelet-image-denoising-procedures
- 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
WaveletTransformsinMATLAB
- 执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexit
kl
- 实现k-l变换,代码短,效率高,适合初学者进行上机练习,原理简单,比较容易懂和实现。-Achieve kl transformation, the code short, high efficiency, suitable for beginners to practice on the machine, simple in principle, relatively easy to understand and achieve.
predectif-detection-of-defects
- Resumé de l’article: "Early Detection of Fatigue Damage on Rolling Element Bearings Using Adapted Wavelet" par Xavier Chiementin, Fabrice Bolaers, Jean-Paul Dron en franç ais-Resumé de l’article: "Early Detection of Fatigue Damage on Ro
algo_crypto
- L’algorithme RSA, du nom de ses inventeurs Ron Rivest, Adi Shamir et Len Adleman, est un algorithme de cryptographie asymétrique créé en 1977 et très utilisé aujourd’hui notamment dans le commerce électronique.
myfilter
- 这是一个使用matlab 编写的 r-l滤波函数,用于CT-This is a use of matlab prepared rl filtering functions for CT
DOAaMATLAB
- 基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序.-MATLAB programs based on a two-dimensional DOA estimation augmented matrix beam L-shaped array.
abaquesmith
- UTILISATION DE SMITH POUR L ELECTROMAGNETISME
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
