pub struct AGC { /* private fields */ }Expand description
Automatic Gain Control (AGC)
Normalizes a signal based on its decaying peak value. Commonly used in John Ehlers’ oscillators to keep the signal within [-1, 1].
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AGC
impl RefUnwindSafe for AGC
impl Send for AGC
impl Sync for AGC
impl Unpin for AGC
impl UnsafeUnpin for AGC
impl UnwindSafe for AGC
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