Ask a Question | Search DSPSR: |
Home
|
dsp::Example Class Reference Simple example of how to inherit the Transformation template base class. More...
Inheritance diagram for dsp::Example:
Detailed DescriptionSimple example of how to inherit the Transformation template base class. This Example class exists only to demonstrate basic Transformation template base class inheritance. Note that the constructor must define the name and behaviour of the transformation. As well, one pure virtual method, transformation, must be defined at least once in the inheritance tree. This example transforms a TimeSeries into a TimeSeries, though any classes that fit the Tranformation template could be used. The documentation for this class was generated from the following file: Generated using doxygen 1.8.17
|