MCL
A C++ library mirroring some of the most common Matlab functions.
|
Go to the source code of this file.
Classes | |
class | mcl::IirFilter |
class | mcl::IirFilterBank |
Namespaces | |
namespace | mcl |
Functions | |
IirFilter | mcl::IdenticalFilter () |
IirFilter | mcl::GainFilter (const Real gain) |
IirFilter | mcl::WallFilter (WallType wall_type, Real sampling_frequency) |
IirFilter | mcl::PinkifierFilter () |