This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
#include "utilities.h"
#include <vector>
#include <aureservoir/filter.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | aureservoir |
Data Structures | |
| class | aureservoir::BPFilter< T > |
| simple bandpass filter based on an exponential moving average More... | |
| class | aureservoir::IIRFilter< T > |
| general IIR filter implemented in transposed direct form 2 More... | |
| class | aureservoir::SerialIIRFilter< T > |
| serie of IIR Filters More... | |
1.5.3