update 15

This commit is contained in:
Connor Olding 2015-10-28 04:04:31 -07:00
parent af37f16cef
commit 0dffcc35ed
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from .util import *
from .bq import *
from .data import *
from .butterworth import *
from .nsf import *
from .sweeps import *
from .smoothfft import *
from .plot import *

View File

@ -1,3 +1,5 @@
# network synthesis filters
import numpy as np
def LPB(n):