GPLIB++
|
#include <iostream>
#include <fstream>
#include <string>
#include <numeric>
#include "Util.h"
#include "TimeSeriesData.h"
#include "statutils.h"
#include "FilterFunc.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
string | version = "$Id: mtubandpass.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $" |
Apply a band pass filter to each component of the MT time series. The program asks for the corner frequencies in Hz and the number of passes for the filter. The output filename is determined by appending .fil to the input filename.
Definition in file mtubandpass.cpp.
string version = "$Id: mtubandpass.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $" |
Definition at line 13 of file mtubandpass.cpp.