Struct basic_dsp::conv_types::SincFunction [−][src]
pub struct SincFunction<T> where
T: RealNumber, { /* fields omitted */ }Expand description
Sinc function according to https://en.wikipedia.org/wiki/Sinc_function
Implementations
Creates a sinc function.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SincFunction<T> where
T: RefUnwindSafe, impl<T> Send for SincFunction<T>impl<T> Sync for SincFunction<T>impl<T> Unpin for SincFunction<T> where
T: Unpin, impl<T> UnwindSafe for SincFunction<T> where
T: UnwindSafe,