pub struct SnrFloor {
pub db: f32,
}Expand description
SNR floor marker. Observations below this floor are flagged as sub-threshold and have drift/slew forced to zero.
Default: −10 dB (paper §L10, §IX-C).
Fields§
§db: f32SNR floor in dB. Default −10.0.
Implementations§
Trait Implementations§
impl Copy for SnrFloor
impl StructuralPartialEq for SnrFloor
Auto Trait Implementations§
impl Freeze for SnrFloor
impl RefUnwindSafe for SnrFloor
impl Send for SnrFloor
impl Sync for SnrFloor
impl Unpin for SnrFloor
impl UnsafeUnpin for SnrFloor
impl UnwindSafe for SnrFloor
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