Struct idsp::hbf::HbfDecCascade
source · pub struct HbfDecCascade { /* private fields */ }
Expand description
Half-band decimation filter cascade with optimal taps
See HBF_TAPS. Only in-place processing is implemented. Supports rate changes of 1, 2, 4, 8, and 16.
Implementations§
Trait Implementations§
source§impl Clone for HbfDecCascade
impl Clone for HbfDecCascade
source§fn clone(&self) -> HbfDecCascade
fn clone(&self) -> HbfDecCascade
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HbfDecCascade
impl Debug for HbfDecCascade
source§impl Default for HbfDecCascade
impl Default for HbfDecCascade
source§impl Filter for HbfDecCascade
impl Filter for HbfDecCascade
source§fn block_size(&self) -> (usize, usize)
fn block_size(&self) -> (usize, usize)
Return the block size granularity and the maximum block size. Read more
source§fn response_length(&self) -> usize
fn response_length(&self) -> usize
Finite impulse response length in numer of output items minus one
Get this many to drain all previous memory
impl Copy for HbfDecCascade
Auto Trait Implementations§
impl Freeze for HbfDecCascade
impl RefUnwindSafe for HbfDecCascade
impl Send for HbfDecCascade
impl Sync for HbfDecCascade
impl Unpin for HbfDecCascade
impl UnwindSafe for HbfDecCascade
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)