From: FAISAL PEER MOAHMED on
Hi

I am trying to study the Inverse discrete stationary wavelet transform 1-D using matlab

In matlab , ISWT is used to get Inverse discrete stationary wavelet transform . Inside the ISWT function body , there is another function "idwtLOC". I tried with help . It does not give any results.


Please help

Regards
From: Wayne King on
"FAISAL PEER MOAHMED" <pfaisalbe(a)gmail.com> wrote in message <hreqqk$p5c$1(a)fred.mathworks.com>...
> Hi
>
> I am trying to study the Inverse discrete stationary wavelet transform 1-D using matlab
>
> In matlab , ISWT is used to get Inverse discrete stationary wavelet transform . Inside the ISWT function body , there is another function "idwtLOC". I tried with help . It does not give any results.
>
>
> Please help
>
> Regards

Hi Faisel, idwtLOC is a subfunction of iswt(). It is defined within iswt().

Hope that helps,
Wayne