Image:Gray noise spectrum.png

From Wikipedia, the free encyclopedia

No higher resolution available.

Gray_noise_spectrum.png (800 × 600 pixel, file size: 5 KB, MIME type: image/png)

[edit] Summary

Spectrum analysis of uncompressed source for 10 seconds of gray noise . Note the logarithmic frequency scale.

The analysis was done using Audacity, and plotting with gnuplot. Transparency was touched up in GIMP to make the graph background pure white.

[edit] Instructions

Obtain the frequency analysis from Audacity, set the maximum number of windows, and use a Hamming window. The following script was used to generate the image:

set terminal png transparent font "/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf" size 800,600 enhanced
set output "gray_noise_spectrum.png"

# this seems to fix the trailers on the TTF font for the x-label
set bmargin 4

# enable grid
set grid
set grid mxtics

# set up x-axis
set logscale x 10
set xrange [100:22000]
set xlabel "Frequency (Hz)"
set xtics border nomirror

# set up y-axis
set yrange [-40:0]
set ylabel "Intensity (dB)"
set ytics border nomirror

# again to deal with bad bboxes on the TTF...
set key height 1 box

# plot the output from Audacity
plot "gray_noise.txt" title "Gray Noise" with filledcurves x1 3

[edit] Licensing

Public domain

I, the creator of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible,
I grant any entity the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.

  • (del) (cur) 01:42, 14 March 2006 . . Ktims (Talk | contribs) . . 800×600 (5,479 bytes) (Spectrum analysis of {{Audio|Gray noise.ogg|10 seconds of gray noise}}. Note the logarithmic frequency scale. The analysis was done using Audacity, and plotting with gnuplot. Transparency was touched up in GIMP to make the graph background pu)
  • (del) (rev) 01:38, 14 March 2006 . . Ktims (Talk | contribs) . . 800×600 (5,479 bytes) (Spectrum analysis of {{Audio|Gray noise.ogg|10 seconds of gray noise}}. The analysis was done using Audacity, and plotting with gnuplot. Transparency was touched up in GIMP to make the graph background pure white. == Instructions == Obtain t)
  • (del) (rev) 14:15, 13 March 2006 . . Ktims (Talk | contribs) . . 800×600 (7,912 bytes) (== Summary == Spectrum analysis of {{Audio|Gray noise.ogg|10 seconds of grey noise}}. Analysis done using Audacity, plotting with GnuPlot)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):