dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
LowPassFilter
my
signal_theory
pid
A first order low pass filter.
@
safe
struct
LowPassFilter {
this
(double dt, double RC);
void
input
(double x);
double
output
();
}
Constructors
this
this
(double dt, double RC)
Members
Functions
input
void
input
(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
output
double
output
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
my
signal_theory
pid
structs
LowPassFilter
PositionPid
A first order low pass filter.