OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members | Public Member Functions
Decimator Class Reference

#include <Decimator.h>

Public Member Functions

 Decimator (int downSamplingFactor)
 
Eigen::MatrixXd decimate (const Eigen::MatrixXd &x)
 Downsample the signal by an integer factor, using a filter. More...
 

Constructor & Destructor Documentation

Decimator::Decimator ( int  downSamplingFactor)
inline

Member Function Documentation

Eigen::MatrixXd Decimator::decimate ( const Eigen::MatrixXd &  x)
inline

Downsample the signal by an integer factor, using a filter.

An order 8 Chebyshev type I filter is used.


The documentation for this class was generated from the following file: