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

Detailed Description

Illustrates the principle of frequency 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 frequency 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 amplitude of the signal does not change, but its frequency does; this corresponds to the varying width of each cycle of the carrier.

Definition at line 55 of file FMRadio.java.

Static Public Member Functions

static void main (String[] args)
 

Member Function Documentation

◆ main()

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

Definition at line 58 of file FMRadio.java.


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