What is the effect of calling lag() on a frequency parameter?

hey,

Lag is a OnePole filter, which takes the current value of the input signal and adds it to the prior output value. Often times filter coefficients are calculated in cycles per seconds (hz) for a filter cutoff but they can also be calculated in time (sec) to smooth out control signals.

1 Like