pyFDN.td.Parallel#

class pyFDN.td.Parallel(ops, *, sum_output=True)[source]#

Feed the same input to every branch and combine the outputs (optional). Equivalent to FLAMO Parallel.

__init__(ops, *, sum_output=True)[source]#

Methods

__init__(ops, *[, sum_output])

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

reset()[source]#

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

Return type:

None