TS++ library: time series library
seifeclass.h File Reference

provide all needed to use BasicFilter with seife code (prototypes) More...

#include <string>
#include <tsxx/filterbase.h>
Include dependency graph for seifeclass.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ts::seife::LPB
 
class  ts::seife::HPB
 
class  ts::seife::LP2
 
class  ts::seife::HP2
 
class  ts::seife::BP2
 
class  ts::seife::LP1
 
class  ts::seife::HP1
 
class  ts::seife::INT
 
class  ts::seife::HE1
 
class  ts::seife::LE1
 
class  ts::seife::HE2
 
class  ts::seife::LE2
 
class  ts::seife::TID
 
class  ts::seife::DIF
 
class  ts::seife::FIRST
 

Namespaces

 ts
 All stuff in this library will be placed within namespace ts.
 
 ts::seife
 interface to seife C-functions
 

Macros

#define TF_SEIFECLASS_H_VERSION   "TF_SEIFECLASS_H V1.1"
 

Functions

ts::filter::Tfilterhandle ts::seife::make_seife_filter (std::string s, const bool &debug)
 function to generate filter class More...
 
void ts::seife::print_help (std::ostream &os)
 print usage information More...
 

Detailed Description

provide all needed to use BasicFilter with seife code (prototypes)


Author
Thomas Forbriger
Date
04/07/2005

provide all needed to use BasicFilter with seife code (prototypes)

Copyright (c) 2005 by Thomas Forbriger (BFO Schiltach)


This program 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

  • 04/07/2005 V1.0 Thomas Forbriger
  • 18/12/2007 V1.1
    - support debugging
    • replace comma delimiter by whitespace

Definition in file seifeclass.h.