why wavelet decomposition maximum level wmaxlev instruction returns an imaginary answer?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sara authafa
am 2 Okt. 2016
Kommentiert: sara authafa
am 6 Okt. 2016
Hi, when using the instruction wmaxlev(signal,'type of wavelet') the ans is returned imaginary , how can I get rid of it?
0 Kommentare
Akzeptierte Antwort
Wayne King
am 4 Okt. 2016
Can you please show us some example code that does this?
The first input argument to wmaxlev is not the signal, it is the length of the signal or the size of the image
For example, suppose you had a signal of length 1024 and you were using the 'sym4' wavelet.
wmaxlev(1024,'sym4')
or imagine you had a 512x512 image
wmaxlev([512 512],'sym4')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!