![]() |
Documentation
Tools for embedded systems
|
This is the complete list of members for qlibs::discreteSystem, including all inherited members.
discreteSystem(real_t *num, real_t *den, real_t *x, const size_t n_b, const size_t n_a) noexcept | qlibs::discreteSystem | inline |
discreteSystem(real_t(&num)[NB], real_t(&den)[NA], real_t *x) noexcept | qlibs::discreteSystem | inline |
discreteSystem(discreteTF< NB, NA > &dtf) noexcept | qlibs::discreteSystem | inline |
excite(real_t u) | qlibs::ltisys | |
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 | |
getType(void) const | qlibs::ltisys | inline |
insertSample(const real_t sample) noexcept | qlibs::tdl | |
isInitialized(void) const override | qlibs::discreteSystem | inlinevirtual |
ltisys()=default | qlibs::ltisys | |
operator()(const real_t sample) noexcept | qlibs::tdl | inline |
operator[](int index) noexcept | qlibs::tdl | |
setDelay(real_t *const w, const size_t nD, const real_t initVal=0.0_re) noexcept | qlibs::ltisys | |
setInitStates(const real_t *xi=nullptr) override | qlibs::discreteSystem | virtual |
setSaturation(const real_t minV, const real_t maxV) noexcept | qlibs::ltisys | |
setup(real_t *num, real_t *den, real_t *x, const size_t n_b, const size_t n_a) noexcept | qlibs::discreteSystem | |
setup(real_t(&num)[NB], real_t(&den)[NA], real_t *x) | qlibs::discreteSystem | inline |
setup(discreteTF< NB, NA > &dtf) noexcept | qlibs::discreteSystem | inline |
qlibs::ltisys::setup(real_t *const area, const size_t n, const real_t initVal=0.0_re) noexcept | qlibs::tdl | |
qlibs::ltisys::setup(real_t(&area)[numberOfDelays], const real_t initVal=0.0_re) noexcept | qlibs::tdl | inline |
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 |
updateFIR(real_t *w, const size_t wsize, const real_t x, const real_t *const c=nullptr) | qlibs::discreteSystem | static |
~discreteSystem() | qlibs::discreteSystem | inlinevirtual |
~ltisys() | qlibs::ltisys | inlinevirtual |
~tdl() | qlibs::tdl | inlinevirtual |