ch.aplu.util
Class Waveform.SineWave
java.lang.Object
ch.aplu.util.Waveform.SineWave
- All Implemented Interfaces:
- Waveform
- Enclosing interface:
- Waveform
public static class Waveform.SineWave
- extends java.lang.Object
- implements Waveform
Implements a waveform (sine).
Method Summary |
double |
f(double t,
double freq)
Declares a sine wave of given frequency: f = sin(omega*t). |
java.lang.String |
toString()
Returns class information. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Waveform.SineWave
public Waveform.SineWave()
f
public double f(double t,
double freq)
- Declares a sine wave of given frequency: f = sin(omega*t).
- Specified by:
f
in interface Waveform
- Parameters:
t
- the time argumentfreq
- the frequency argument (omega = 2 * PI * freq)
- Returns:
- the function return value
toString
public java.lang.String toString()
- Returns class information.
- Overrides:
toString
in class java.lang.Object
- Returns:
- information