aspcore.filterdynamic

Contains implementations of time-varying FIR filters.

This module should not have to be referenced directly. Instead, use the function create_filter in the module filter.py and specify dynamic=True as keyword argument.

Classes

FilterSumDynamic_python(ir)

Implements a time-varying convolution y(n) = sum_{i=0}^{I-1} h(i, n) x(n-i)