连续小波变换 Resources

Showing items tagged with "连续小波变换"

Custom implementation of continuous wavelet transform using Morlet wavelet with adjustable parameters. The function accepts three input variables: signal data, signal length, and decomposition levels. Returns three output variables: wavelet coefficients, frequency information, and scale parameters. This implementation performs nLevel wavelet decomposition on input signals. Users can directly call this function after providing required inputs. Note: Output differs from MATLAB's built-in cwt function - users should verify algorithm compatibility with their specific input/output requirements. The current implementation is functional but undergoing refinement.

MATLAB 244 views Tagged