Waveform filter programs
sigval.cc File Reference

extract values from input signals More...

#include <iostream>
#include <tfxx/commandline.h>
#include <aff/series.h>
#include <aff/iterator.h>
#include <aff/dump.h>
#include <aff/seriesoperators.h>
#include <aff/functions/avg.h>
#include <aff/functions/rms.h>
#include <aff/functions/min.h>
#include <aff/functions/max.h>
#include <aff/functions/sqrsum.h>
#include <aff/subarray.h>
#include <tsxx/tsxx.h>
#include <tsxx/tapers.h>
#include <tsxx/filter.h>
#include <tsxx/wid2timeseries.h>
#include <tsioxx/tsioxx.h>
#include <fstream>
#include <tfxx/error.h>
#include <tfxx/rangestring.h>
#include <tfxx/xcmdline.h>
#include <tfxx/misc.h>
#include <tfxx/handle.h>
#include <tfxx/seitosh.h>
#include <datrwxx/readany.h>
#include <sstream>
Include dependency graph for sigval.cc:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define SIGVAL_VERSION   "SIGVAL V1.8 extract values from input signals"
 

Typedefs

typedef double Tvalue
 
typedef aff::Series< TvalueTseries
 
typedef ts::sff::File< TseriesTfile
 
typedef ts::TDsfftimeseries Ttimeseries
 

Functions

int main (int iargc, char *argv[])
 

Detailed Description

extract values from input signals


Author
Thomas Forbriger
Date
01/12/2016

extract values from input signals

Copyright (c) 2009, 2016 by Thomas Forbriger (BFO Schiltach)


SIGVAL 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

  • 06/05/2009 V1.0 Thomas Forbriger (thof)
  • 12.12.2010 V1.1 return signal duration
  • 10/02/2011 V1.2 added option to calculate overall rms
  • 10/02/2011 V1.3 write trace coordinates
  • 04/03/2011 V1.4 report trace offset
  • 08/09/2011 V1.5 support format modifiers
  • 07/11/2011 V1.6 provide source coordinates too
  • 15/04/2014 V1.7 new patterns HT and SI
  • 01/12/2016 V1.8 fix: do not calculate offset if either SRCE or INFO is missing in input file
  • 02/04/2019 use new header file interface to libtsioxx

Definition in file sigval.cc.