Instrument2Spectrogram

This program applies the Short Time Fourier Transform (STFT) to selected data columns of inputfileInstrument and computes the spectrogram. The STFT is computed at centered timeSeries with an (possible overlapping) rectangular window with windowLength seconds. Data gaps are zero padded within the window.

The outputfileSpectrogram is a matrix with each row the time (MJD), the frequency $[Hz]$, and the amplitudes $[unit/\sqrt{Hz}]$ for the selected data columns. It can be plotted with PlotGraph.

instrument2Spectrogram
Figure: GRACE range-rate residuals of one month (window of 6 hours).

NameTypeAnnotation
outputfileSpectrogram
filenamemjd, freq, ampl0, ampl1, ...
inputfileInstrument
filename
timeSeries
timeSeriescenter of SFFT window
windowLength
double[seconds]
startDataFields
uintstart
countDataFields
uintnumber of data fields (default: all)
This program is parallelized.