필터 지우기
필터 지우기

how to get coefficients out of scattergram?

조회 수: 1 (최근 30일)
Lucrezia Cester
Lucrezia Cester 2020년 8월 23일
편집: Lucrezia Cester 2020년 8월 23일
Hello,
I have input a 1d signal on amplitude versus time of an ECG signal as y in the below code
Fs = 12000;
sf = waveletScattering('SignalLength',numel(y),...
'SamplingFrequency',Fs);
[S,U] = scatteringTransform(sf,y);
scattergram(sf,U,'FilterBank',1)
I get out a very nice scattergram that shows frequencies versus time
however, I am not sure how to get out a 1d vector out of this scattergram so that I am back having a sgnal of amplitude versus time.
Anyone knows?
SOLVED:
The info I am looking for is in U{1, 1}.coefficients{1,1}
Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by