Module signalo_traits::filter[][src]

Filters of a digital signal.

Traits

Causal

Trait for causal systems.

ContinuousTime

Trait for continuous-time systems.

DiscreteTime

Trait for discrete-time systems.

Filter

Filters accept values of a signal, and produce transformed values. Furthermore, the result of concatenating all the output data is the same as the result of applying the filter over the concatenation of the input data.

LinearPhaseShift

Trait for linearly phase shifting systems.

PhaseShift

Trait for arbitrarily phase shifting systems.

ShiftInvariant

Trait for shift-invariant filters.

TimeInvariant

Trait for time-invariant systems.