adaptfilt icon indicating copy to clipboard operation
adaptfilt copied to clipboard

Adaptive filtering module for Python

Results 5 adaptfilt issues
Sort by recently updated
recently updated
newest added

Hi Wramberg, I'm currently on a machine anomaly detection project and would like to utilize this lib for doing pre-process audio filtering while collecting machine sounds, like filtering out ventilation...

Rebased v0.3 branch onto master and fixed a few python2-to-python3 details. Doctests and examples seem to work with python 3 now. Any objections to merging this and bumping to v0.3?...

Hi, I get the error saying File "C:\Users\palla\anaconda3\lib\site-packages\adaptfilt\__init__.py", line 19, in from lms import lms ImportError: cannot import name 'lms' from 'lms' how can I fix this?

File "/usr/local/lib/python3.6/dist-packages/adaptfilt/__init__.py", line 41 print ' LMS: ', lmsres ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(' LMS: ', lmsres)?

Hey I just added brackets to the print statement