フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Stationary Wavelet Transform Problem

2 ビュー (過去 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