From: nethaji anandhavalli on

i want to find threshold for the coeffiicient L, so that based on that threshold value, filter get designed for segregating noisy and original one. whether this following functions get applicable for finding that threshold value?

[C,L] = dwt(y,'db4');
[thr,sorh,keepapp] = ddencmp('den','wv',L
From: Walter Roberson on
nethaji anandhavalli wrote:
>
> i want to find threshold for the coeffiicient L, so that based on that
> threshold value, filter get designed for segregating noisy and original
> one. whether this following functions get applicable for finding that
> threshold value?

> [C,L] = dwt(y,'db4');
> [thr,sorh,keepapp] = ddencmp('den','wv',L

That code has to be wrong - you do not have a closing ) on the second line.

(I don't know anything about filters or dwt, though.)