File:Sinc function (normalized).svg
From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 908 × 623 pixels, file size: 4 KB)
Page Module:Message box/fmbox.css has no content.
This is a file from the Wikimedia Commons. Information from its description page there is shown below.
Commons is a freely licensed media file repository. You can help.
Commons is a freely licensed media file repository. You can help.
Summary
| DescriptionSinc function (normalized).svg |
English: Graph of the normalized sinc function sin(πx)/(πx).
Mathworld's version. Omegatron's instructions |
| Date | |
| Source | Own work |
| Author | Omegatron |
| Other versions |
|
| SVG development InfoField |
Source code
# 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 (normalized).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:6]
set lmargin 5
set bmargin -5
# 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
# Format tics as digit with one decimal place
set format y "%2.1f"
# Put an x-axis tic at every integer
set xtics 1
set format x "%2.0f"
set mxtics 5
# Plot as lines
plot sin(pi*x)/(pi*x) with lines
# Close the file (so I don't have to close gnuplot to view it)
set output
Licensing
Omegatron, the copyright holder of this work, hereby publishes it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
Attribution:
- 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 |
You may select the license of your choice.
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
4,555 byte
image/svg+xml
8cb2b9c8d56bb39a7d6a2ab06fdd48657ea20301
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 09:42, 6 April 2012 | 908 × 623 (4 KB) | wikimediacommons>Aflafla1 | Compressed Version - Sinc path computed, rest hand coded |
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
| Short title | Plot of Sinc function |
|---|---|
| Image title | Hand Developed Plot |
Retrieved from "http://cosmopedia.co/index.php/File:Sinc_function_(normalized).svg"
