Produced by IDL 6.1
User Documentation

./guide
File decimate.pro

Last modification date:
Wed Nov 17 16:47:51 2004


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].

Examples
    get,index=1
    show
    decimate,2
    show
 
Version
$Id: decimate.pro,v 1.2 2004/11/17 21:47:51 bgarwood Exp $ -

Parameters
nchan
in, required
integer
Result contains every nchan channels.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:14 2004