Struct idsp::hbf::HbfIntCascade
source · pub struct HbfIntCascade { /* private fields */ }
Expand description
Half-band interpolation filter cascade with optimal taps.
This is a no_alloc version without trait objects. The price to pay is fixed and maximal memory usage independent of block size and cascade length.
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 HbfIntCascade
impl Clone for HbfIntCascade
source§fn clone(&self) -> HbfIntCascade
fn clone(&self) -> HbfIntCascade
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 HbfIntCascade
impl Debug for HbfIntCascade
source§impl Default for HbfIntCascade
impl Default for HbfIntCascade
source§impl Filter for HbfIntCascade
impl Filter for HbfIntCascade
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 HbfIntCascade
Auto Trait Implementations§
impl Freeze for HbfIntCascade
impl RefUnwindSafe for HbfIntCascade
impl Send for HbfIntCascade
impl Sync for HbfIntCascade
impl Unpin for HbfIntCascade
impl UnwindSafe for HbfIntCascade
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
)