File:AM signals.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
AM_signals.svg(SVG file, nominally 800 × 600 pixels, file size: 40 KB)
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)
Date 2005-12-28 (original upload date)
Source Originally from en.wikipedia; description page is/was here.
Author Original uploader was Krishnavedala at en.wikipedia
Permission
(Reusing this file)

See below.

[edit] License information

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.

You may select the license of your choice.

[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/TimeThumbnailDimensionsUserComment
current16:53, 2 May 2007Thumbnail for version as of 16:53, 2 May 2007800 × 600 (40 KB)Adambro{{Information |Description=This shows the variations in the modulated signal with changes in the percentage en:modulation. Created using en:Gnuplot.<br> The commands are in the following sequence: <pre> # describe t
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces

Variants
Views
Actions
Navigation
Interaction
Toolbox