update 46

This commit is contained in:
Connor Olding 2018-04-24 04:04:23 -07:00
parent 77c09ef8fc
commit 49194905f2

View File

@ -5,7 +5,7 @@ import numpy as np
def svf_core(w0, Q, m, shelfA=1, gain=1):
# via:
# http://nbviewer.ipython.org/urls/music-synthesizer-for-android.googlecode.com/git/lab/Second%20order%20sections%20in%20matrix%20form.ipynb
# https://github.com/google/music-synthesizer-for-android/blob/master/lab/Second%20order%20sections%20in%20matrix%20form.ipynb
# TODO: implement constant gain parameter
g = unwarp(w0)*shelfA
a1 = 1/(1 + g*(g + 1/Q))