|
Waveform filter programs
|
FIt DAtaSEts - a C++ successor of fidase. More...
#include <iostream>#include <fstream>#include <sstream>#include <vector>#include <tfxx/commandline.h>#include <tfxx/xcmdline.h>#include <tfxx/error.h>#include <tfxx/misc.h>#include <tfxx/seitosh.h>#include <tfxx/rangestring.h>#include <tfxx/rangelist.h>#include <aff/series.h>#include <datrwxx/readany.h>#include <datrwxx/writeany.h>#include <linearxx/matrix.h>#include <linearxx/lapackxx.h>#include <linearxx/operators.h>#include <aff/functions/rms.h>#include <aff/functions/max.h>#include <aff/functions/min.h>#include <aff/seriesoperators.h>#include <pgplotxx/affpgplot.h>
Go to the source code of this file.
Classes | |
| struct | Options |
| struct | Trace |
| struct | File |
Macros | |
| #define | FIDASEXX_VERSION "FIDASEXX V1.2 FIt DAtaSEts - a C++ successor of fidase" |
Typedefs | |
| typedef double | Tvalue |
| typedef aff::Series< Tvalue > | Tseries |
| typedef std::vector< Trace > | Tvecoftraces |
| typedef std::vector< File > | Tvecoffiles |
Functions | |
| int | main (int iargc, char *argv[]) |
Variables | |
| static const char | tracekey [] ="t" |
| static const char | formatkey [] ="f" |
| static const char * | cmdlinekeys [] ={tracekey, formatkey, 0} |
FIt DAtaSEts - a C++ successor of fidase.
FIt DAtaSEts - a C++ successor of fidase
Copyright (c) 2011 by Thomas Forbriger (BFO Schiltach)
FIDASEXX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
REVISIONS and CHANGES
Definition in file fidasexx.cc.