Documentation
Tools for embedded systems
|
This is the complete list of members for qlibs::smootherMOR2, including all inherited members.
flush(const real_t initVal=0.0_re) noexcept | qlibs::tdl | |
getAtIndex(const size_t i) const noexcept | qlibs::tdl | |
getOldest(void) const noexcept | qlibs::tdl | |
getRecent(void) const noexcept | qlibs::tdl | |
insertSample(const real_t sample) noexcept | qlibs::tdl | |
qlibs::isInitialized(void) const | qlibs::smoother | |
qlibs::tdl::isInitialized(void) const | qlibs::tdl | inline |
operator()(const real_t sample) noexcept | qlibs::tdl | inline |
operator[](int index) noexcept | qlibs::tdl | |
reset(void) | qlibs::smoother | inline |
setup(real_t *window, const size_t w_size, const real_t a=0.9_re) | qlibs::smootherMOR2 | |
setup(real_t(&window)[windowSize], const real_t a=0.9_re) | qlibs::smootherMOR2 | inline |
qlibs::tdl::setup(real_t(&area)[numberOfDelays], const real_t initVal=0.0_re) noexcept | qlibs::tdl | inline |
smooth(const real_t x) override | qlibs::smootherMOR2 | virtual |
tdl()=default | qlibs::tdl | |
tdl(real_t *const area, const size_t n, const real_t initVal=0.0_re) | qlibs::tdl | inline |
tdl(real_t(&area)[numberOfDelays], const real_t initVal=0.0_re) noexcept | qlibs::tdl | inline |
~smoother() | qlibs::smoother | inlinevirtual |
~smootherMOR2() | qlibs::smootherMOR2 | inlinevirtual |
~tdl() | qlibs::tdl | inlinevirtual |