xormor2 / BYTEBEAT

The Bytebeats Repository
0 stars 0 forks source link

Low-pass filter #14

Closed jeesus-bock closed 8 months ago

jeesus-bock commented 8 months ago

This could be implemented: for i from 1 to n y[i] := ß x[i] + (1-ß) y[i-1]

jeesus-bock commented 8 months ago

Implemented