|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File decimate.pro
decimate |
procedure decimate, nchan |
This procedure decimates a spectrum (i.e. thins the spectrum by paring every nth channel). The procedure still needs to be generalized by offering the option to choose a start channel. At present, it always starts at channel 0. Modifies the data in !g.s[0].
get,index=1
show
decimate,2
show
| Parameters | |
|
nchan |
Result contains every nchan channels. |