|
FilterGen
1.0.0
A library to design digital filters in embedded systems.
|
#include <dh/cpp/filter.hpp>
Public Attributes | |
| double | x |
| double | input |
| double | output |
A simple structure that is used to generate the impulse and step response.
| double dh::filter::graph_point::input |
Input to the filter.
| double dh::filter::graph_point::output |
Output of the filter.
| double dh::filter::graph_point::x |
Position on the x-axis.