 |
Synthia
Generic and flexible data structure generator
|
Go to the documentation of this file.
19 package examples.oscilloscope;
74 @SuppressWarnings(
"unchecked")
75 public static
void main(String[] args)
84 double phase = 5 * Math.PI / 8d;
Oscilloscope addPoints(List< float[]> points)
Pickers generating and manipulating collections, such as lists and sets.
Miscellaneous pickers performing various functions.
Uses the SineWave picker with the PrismPicker to generate Lissajous figures on an oscilloscope screen...
Generates a vector by independently picking a value for each of its coordinates.
Pickers generating multi-dimensional numerical vectors.
Picker that returns the same object every time.
Pickers producing values representing a form of (periodic) signal.
A simple JFrame that simulates the operation of an oscilloscope.
Generates a sequence of monotonically increasing numerical values.
static void main(String[] args)
A periodic signal picker producing a sine wave.