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 | Category:Valid SVG created with Gnuplot#Negative%20frequency.svg |
Source code

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.
Here is a listing of the source used to create this file.
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
| 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. |