小波分析 Resources

Showing items tagged with "小波分析"

These 7 source code examples demonstrate various adaptive noise filtering techniques, including wavelet analysis, LMS (Least Mean Squares), RLS (Recursive Least Squares), NLMS (Normalized LMS) adaptive filters, feedforward neural networks, and BP (Backpropagation) neural network-based noise cancellation algorithms with practical implementation details.

MATLAB 278 views Tagged

Signal Processing Wavelet Analysis: 1) Calculate wavelet transform of signals with implementation using Python's PyWavelets or MATLAB's wavelet toolbox. 2) Extract modulus maxima curves through multi-scale wavelet coefficient analysis. 3) Compute Lipschitz exponents for two singular points using wavelet transform modulus maxima (WTMM) method to characterize local signal regularity.

MATLAB 228 views Tagged

Wavelet Transform Source Code Collection - Complete source code from Ge Zhexue's book "Wavelet Analysis Theory and MATLAB R2007 Implementation". Contains extensive examples and typical applications with practical code implementations covering key wavelet algorithms and MATLAB functions. Ideal resource for wavelet beginners and applied engineers looking to understand wavelet decomposition, reconstruction, and applications through working code examples.

MATLAB 255 views Tagged