IIR low pass filters are simple to implement and require minimal data storage. However floating point IIR filter arithmetic is expensive to compute on microcontrollers without FPU units.
Additi...
Efficient implementation of SIMD biquad bandpass filter bank.This is the core computation for musical physical models ("modal models").
This code takes 1.5 instructions to compute each floating-...
This is a simple function to replace the one from MATLAB. The problem is that the original function adds extra overhead zeros at the end of the vector, but sometimes it would be desired to get a vecto...
This program can compute an approximate function to one the user describes in terms of t, and plots both functions to see the differences between them.
A simple example:
The command window looks...