|
TS++ library: time series library
|
some time series filter classes (implementation) More...
#include <cmath>#include <sstream>#include <algorithm>#include <tsxx/random.h>#include <tsxx/filter.h>#include <tsxx/filter_usage_text.h>#include <aff/functions/avg.h>#include <aff/functions/absmax.h>#include <aff/seriesoperators.h>#include <aff/subarray.h>#include <tsxx/error.h>#include <tsxx/debug.h>
Go to the source code of this file.
Namespaces | |
| ts | |
| All stuff in this library will be placed within namespace ts. | |
| ts::filter | |
| time series filters | |
Macros | |
| #define | TF_FILTER_CC_VERSION "TF_FILTER_CC V1.12" |
Typedefs | |
| typedef aff::Tsubscript | ts::filter::Tindex |
| typedef aff::Tsize | ts::filter::Tsize |
| typedef Ttimeseries::Tvalue | ts::filter::Tvalue |
| we always work in double precision More... | |
| typedef Ttimeseries::Tseries | ts::filter::Tseries |
Functions | |
| Tfilterhandle | ts::filter::make_filter (std::string s, const bool &debug) |
| function to generate filter class More... | |
| void | ts::filter::print_help (std::ostream &os) |
| print usage information More... | |
some time series filter classes (implementation)
some time series filter classes (implementation)
Copyright (c) 2005, 2015, 2016 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
REVISIONS and CHANGES
Definition in file filter.cc.