Save the parameters of a time-frequency representation
tfrsave(NAME, TFR, METHOD, SIG, T, F, P1, P2, P3, P4, P5)
name of the mat-file (less than 8 characters).
time-frequency representation (MxN).
chosen representation.
signal from which the TFR was obtained
time instant(s) (default : (1:N)).
frequency bins (default : linspace(0,0.5,M)).
optional parameters : run the file tfrparam(METHOD) to know the meaning of P1..P5 for your method.
tfrsave saves the parameters of a time-frequency representation in the file NAME.dat. Two additional parameters are saved : TfrQView and TfrView. If you load the file 'name.dat' and do execstr(TfrQView), you will restart the display session under tfrqview ; if you do execstr(TfrView), you will display the representation by means of tfrview.