RSine is part of the WaveTrain system class library
RSine generates two sine waves and outputs them in various recallable formats.
|
|
Parameters
|
| xA |  float | Amplitude of x sine wave | 1.0 |
| xP |  float | Phase of initial x sine wave (deg.) | 0.0 |
| xF |  float | Frequency of x sine wave (Hz.) | 10.0 |
| yA |  float | Amplitude of y sine wave | 1.0 |
| yP |  float | Phase of initial y sine wave (deg.) | 0.0 |
| yF |  float | Frequency of y sine wave (Hz.) | 10.0 |
|
Inputs
|
| None |
|
Outputs
|
| x |  Recallable<float> | x sine wave output as a recallable scalar. | |
| y |  Recallable<float> | y sine wave output as a recallable scalar. | |
| v |  Recallable<Vector<float>> | x and y sine waves output as a recallable vector. | |
| c |  Recallable<Complex> | x and y sine waves output as a recallable complex scalar (x+iy). | |
|
Subsystems |
|
|
|
|
Last Saved: Tue Sep 03 20:01:11 MDT 2002 by TVE version 2007B
|
|