contents.m

来自「在国外网站上找到的一个小波降噪的实例」· M 代码 · 共 19 行

M
19
字号
% Rice Wavelet Toolbox% Version 2.4   Dec 2002%% Wavelet Transforms.%     mdwt - Discrete orthogonal wavelet transform using Mallat alg. (1D and 2D)%     midwt - Inverse discrete orthogonal wavelet transform%     mrdwt - Undecimated (redundant) discrete wavelet transform (1D and 2D)%     mirdwt - Inverse undecimated discrete wavelet transform%     daubcqf - Daubecheis filter coefficients%% Wavelet Domain Processing.%     denoise - Denoise signal and images by thresholding wavelet coefficients%     HardTh - Hard thresholding%     SoftTh - Soft thresholding%% Other.%     makesig - Create Donoho-Johnstone test signals%     compile - compile the Rice Wavelet toolbox

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?