File:Negative frequency.svg

Summary

Description
English: A complex sinusoid with a negative frequency.
Date
Source Own work based on: Negative frequency.png: 
Author Mysid
Other versions
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#Negative%20frequency.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Source code

GNUPLOT (gnuplot) – This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
GNUPLOT (gnuplot) This Wikidata item has no property P154 (logo). Click here to edit the Wikidata item
This media was created with gnuplot (command-line plotting program)Category:Images with gnuplot source code
Here is a listing of the source used to create this file.

Deutsch  English  +/−

 set yrange [-2:5]
 unset ytics
 unset xtics
 set ylabel "Amplitude"
 set xlabel "Time"
 unset key
 set arrow from graph 0.4,0.5 to graph 0.3,0.4
 set label "Real part" at graph 0.41,0.5
 set arrow from graph 0.4,0.6 to graph 0.2,0.42
 set label "Imaginary part" at graph 0.41,0.6
 set term svg size 640,400 font "Arial,18"
 set output "Negative frequency.svg"
 plot sin(x),cos(x) lc rgbcolor "#A0F"

Licensing

Public domain This work has been released into the public domain by its author, Mysid. This applies worldwide.
In some countries this may not be legally possible; if so:
Mysid grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Negative%20frequency.svgCategory:PD-self#Negative%20frequency.svg Category:Sine waves Category:Transverse wave
Category:Images with gnuplot source code Category:PD-self Category:Self-published work Category:Sine waves Category:Translation possible - SVG Category:Transverse wave Category:Valid SVG created with Gnuplot