public static class Waveform.SquareWave extends java.lang.Object implements Waveform
Waveform.ChirpWave, Waveform.SawtoothWave, Waveform.SineWave, Waveform.SquareWave, Waveform.TriangleWave, Waveform.WavePlot
Waveform.SquareWave()
double
f(double t, double freq)
java.lang.String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Waveform.SquareWave()
public double f(double t, double freq)
f
Waveform
t
freq
public java.lang.String toString()
toString
java.lang.Object