pub enum WelchWindow {
Rectangular,
Hamming,
Hanning,
Blackman,
BlackmanHarris,
Bartlett,
Welch,
}Expand description
Window function choice for spectral estimation.
Variants§
Trait Implementations§
Source§impl Clone for WelchWindow
impl Clone for WelchWindow
Source§fn clone(&self) -> WelchWindow
fn clone(&self) -> WelchWindow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WelchWindow
Source§impl Debug for WelchWindow
impl Debug for WelchWindow
impl Eq for WelchWindow
Source§impl PartialEq for WelchWindow
impl PartialEq for WelchWindow
impl StructuralPartialEq for WelchWindow
Auto Trait Implementations§
impl Freeze for WelchWindow
impl RefUnwindSafe for WelchWindow
impl Send for WelchWindow
impl Sync for WelchWindow
impl Unpin for WelchWindow
impl UnsafeUnpin for WelchWindow
impl UnwindSafe for WelchWindow
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