Low Pass
A Low-pass filter that uses a single gain to measure filter response time, cleaning up noisy sensor inputs.
Constructors
Inherited properties
Link copied to clipboard
A function that cubes the input value.
Link copied to clipboard
A function that cubes the input value and keeps the sign.
Link copied to clipboard
The identity function that simply returns the input value.
Link copied to clipboard
A function that negates the input value.
Link copied to clipboard
A function that squares the input value.
Link copied to clipboard
A function that squares the input value and keeps the sign.
Functions
Inherited functions
Link copied to clipboard
Creates a composite function h(x) such that h(x) = f(x) / g(x).
Creates a composite function h(x) such that h(x) = 1/k * f(x).
Link copied to clipboard
Creates a composite function h(x) such that h(x) = f(x) ^ g(x).
Creates a composite function h(x) such that h(x) = f(x) ^ k.
Link copied to clipboard
Creates a composite function h(x) such that h(x) = f(x) * g(x).
Creates a composite function h(x) such that h(x) = k * f(x).
Link copied to clipboard
Constructs a new function that first calls this function, then passes the result to another as input.