필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Stationary Wavelet Transform Problem

조회 수: 1 (최근 30일)
Adam
Adam 2013년 8월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
I am applying the stationary wavelet transform to a cell array, but when doing so I end up with a row of coefficients instead of a column. I have been doing something similar with the DWT where the coefficients have been contained to just a column.
Here is the function that I'm using:
[L1,H1] = swt(f{1},1,'haar');
Does anyone know how I can get the coefficients contained in a column instead of a row?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by