pub struct Sample {
pub bpfi_amplitude: f64,
}Expand description
Per-timestep envelope-spectrum amplitude sample.
Fields§
§bpfi_amplitude: f64Envelope-spectrum amplitude at the BPFI harmonics at time k.
Caller computes this via standard bearing-envelope-analysis signal processing (Hilbert-envelope demodulation → band-pass around BPFI harmonics → RMS). This adapter does not care how the amplitude was computed — only that it is a scalar representative of bearing-inner-race fault energy.
Trait Implementations§
impl Copy for Sample
impl StructuralPartialEq for Sample
Auto Trait Implementations§
impl Freeze for Sample
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnsafeUnpin for Sample
impl UnwindSafe for Sample
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