dsp/lib
2017-09-25 09:02:30 -07:00
..
__init__.py update 33 2017-09-21 04:04:22 -07:00
bq.py update 33 2017-09-21 04:04:22 -07:00
bs.py update 33 2017-09-21 04:04:22 -07:00
cepstrum.py update 33 2017-09-21 04:04:22 -07:00
data.py update 33 2017-09-21 04:04:22 -07:00
fft.py update 33 2017-09-21 04:04:22 -07:00
mag.py update 33 2017-09-21 04:04:22 -07:00
nsf.py update 33 2017-09-21 04:04:22 -07:00
piir.py update 33 2017-09-21 04:04:22 -07:00
planes.py update 33 2017-09-21 04:04:22 -07:00
plot.py update 33 2017-09-21 04:04:22 -07:00
plotwav.py update 33 2017-09-21 04:04:22 -07:00
README.md update 34 2017-09-25 09:02:30 -07:00
smoothfft.py update 33 2017-09-21 04:04:22 -07:00
svf.py update 33 2017-09-21 04:04:22 -07:00
sweeps.py update 33 2017-09-21 04:04:22 -07:00
util.py update 33 2017-09-21 04:04:22 -07:00
wav.py update 33 2017-09-21 04:04:22 -07:00
windowing.py update 33 2017-09-21 04:04:22 -07:00

random dsp code

it's a bunch of half-baked python code that's kinda handy.

don't expect commits, docs, or comments to be any verbose.

the stuff

all wrapped up in a inconveniently named "lib" module!

dependencies

python 3.5+

numpy scipy sympy matplotlib ewave

usually run in an ipython environment.