File:Mel-Hz plot.svg
Summary
| Description | |
| Date | |
| Source | Own work |
| Author | Krishna Vedala |
| Permission (Reusing this file) |
Free use under GFDL |
| SVG development | Category:Valid SVG created with Gnuplot#Mel-Hz%20plot.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.
The GNUPlot commands are shown below:
set terminal svg size 950,450 dynamic enhanced;
set output "Mel-Hertz_plot.svg";
plot [0:10000] 1127.01048*log(1+(x/700));
unset key; set xtics 500; set ytics 200; set grid;
set ylabel "Mel scale";
set xlabel "Hertz scale";
unset output;
Licensing
Krishna Vedala, the copyright holder of this work, hereby publishes it under the following licenses:
| 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. |
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
Attribution: | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update. |
You may select the license of your choice.