Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-03 | libs/sig: remove math.h include from ops_const.c | Vito Caputo | |
2020-02-03 | libs/sig: intrduce sig_ops_const | Vito Caputo | |
The simplest of signals: a constant value. The immediate need for this is to convert ops_sin_ctxt_t.hz to another sig_t enabling varying hz with time, while still being able to have a fixed hz as well. |