 |
Synthia
Generic and flexible data structure generator
|
Go to the documentation of this file.
19 package ca.uqac.lif.synthia.signal;
32 super(amplitude, frequency, phase);
45 super.copyInto(s, with_state);
Picker<? extends Number > m_phase
A picker determining the phase of the signal.
A signal picker that is characterized by an amplitude and a phase.
Float pick()
Picks an object.
SineWave duplicate(boolean with_state)
Creates a copy of the picker.
SineWave(Picker<? extends Number > amplitude, Picker<? extends Number > frequency, Picker<? extends Number > phase)
Picker<? extends Number > m_amplitude
A picker determining the amplitude of the signal.
A periodic signal picker producing a sine wave.
Picker<? extends Number > m_frequency
A picker determining the frequency of the signal.
Picker< T > duplicate(boolean with_state)
Creates a copy of the picker.