Waveform filter programs
|
fit signal by trial-signals More...
#include <fstream>
#include <iostream>
#include <list>
#include <vector>
#include <cmath>
#include <tfxx/commandline.h>
#include <tfxx/xcmdline.h>
#include <tfxx/rangelist.h>
#include <tfxx/rangestring.h>
#include <tfxx/error.h>
#include <tfxx/misc.h>
#include <tfxx/seitosh.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
#include <tsxx/tsxx.h>
#include <tsxx/innerproduct.h>
#include <tsxx/wid2timeseries.h>
#include <tsxx/wid2tsio.h>
#include <aff/array.h>
#include <aff/dump.h>
#include <aff/seriesoperators.h>
#include <linearxx/lapackxx.h>
Go to the source code of this file.
Classes | |
struct | Options |
Macros | |
#define | SIGFIT_VERSION "SIGFIT V1.9 fit signal by trial-signals" |
Typedefs | |
typedef ts::TDsfftimeseries | Tbundle |
typedef datrw::Tdseries | Tseries |
typedef std::vector< Tbundle > | Tbundlevec |
typedef aff::Array< Tbundle::Tseries::Tvalue > | Tmatrix |
Functions | |
void | removeavg (Tseries &s) |
void | removetre (Tseries &s) |
std::string | formatfloat (const double &v) |
int | main (int iargc, char *argv[]) |
fit signal by trial-signals
fit signal by trial-signals
Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
SIGFIT 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 sigfit.cc.