pub struct BandPass { /* private fields */ }Expand description
BandPass Filter
Based on John Ehlers’ “Empirical Mode Decomposition” and “Fourier Series Model”. Isolates cyclic components within a specific frequency band.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BandPass
impl RefUnwindSafe for BandPass
impl Send for BandPass
impl Sync for BandPass
impl Unpin for BandPass
impl UnsafeUnpin for BandPass
impl UnwindSafe for BandPass
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