SiggiGue / pyfilterbank

Implementing a fractional octave filterbank for python. Based on Numpy and CFFI.
107 stars 27 forks source link

Change output variable name in weight_signal #11

Closed wetdog closed 6 years ago

wetdog commented 6 years ago

Error: global name 'x' was not defined in weight_signal In weight_signal input variable was defined as data but in the output was definde as x.