Module signalo_traits::filter[][src]

Expand description

Filters of a digital signal.

Traits

Trait for causal systems.

Trait for continuous-time systems.

Trait for discrete-time systems.

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.

Trait for linearly phase shifting systems.

Trait for arbitrarily phase shifting systems.

Trait for shift-invariant filters.

Trait for time-invariant systems.