Pss_Explorer Functions
p=pss_par(varargin) |
Computes parameters for the pss tool-box.
If the input parameter is 'init', a p structure is created with default values; if the input parameter is a p structure, all the derived parameter are computed. |
p=pss_defpar() | Sets default parameters for various situations, chosen interactively. |
p=ipss_par(arg) | Interactive access to the parameter structure. The argument arg can be a pss_par structure to be visualized or updated, or a key ('init', for example) |
[tfmap,p]= pss_peakmap(p) |
Creates a peak map, based on the parameter structure p. If p.source.snr=-1, it creates a test peak map. |
[tfmap,p]= pss_peakmaptest (p)
|
Creates a coverage test peak map, based on the parameter structure p. |
[A,tA]= pss_specmap (varargin) |
Creates a time-frequency spectral map. |
sim_fft | not yet implemented |
do_circtab | creates a LUT table for the Hough transform |
HM=pss_hough (p,peakmap) |
creates the Hough Map, starting from the peak map, in the classical way |
HM=pss_hough_lut (p,tfmap) |
creates the Hough Map, starting from the peak map, using the pre-created LUT |