GPLIB++
|
#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. More... | |
int | main (int argc, char *argv[]) |
Variables | |
string | version = "$Id: mtupspec.cpp 1857 2010-11-03 14:55:32Z mmoorkamp $" |
Calculate the power spectra for the 4 horizontal components in a MT time-series. Output is in ascii format for plotting with xmgrace etc.
Definition in file mtupspec.cpp.
string version = "$Id: mtupspec.cpp 1857 2010-11-03 14:55:32Z mmoorkamp $" |
Definition at line 13 of file mtupspec.cpp.