|
TS++ library: time series library
|
some time series filter classes (prototypes) More...


Go to the source code of this file.
Classes | |
| class | ts::filter::SetByIndex |
| set sample values selected by index More... | |
| class | ts::filter::RemoveTrend |
| remove trend More... | |
| class | ts::filter::RemoveAverage |
| remove average More... | |
| class | ts::filter::HanningTaper |
| hanning taper. More... | |
| class | ts::filter::Scale |
| class | ts::filter::Add |
| class | ts::filter::ForceToBase |
| force signal to a baseline.The filter removes a linear trend from the time series. After this operation the average in the index ranges [i1,i2] and [i3,i4] will vanish. The index range limits are More... | |
| class | ts::filter::Reverse |
| class | ts::filter::Normalize |
| class | ts::filter::Delay |
| class | ts::filter::Square |
| class | ts::filter::SquareRoot |
| class | ts::filter::Rectifier |
| class | ts::filter::CumSum |
| class | ts::filter::Powerof |
| class | ts::filter::GaussianNoise |
| Add random Gaussian noise. More... | |
| class | ts::filter::RemoveFirst |
| remove value of first sample from series More... | |
| class | ts::filter::RestoreFirst |
| restore value of first sample to series More... | |
| class | ts::filter::Pad |
Namespaces | |
| ts | |
| All stuff in this library will be placed within namespace ts. | |
| ts::filter | |
| time series filters | |
Macros | |
| #define | TF_FILTER_H_VERSION "TF_FILTER_H V1.9" |
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 (prototypes)
some time series filter classes (prototypes)
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.h.