why wavelet decomposition maximum level wmaxlev instruction returns an imaginary answer?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, when using the instruction wmaxlev(signal,'type of wavelet') the ans is returned imaginary , how can I get rid of it?
댓글 수: 0
채택된 답변
Wayne King
2016년 10월 4일
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')
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!