STEAM_WORKSHOP creator
Kazitor
2 projects across 1 game, 74 downloads in total.
- Projects
- 2
- Game
- 1
- Downloads
- 74
- Last shipped
- 2 y ago
- Integrator with carryKeep a running total of the input, going beyond 100. OUT 1 takes the two most significant digits of the sum. OUT 2 takes the two least significant digits. For example, if the current total is 1205: OUT 1 = 12 OUT 2 = 554 downloadsupdated 2 y ago
- High-pass from moving averageBuild a high-pass filter based on a five-sample moving average. The output at time t should be the input at t-2, minus the average of the last five inputs (t-4 to t). Inputs before t=0 are 0.20 downloadsupdated 4 y ago