Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Ads

Discussion Groups

Discussion Groups | Matlab DSP | Wavelet toolbox (Wdencmp)

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Wavelet toolbox (Wdencmp) - junejonoman - Feb 4 11:02:00 2004



Dear all

I am using the matlab-wavelet toolbox ver 1.2 and the follwoing
function

wdencmp is giving error for the innvalid argument list. although
the example I am running is a matlab example but still it is giving
error. The code for the example is as follows and you will find it at
page no 2-20 of wavelet user guide

your help in this regard will be deeply appreciated %loading the signal
load leleccum;

%setting the variables
s= leleccum(1:3920);
ls = length(s);

%performing a multi level Wav Decomposition

[C,L] = wavedec(s,3,'db1');

[thr,sorh,keepapp] = ddencmp('den','wv',s)
W = 'db1'
N=3
clean = wdencmp('gb1',C,L,W,N,thr,sorh,keepapp)

figure
subplot(2,1,1) ; plot(s(2000:3920)); title('Oriinal'); axis off
subplot(2,1,2) ; plot(clean(2000:3920)); title('De-noised'),axis off




(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )