필터 지우기
필터 지우기

How to apply biorthogonal wavelets in time series?

조회 수: 2 (최근 30일)
gsourop
gsourop 2021년 7월 19일
Hi everyone,
I would like to employ a bior3.5 on a time series using the matlab dataset DM_USD.
I have read the page regarding image processing (https://www.mathworks.com/help/wavelet/gs/image-reconstruction-with-biorthogonal-wavelets.html) but I cannot employ it in time series. The code I have prepared is
load DM_USD % the double DM_USD is 347x1 vector
[LoD,HiD,LoR,HiR] = wfilters('bior3.5');
[c1,s1] = wavedec2(DM_USD,5,LoD,HiD);
However, I cannot derive a matrix of 347 time point and 5 frequencies, as I would expect.
Could someone help me on this please?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by