object FFTTest extends App
The FFTTest
is used to test the FFT
object by starting with a signal in th4e
time domain, converting it to its frequency domain representation and the
converting it back to the time domain.
> runMain scalation.calculus.FFTTest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FFTTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val a1: Double
- val a2: Double
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val n: Int
- val t: VectorD
- val w1: Double
- val w2: Double
- val x: VectorC
- val z: VectoC
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear