FilterGen  1.0.0
A library to design digital filters in embedded systems.
dh::filter::graph_point Struct Reference

#include <dh/cpp/filter.hpp>

Public Attributes

double x
 
double input
 
double output
 

Detailed Description

A simple structure that is used to generate the impulse and step response.

Member Data Documentation

◆ input

double dh::filter::graph_point::input

Input to the filter.

◆ output

double dh::filter::graph_point::output

Output of the filter.

◆ x

double dh::filter::graph_point::x

Position on the x-axis.


The documentation for this struct was generated from the following file: