pyFDN.td.Gain#

class pyFDN.td.Gain(matrix)[source]#

Stateless static gain matrix y = x @ M.T with M of shape (out, in).

__init__(matrix)[source]#

Methods

__init__(matrix)

filter(block)

Filter one block and advance internal state.

process(signal, *[, squeeze])

Filter a whole signal in one call, from the current state.

reset()

Clear internal state (no-op for stateless operators).

Attributes

in_channels

out_channels

filter(block)[source]#

Filter one block and advance internal state.

Return type:

ndarray