pyFDN.td.Identity#

class pyFDN.td.Identity(channels)[source]#

Stateless pass-through. Used as a placeholder branch, e.g. an empty forward residual.

__init__(channels)[source]#

Methods

__init__(channels)

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