Trait signal_processing::operations::resampling::Interp
source · pub trait Interp<T, Q, Y>: Lists<T>{
// Required method
fn interp<N, W>(self, ratio: Q, order: N, cutoff: W) -> Self::RowsMapped<Y>
where N: Maybe<usize>,
W: Maybe<T::Real>;
}Required Methods§
fn interp<N, W>(self, ratio: Q, order: N, cutoff: W) -> Self::RowsMapped<Y>
Object Safety§
This trait is not object safe.