wrcoef('ty​pe',C,L,'w​name',N) When 'type' = 'd', is N allowed to be 0???

1 view (last 30 days)
When 'type' = 'a', N is allowed to be 0;
when ‘type'='d' ,N ??

Accepted Answer

Wayne King
Wayne King on 22 Dec 2013
In that case, you are asking for a reconstruction based on the wavelet coefficients, so the level, N, has to be >= 1
Of course, how large N can be depends on the level you used in obtaining C,L from wavedec()

More Answers (0)

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!