public interface Waveform
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Waveform.ChirpWave
Implements a waveform (chirp). 
 | 
static class  | 
Waveform.SawtoothWave
Implements a waveform (sawtooth). 
 | 
static class  | 
Waveform.SineWave
Implements a waveform (sine). 
 | 
static class  | 
Waveform.SquareWave
Implements a waveform (square). 
 | 
static class  | 
Waveform.TriangleWave
Implements a waveform (triangle). 
 | 
static class  | 
Waveform.WavePlot
Class to display a simple graphics window with 5 periods of the
 given waveform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
f(double t,
 double freq)
Signature of the function to play 
 |