pub struct OnePole { /* private fields */ }Expand description
Single-pole IIR filter. lpf flag controls whether it’s a low-pass or
high-pass.
Bilinear-transform of the analog single-pole prototype. See nesdev wiki “APU Mixer” §Emulation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnePole
impl RefUnwindSafe for OnePole
impl Send for OnePole
impl Sync for OnePole
impl Unpin for OnePole
impl UnsafeUnpin for OnePole
impl UnwindSafe for OnePole
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