Instantaneous frequency calculation with Stockwell Transform code

조회 수: 1 (최근 30일)
yanbin
yanbin 2019년 8월 29일
I calculate a signal with stockwell transform and want to get the instantaneous frequency of it.
so I write a code to calculate the Derivative of ST .
BUT it seems wrong,I change the gauss window of the stran fuction.
W=2*pi*repmat(f,nhaf,1).*repmat(invfk,1,N);
dW=2*pi*repmat(invfk,1,N);
G=exp((-W.^2)/2);
G=(-W.*dW).*G;
why it is wrong?AND how can I rewrite?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactions, Camera Views, and Lighting에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by