#include <iostream>#include <complex>#include <ctime>#include "MTStation.h"#include "Util.h"#include <boost/random/lagged_fibonacci.hpp>#include <boost/random/normal_distribution.hpp>#include <boost/random/variate_generator.hpp>Go to the source code of this file.
Functions | |
| void | AddNoise (std::complex< double > &impelement, double &noiseest, const double noiselevel, boost::lagged_fibonacci607 &generator) |
| int | main (int argc, char *argv[]) |
Variables | |
| string | version = "$Id: addnoise.cpp 1706 2008-06-06 07:14:04Z mmoorkamp $" |
Definition in file addnoise.cpp.
| void AddNoise | ( | std::complex< double > & | impelement, | |
| double & | noiseest, | |||
| const double | noiselevel, | |||
| boost::lagged_fibonacci607 & | generator | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 37 of file addnoise.cpp.
References AddNoise(), MTStation::GetData(), MTStation::GetMTData(), infilename, MTStation::SetMTData(), version, and MTStation::WriteAsMtt().
| string version = "$Id: addnoise.cpp 1706 2008-06-06 07:14:04Z mmoorkamp $" |
Definition at line 21 of file addnoise.cpp.
1.5.5