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-...
Fast floating-point power-of-10 approximation, with RMS error of 1.77%. This approximation developed by Nicol Schraudolph (Neural Computation vol 11, 1999). Adapted for 32-bit floats by Lip...
posted byLippold Haken on Jan 31 2011 Comments (0) |
This is a random number generator that sounds pleasant in audo algorithms. It does not have the nasty whistling present in the standard fortran random number generator that most people use....
posted byLippold Haken on Feb 27 2011 Comments (0) |
Fast InvSqrt approxumation, with an error of less than 4%. This was coded by Lippold Haken of Haken Audio, 2010.This approximation is attributed to Greg Walsh....
posted byLippold Haken on Jan 31 2011 Comments (0) |