Waveform filter programs
fidasexx.cc File Reference

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>
Include dependency graph for fidasexx.cc:

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< TvalueTseries
 
typedef std::vector< TraceTvecoftraces
 
typedef std::vector< FileTvecoffiles
 

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}
 

Detailed Description

FIt DAtaSEts - a C++ successor of fidase.


Author
Thomas Forbriger
Date
11/03/2011

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

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

REVISIONS and CHANGES

  • 11/03/2011 V1.0 Thomas Forbriger
  • 16/03/2011 V1.1 first operational version
  • 08/09/2011 V1.2 support format modifiers

Definition in file fidasexx.cc.