No BSD License
-
HardTh(y,thld)
-
SoftTh(y,thld)
-
Wavelet_Denoise(varargin)
WAVELET_DENOISE Application M-file for Wavelet_Denoise.fig
-
daubcqf(N,TYPE)
-
denoise(x,h,type,option)
-
makesig(SigName,N)
[x,N] = makesig(SigName,N) Creates artificial test signal identical to the
-
mdwt(x,h,L);
-
midwt(x,h,L);
-
mirdwt(yl,yh,h,L);
-
mrdwt(x,h,L);
-
normalize(t1);
This function removes the DC component and normalizes wrt the max abs value
-
setopt(opt_par,default);
option = setopt(opt_par,default);
-
two_axes(varargin)
TWO_AXES Application M-file for two_axes.fig
-
Contents.m
-
compile.m
-
ex.m
-
ex1.m
-
find_syll.m
-
View all files
from
Wavelets Based Denoising
by Sheraz Khan
This program shows wavelets based denoising of audio file and arbitrary signals.
|
| Contents.m |
% 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
|
|
Contact us at files@mathworks.com