projects/themis/spacecraft/fields/
thm_fft_freq_bins.pro
thm_fft_freq_bins Procedure: thm_fft_freq_bins Purpose: Given the sampling rate and number of bins, return the center frequencies of the FFT spectral estimate bins. Calling Sequence: thm_fft_freq_bins, rate=rate, nbins=nbins, cent_freq=cent_freq
Arguements: rate STRING, '8k' or '16k', indicating that the source sampling rate is 8192 or 16384 samp/s. nbins INT, 16, 32, or 64; number of frequency bins in the FFT spectral estimate. Outputs: cent_freq FLOAT[ nbins], center frequencies of bins in Hz. Notes: -- none. $LastChangedBy: aaflores $ $LastChangedDate: 2012-01-26 16:43:03 -0800 (Thu, 26 Jan 2012) $ $LastChangedRevision: 9624 $ $URL $
Routines
File attributes
Modification date: | Thu Feb 13 16:42:38 2014 |
Lines: | 94 |