ewan-xu / pyaec

simple and efficient python implemention of a series of adaptive filters. including time domain adaptive filters(lms、nlms、rls、ap、kalman)、nonlinear adaptive filters(volterra filter、functional link adaptive filters)、frequency domain adaptive filters(frequency domain adaptive filter、frequency domain kalman filter) for acoustic echo cancellation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-time

panhu opened this issue · comments

你好,假如我要使用“nlms”进行实时处理,每次输入大小为512,那么在nlms中参数N应该修改为多大?