TS++ library: time series library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NtsAll stuff in this library will be placed within namespace ts
 Ndrop
 CDropContainer
 CDropDropContainer
 CFIRDropContainer
 CPassDropContainer
 CSeriesDropContainer
 Nerror
 CExceptionBase class for exceptions
 NfilterTime series filters
 CAdd
 CBasicFilter
 CCumSum
 CDelay
 CExceptionException class
 CFilterCollection
 CForceToBaseForce 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
 CGaussianNoiseAdd random Gaussian noise
 CHanningTaperHanning taper
 CNoopNo-operation filter
 CNormalize
 CPad
 CPowerof
 CRectifier
 CRemoveAverageRemove average
 CRemoveFirstRemove value of first sample from series
 CRemoveTrendRemove trend
 CRestoreFirstRestore value of first sample to series
 CReverse
 CScale
 CSetByIndexSet sample values selected by index
 CSquare
 CSquareRoot
 CUnknownFilterExceptionUnknown filter exception
 Nfir
 CFIR
 CFIRfilter
 NipoTime series interpolation
 CExceptionTimeWindowEmptyException in case resulting time window is empty
 CExceptionTimeWindowOutsideException in case time windows are not overlapping
 CInterpolatorInterface to time series interpolator
 CLinearInterpolatorVery simple linear interpolator
 Nrnd
 Nhelper
 CGSLrngInternal class used for static variable in dugauss
 NseifeInterface to seife C-functions
 CBP2
 CDIF
 CFIRST
 CHE1
 CHE2
 CHP1
 CHP2
 CHPB
 CINT
 CLE1
 CLE2
 CLP1
 CLP2
 CLPB
 CTID
 NtapersProvides signal tapers
 NovtaperBits and pieces required by OffsetVariableTaper
 CPickSingle pick
 CPicksSequence of picks
 CCosineProvides a Cosine taper
 CFourPointProvides a 4-point taper
 CHanningProvides a Hanning taper (no parameters):
 COffsetVariableTaperOffset variable taper (refract taper)
 CTaperTaper abstract base class
 CDTHeaderSimple header
 CTimeSeriesStructure to hold the data samples of a series together with header information to form a time series
 CTimeSeriesCollectionA class template for a list of time series with SFF header
 COptions