object GenWindow extends ProductReader[GenWindow[_]] with Serializable
- Alphabetic
- By Inheritance
- GenWindow
- Serializable
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait ParamShape extends Shape
- sealed trait Shape extends AnyRef
- sealed trait SimpleShape extends Shape
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
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 read(in: RefMapIn, key: String, arity: Int, adj: Int): GenWindow[_]
- Definition Classes
- GenWindow → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- case object Blackman extends SimpleShape with Product with Serializable
- case object Gauss extends SimpleShape with Product with Serializable
- case object Hamming extends SimpleShape with Product with Serializable
- case object Hann extends SimpleShape with Product with Serializable
- case object Kaiser extends ParamShape with Product with Serializable
- case object Line extends SimpleShape with Product with Serializable
Line begins at zero and moves linearly towards one, but not reaching it.
Line begins at zero and moves linearly towards one, but not reaching it. For example, a
GenWindow(10, GenWindow.Line) * 10
would count in integer steps from0
to9
, then wrapping back to zero. - case object RaisedCosine extends ParamShape with Product with Serializable
The "modulator" part for the roll-off in a raised cosine filter.
The "modulator" part for the roll-off in a raised cosine filter. It follows the formula
x(n) = cos(a*n * Pi) / (1 - (2a*n)^2)
with
a = freq/sr
the normalized roll-off frequency, specified as the window'sparam
, and the singularity ofx(0) = 1.0
. - case object Rectangle extends SimpleShape with Product with Serializable
- object Shape
- case object Sinc extends ParamShape with Product with Serializable
The sinc or "cardinal sine" function.
The sinc or "cardinal sine" function. The parameter is the normalized frequency (frequency divided by sampleRate).
- case object Triangle extends SimpleShape with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated