←back to thread

91 points ofalkaed | 1 comments | | HN request time: 0.21s | source
Show context
Llamamoe ◴[] No.44540683[source]
I wish there was a practical, no-math code-centric resource somewhere.

I just want to see practical examples of how to process my array of floats to extract or attenuate different frequencies(in discrete integer increments), not read walls of math equations and how to derive the discrete form of continuous algorithms over a hundred pages of dense text.

replies(1): >>44542003 #
1. Blackthorn ◴[] No.44542003[source]
There are tons and tons of libraries for just running filters. scipy.signal has basic filter construction methods.

This resource is for learning the why and the how, which makes the math rather important.