From Wikipedia, the free encyclopedia

| Description |
This shows the variations in the modulated signal with changes in the percentage en:modulation. Created using en:Gnuplot.
The commands are in the following sequence:
# describe the formula (x indicates time)
f(x) = (1 + m*sin(2*pi*100*x))*sin(2*pi*10000*x)
# set the terminal
set terminal svg size 800 600 |dynamic |enhanced
# set the output file
set output "am_signals.svg"
# set the 'default' axes properties
set xlabel " "
set ylabel "Amplitude"
set grid
unset key
# start multiplot
set multiplot
# 50% Modulation
set origin 0,0.66
set title "50% Modulation"
set size 1,0.33
plot m=0.5, f(x)
# 100% Modulation
set origin 0,0.33
set size 1,0.33
set title "100% Modulation"
plot m=1, f(x)
# 150% Modulation"
set origin 0,0
set size 1,0.33
set xlabel "time"
plot m=1.5, f(x)
# end plotting
unset multiplot
unset output
set terminal win
(Note: The carrier frequency = 10000Hz = 10KHz and modulating signal frequency = 100Hz)
|
| Source |
Originally from en.wikipedia; description page is/was here.
|
| Date |
2005-12-28 (original upload date)
|
| Author |
Original uploader was Krishnavedala at en.wikipedia
|
Permission
(Reusing this image) |
Licensed under the GFDL by the author; Released under the GNU Free Documentation License.
|
[edit] License information
[edit] Original upload log
(All user names refer to en.wikipedia)
- 2005-12-28 18:23 Krishnavedala 800×600×0 (41347 bytes) Created using [[Gnuplot]]
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment |
| current | 16:53, 2 May 2007 | 800×600 (40 KB) | Adambro | |
File links
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):