Trait signal_processing::Swift

source ·
pub trait Swift<T, X>: ComplexFloat<Real = T::Real>
where Complex<T::Real>: Into<Self>, T: ComplexFloat, X: ListOrSingle<T>,
{ // Required method fn swift(&mut self, x: X, omega: T::Real, tau: T::Real); }

Required Methods§

source

fn swift(&mut self, x: X, omega: T::Real, tau: T::Real)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T, X> Swift<T, X> for Complex<T::Real>

source§

fn swift(&mut self, x: X, omega: T::Real, tau: T::Real)

Implementors§