|
GPLIB++
|
#include <iostream>#include <iomanip>#include <fstream>#include <boost/program_options.hpp>#include "TsSpectrum.h"#include "TimeSeriesData.h"#include "statutils.h"#include "MTStation.h"#include "types.h"#include "WFunc.h"#include "TimeFrequency.h"#include "VecMat.h"#include <boost/bind.hpp>#include <complex>#include "MtuFilter.h"#include "convert.h"#include "netcdfcpp.h"#include "Util.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| string | version = "$Id: simple_processing2.cpp 1852 2010-05-20 09:14:53Z mmoorkamp $" |
Very simple MT processing code based on least squares estimation as described by Sims 1971 similar to simple_processing.cpp. Here we calculate the impedance for a small number of sections to create a plot of impedance estimates for different times. This can help to identify problems with the data. So far no error calculation.
Definition in file simple_processing2.cpp.
1.7.6.1