LOWPASS

NAME
SYNOPSIS
FUNCTIONS
PINS
PARAMETERS
NOTES
LICENSE

NAME

lowpass − Low-pass filter

SYNOPSIS

loadrt lowpass [count=N|names=name1[,name2...]]

FUNCTIONS

lowpass.N (requires a floating-point thread)

PINS

lowpass.N.in float in
lowpass.
N.out float out

out += (in - out) * gain

lowpass.N.load bit in

When TRUE, copy in to out instead of applying the filter equation.

PARAMETERS

lowpass.N.gain float rw

NOTES

The effect of a specific gain value is dependent on the period of the function that lowpass.N is added to

LICENSE

GPL