Consider the scalogram of a sinusoidal frequency modulation of 128 points,
and compute the integral over the time-scale plane of the scalogram :
S = fmsin(128,0.2,0.3);
[TFR,t,f] = tfrscalo(S,1:128,8,0.1,0.4,128,1);
Etfr = integ2d(TFR,t,f)
Etfr =
128.0000
We find for Etfr the value of the signal energy, which is the
expected value since the scalogram preserves energy.
|