TS++ library: time series library
|
▼Nts | All stuff in this library will be placed within namespace ts |
▼Ndrop | |
CDropContainer | |
CDropDropContainer | |
CFIRDropContainer | |
CPassDropContainer | |
CSeriesDropContainer | |
▼Nerror | |
CException | Base class for exceptions |
▼Nfilter | Time series filters |
CAdd | |
CBasicFilter | |
CCumSum | |
CDelay | |
CException | Exception class |
CFilterCollection | |
CForceToBase | 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 |
CGaussianNoise | Add random Gaussian noise |
CHanningTaper | Hanning taper |
CNoop | No-operation filter |
CNormalize | |
CPad | |
CPowerof | |
CRectifier | |
CRemoveAverage | Remove average |
CRemoveFirst | Remove value of first sample from series |
CRemoveTrend | Remove trend |
CRestoreFirst | Restore value of first sample to series |
CReverse | |
CScale | |
CSetByIndex | Set sample values selected by index |
CSquare | |
CSquareRoot | |
CUnknownFilterException | Unknown filter exception |
▼Nfir | |
CFIR | |
CFIRfilter | |
▼Nipo | Time series interpolation |
CExceptionTimeWindowEmpty | Exception in case resulting time window is empty |
CExceptionTimeWindowOutside | Exception in case time windows are not overlapping |
CInterpolator | Interface to time series interpolator |
CLinearInterpolator | Very simple linear interpolator |
▼Nrnd | |
▼Nhelper | |
CGSLrng | Internal class used for static variable in dugauss |
▼Nseife | Interface to seife C-functions |
CBP2 | |
CDIF | |
CFIRST | |
CHE1 | |
CHE2 | |
CHP1 | |
CHP2 | |
CHPB | |
CINT | |
CLE1 | |
CLE2 | |
CLP1 | |
CLP2 | |
CLPB | |
CTID | |
▼Ntapers | Provides signal tapers |
▼Novtaper | Bits and pieces required by OffsetVariableTaper |
CPick | Single pick |
CPicks | Sequence of picks |
CCosine | Provides a Cosine taper |
CFourPoint | Provides a 4-point taper |
CHanning | Provides a Hanning taper (no parameters): |
COffsetVariableTaper | Offset variable taper (refract taper) |
CTaper | Taper abstract base class |
CDTHeader | Simple header |
CTimeSeries | Structure to hold the data samples of a series together with header information to form a time series |
CTimeSeriesCollection | A class template for a list of time series with SFF header |
COptions |