pub struct Svf<T> { /* private fields */ }Expand description
State variable filter
https://www.earlevel.com/main/2003/03/02/the-digital-state-variable-filter/
Implementations§
Source§impl<T: Float + FloatConst> Svf<T>
impl<T: Float + FloatConst> Svf<T>
Sourcepub fn set_frequency(&mut self, f0: T)
pub fn set_frequency(&mut self, f0: T)
Set the critical frequency
In units of the sample frequency.
Trait Implementations§
Source§impl<T: PartialOrd> PartialOrd for Svf<T>
impl<T: PartialOrd> PartialOrd for Svf<T>
impl<T: Copy> Copy for Svf<T>
impl<T> StructuralPartialEq for Svf<T>
Auto Trait Implementations§
impl<T> Freeze for Svf<T>where
T: Freeze,
impl<T> RefUnwindSafe for Svf<T>where
T: RefUnwindSafe,
impl<T> Send for Svf<T>where
T: Send,
impl<T> Sync for Svf<T>where
T: Sync,
impl<T> Unpin for Svf<T>where
T: Unpin,
impl<T> UnwindSafe for Svf<T>where
T: UnwindSafe,
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