pub struct CicInterpolator<const STAGES: usize> { /* private fields */ }Expand description
Cascaded Integrator-Comb (CIC) Interpolator for upsampling signals in integer arithmetic.
Implementations§
Source§impl<const STAGES: usize> CicInterpolator<STAGES>
impl<const STAGES: usize> CicInterpolator<STAGES>
Auto Trait Implementations§
impl<const STAGES: usize> Freeze for CicInterpolator<STAGES>
impl<const STAGES: usize> RefUnwindSafe for CicInterpolator<STAGES>
impl<const STAGES: usize> Send for CicInterpolator<STAGES>
impl<const STAGES: usize> Sync for CicInterpolator<STAGES>
impl<const STAGES: usize> Unpin for CicInterpolator<STAGES>
impl<const STAGES: usize> UnsafeUnpin for CicInterpolator<STAGES>
impl<const STAGES: usize> UnwindSafe for CicInterpolator<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