連続ウェーブレット変換によるパワーの算出
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
周波数データxにおいて、下記で得られた「coefs」は連続ウェーブレット変換によるパワー値として解釈可能でしょうか。
fftの場合は「pow_fft=abs(fft(x)).^2/length(fft(x))」のような形でパワーを算出すると解釈していますが、前述のような処理は必要でしょうか。
ご教示頂ければ幸いです。
Fs=1000; %サンプリング周波数
[coefs,frq] = cwt(x, Fs);
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu 連続ウェーブレット変換 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!