#include <iostream>#include <string>#include <fstream>#include <vector>#include "StackedSpectrum.h"#include "WFunc.h"#include "TimeSeriesData.h"#include "Util.h"Go to the source code of this file.
Functions | |
| void | CalcPSpecAndWrite (ttsdata Data, const double samplerate, const int seglength, const string name) |
| Calculate the power spectrum and write it to an ascii file. | |
| int | main (int argc, char *argv[]) |
Variables | |
| string | version = "$Id: mtupspec.cpp 1724 2008-07-02 14:13:34Z mmoorkamp $" |
Definition in file mtupspec.cpp.
| string version = "$Id: mtupspec.cpp 1724 2008-07-02 14:13:34Z mmoorkamp $" |
Definition at line 11 of file mtupspec.cpp.
1.5.5