final case class WPE_Dereverberate(in: D, fftSize: I = 512, winStep: I = 128, delay: I = 3, taps: I = 10, alpha: D = 0.9999, psdLen: I = 0) extends D with Product with Serializable
A graph element performing end-to-end blind de-reverberation of an input signal.
It performs the FFT/IFFT setup around invocations of WPE_ReverbFrame
.
Note: this does not yet work correctly with multi-channel input.
- in
the reverberant time domain signal
- fftSize
the fft-size
- winStep
the step size for the sliding window; typically 1/4 of
fftSize
- delay
the delay in spectral frames to avoid suppression of early reflections
- taps
the filter size in spectral frames to capture the late reverberation
- alpha
the decay factor for the filter coefficients
- psdLen
the number of preceding spectral frames to include as "context" in the psd
- Alphabetic
- By Inheritance
- WPE_Dereverberate
- Serializable
- GE
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WPE_Dereverberate(in: D, fftSize: I = 512, winStep: I = 128, delay: I = 3, taps: I = 10, alpha: D = 0.9999, psdLen: I = 0)
- in
the reverberant time domain signal
- fftSize
the fft-size
- winStep
the step size for the sliding window; typically 1/4 of
fftSize
- delay
the delay in spectral frames to avoid suppression of early reflections
- taps
the filter size in spectral frames to capture the late reverberation
- alpha
the decay factor for the filter coefficients
- psdLen
the number of preceding spectral frames to include as "context" in the psd
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alpha: D
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val delay: I
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fftSize: I
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val in: D
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val psdLen: I
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val taps: I
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val winStep: I
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated