|
Purpose
|
Movie illustrating the passage from the scalogram to the WVD.
|
Synopsis
M = movsc2wv(N)
M = movsc2wv(N,Np)
|
Description
movsc2wv generates the movie frames illustrating the passage
from the scalogram to the WVD using the affine smoothed pseudo-WVD
with different smoothing gaussian windows.
| Name |
Description |
Default value |
| N |
number of points of the analyzed signal |
|
| Np |
number of snapshots |
8 |
| M |
matrix of movie frames |
|
|
Example
M=movsc2wv(64,8);
movie(M,10);
See Also
movpwjph, movpwdph, movcw4at, movsp2wv, movwv2at.
|
movsp2wv
Purpose
|
Movie illustrating the passage from the spectrogram to the WVD.
|
Synopsis
M = movsp2wv(N)
M = movsp2wv(N,Np)
|
Description
movsp2wv generates the movie frames illustrating the passage
from the spectrogram to the WVD using the smoothed pseudo-WVD with
different smoothing gaussian windows.
| Name |
Description |
Default value |
| N |
number of points of the analyzed signal |
|
| Np |
number of snapshots |
8 |
| M |
matrix of movie frames |
|
|
Example
M=movsp2wv(128,15);
movie(M,10);
See Also
movpwjph, movpwdph, movsc2wv, movcw4at, movwv2at.
|
Eric Chassande-Mottin
2005-10-26
|