JimClay / NimbleDSP

C++ DSP library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter streaming

JimClay opened this issue · comments

Have filters that preserve state so that sequential filter (conv, decimate, interp, or resample) calls produce output as if it had been done on the entire set of data (i.e. deal with boundary issues).