File:Sinc function (both).svg
Original file (SVG file, nominally 1,300 × 975 pixels, file size: 42 KB)
Captions
Summary
[edit]DescriptionSinc function (both).svg |
English: Graph of both the normalized (sin(πx)/(πx)) and unnormalized (sin(x)/x) definitions of the sinc function.
These are on the same scale. The second axis is just to clarify that the zero crossings occur on multiples of pi instead of integers. Instructions: |
Date | 3 June 2006 (upload date) |
Source | Own work |
Author | Omegatron |
Other versions |
|
SVG development InfoField | |
gnuplot source InfoField | click to expand
# Set 1300×975 SVG output and filename
# The font size (fsize) sets the size for the circles, too.
set samples 400
set terminal svg enhanced size 1300 975 fname "Times" fsize 36
set output "sinc function (both).svg"
# Set y axis limits so the plot doesn't go right to the edges of the graph
set yrange [-0.3:1.1]
set xrange [-6*pi:6*pi]
set lmargin 5
set bmargin -10
# No legend needed
#set nokey
# Add lightly-colored axis lines
set yzeroaxis
set xzeroaxis
# Put a y-axis tic at every 0.2
set ytics 0.2
set mytics 4
# Put an x-axis tic at every integer
set xtics 5
set format x "%2.0f"
set mxtics 5
# Put a second x-axis tic at every multiple of 2*pi
set x2tics 2*pi
set format x2 "%2.0f"
set mx2tics 2
set grid x x2 y
set xtics nomirror
# Format tics as digit with one decimal place
set format y "%2.1f"
# Plot as lines
plot sin(x)/x with lines, sin(pi*x)/(pi*x) with lines
# Close the file (so I don't have to close gnuplot to view it)
set output
|
Licensing
[edit]- 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 give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
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.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:12, 24 March 2020 | 1,300 × 975 (42 KB) | AkanoToE (talk | contribs) | Italicized variables | |
18:08, 3 June 2006 | 1,300 × 975 (42 KB) | Omegatron (talk | contribs) |
You cannot overwrite this file.
File usage on Commons
The following 6 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on cs.wikipedia.org
- Usage on en.wikipedia.org
- Usage on eo.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on he.wikipedia.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ko.wikipedia.org
- Usage on nl.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on pt.wikipedia.org
- Usage on sk.wikipedia.org
- Usage on sq.wikipedia.org
- Usage on uk.wikipedia.org
- Usage on vi.wikipedia.org
- Usage on zh.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Produced by GNUPLOT 4.0 patchlevel 0 |
---|---|
Width | 1300 |
Height | 975 |