pub struct CicDecimator<const STAGES: usize> { /* private fields */ }Expand description
Cascaded Integrator-Comb (CIC) Decimator for downsampling signals in integer arithmetic.
Implementations§
Auto Trait Implementations§
impl<const STAGES: usize> Freeze for CicDecimator<STAGES>
impl<const STAGES: usize> RefUnwindSafe for CicDecimator<STAGES>
impl<const STAGES: usize> Send for CicDecimator<STAGES>
impl<const STAGES: usize> Sync for CicDecimator<STAGES>
impl<const STAGES: usize> Unpin for CicDecimator<STAGES>
impl<const STAGES: usize> UnsafeUnpin for CicDecimator<STAGES>
impl<const STAGES: usize> UnwindSafe for CicDecimator<STAGES>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more