pub struct SignalSeparator { /* private fields */ }Expand description
Signal separator that applies the coherence analysis to split signals.
Implementations§
Source§impl SignalSeparator
impl SignalSeparator
Sourcepub fn new(config: SeparationConfig) -> Self
pub fn new(config: SeparationConfig) -> Self
Create a new signal separator.
Sourcepub fn separate(&self, value: Complex, coherence: f32) -> (Complex, Complex)
pub fn separate(&self, value: Complex, coherence: f32) -> (Complex, Complex)
Separate a complex value into direct and ambient components.
Sourcepub fn separate_with_frequency(
&self,
value: Complex,
coherence: f32,
bin_index: u32,
total_bins: u32,
) -> (Complex, Complex)
pub fn separate_with_frequency( &self, value: Complex, coherence: f32, bin_index: u32, total_bins: u32, ) -> (Complex, Complex)
Separate with frequency-dependent adjustment.
Sourcepub fn config(&self) -> &SeparationConfig
pub fn config(&self) -> &SeparationConfig
Get configuration.
Sourcepub fn set_config(&mut self, config: SeparationConfig)
pub fn set_config(&mut self, config: SeparationConfig)
Update configuration.
Auto Trait Implementations§
impl Freeze for SignalSeparator
impl RefUnwindSafe for SignalSeparator
impl Send for SignalSeparator
impl Sync for SignalSeparator
impl Unpin for SignalSeparator
impl UnwindSafe for SignalSeparator
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.