![]() |
OpenANN
1.1.0
An open source library for artificial neural networks.
|
#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... | |
|
inline |
|
inline |
Downsample the signal by an integer factor, using a filter.
An order 8 Chebyshev type I filter is used.
1.8.4