Trait signal_processing::operations::resampling::Downsample
source · pub trait Downsample<T, N, Y>: Lists<T>{
// Required method
fn downsample(self, n: N, phase: usize) -> Self::RowsMapped<Y>;
}
Required Methods§
fn downsample(self, n: N, phase: usize) -> Self::RowsMapped<Y>
Object Safety§
This trait is not object safe.