13 #ifndef BUTTERWORTHLOWPASS_H
14 #define BUTTERWORTHLOWPASS_H
27 class ButterworthLowPass_impl;
55 uint32_t order,uint32_t nbRow=1,uint32_t nbCol=1);
73 uint32_t order,uint32_t nbRow,uint32_t nbCol);
105 class ButterworthLowPass_impl *pimpl_;
109 #endif // BUTTERWORTHLOWPASS_H
Abstract class for data types.
Definition: io_data.h:94
Abstract class for input/ouput system.
Definition: IODevice.h:45
namespace of the flair Framework
Definition: Ahrs.h:19
ButterworthLowPass(const IODevice *parent, const gui::LayoutPosition *position, std::string name, uint32_t order, uint32_t nbRow=1, uint32_t nbCol=1)
Constructor.
Abstract class for input/ouput system.
core::Matrix * GetMatrix(void) const
Output matrix.
IODevice(const Object *parent, std::string name)
Constructor.
float Output(void) const
Output value.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
void UpdateFrom(const core::io_data *data)
Update using provided datas.
Class defining a Butterworth low pass filter.
Definition: ButterworthLowPass.h:35
Class defining a matrix.
Definition: Matrix.h:31
~ButterworthLowPass()
Destructor.