Synthia
Generic and flexible data structure generator
package-info.java
Go to the documentation of this file.
1
/*
2
Synthia, a data structure generator
3
Copyright (C) 2019-2021 Laboratoire d'informatique formelle
4
Université du Québec à Chicoutimi, Canada
5
6
This program is free software: you can redistribute it and/or modify
7
it under the terms of the GNU Lesser General Public License as published
8
by the Free Software Foundation, either version 3 of the License, or
9
(at your option) any later version.
10
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
GNU Lesser General Public License for more details.
15
16
You should have received a copy of the GNU Lesser General Public License
17
along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
/**
21
* Examples combining the {@link SineWave} picker with a two-dimensional
22
* {@link PrismPicker}. When two sine waves are used as the input of the prism
23
* picker, they act as a waveform generator for the x and y coordinates of
24
* points. When a set of such points is generated (using a {@link ComposeList}
25
* picker), and plotted, the result simulates the operation of a physical
26
* device called an
27
* <a href="https://en.wikipedia.org/wiki/Oscilloscope">oscilloscope</a>.
28
* <p>
29
* The package contains two examples:
30
* <ul>
31
* <li>The first shows how, by changing the wiring of pickers, one can create
32
* {@linkplain Lissajous Lissajous figures} on the oscilloscope display.</li>
33
* <li>The second shows how, by feeding the y-picker a time-dependent signal,
34
* it is possible to demonstrate the principles of {@linkplain AMRadio
35
* amplitude modulation} and {@linkplain FMRadio frequency modulation}.
36
* </ul>
37
*
38
* @ingroup Examples
39
*/
40
package
examples.oscilloscope;
Source
Examples
src
examples
oscilloscope
package-info.java
Generated by
1.8.17