Synthia
Generic and flexible data structure generator
examples.oscilloscope.AMRadio Class Reference

Detailed Description

Illustrates the principle of amplitude modulation using sine wave and prism pickers.

In this example, the signal to modulate and the carrier wave can be shown on the Oscilloscope respectively as:

Signal Carrier

The wiring diagram of pickers corresponding to amplitude modulation is as follows:

Picker wiring diagram

When running the program, the resulting modulated signal is shown on the oscilloscope:

Modulated signal

As one can see, the frequency of the signal does not change, but its amplitude does; this corresponds to the varying height of each cycle of the carrier.

Definition at line 54 of file AMRadio.java.

Static Public Member Functions

static void main (String[] args)
 

Member Function Documentation

◆ main()

static void examples.oscilloscope.AMRadio.main ( String[]  args)
static

Definition at line 57 of file AMRadio.java.


The documentation for this class was generated from the following file: