Image:White noise spectrum.png
From Wikipedia, the free encyclopedia
White_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 white 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.
(I find the log frequency plot here confusing, as it suggests that white noise may rise slightly with increasing frequency. A linear frequency scale would be better. However, for comaprison with pink noise, having the log frequency plot keeps the frequency axis on both the same.)
[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 "white_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 "white_noise.txt" title "White Noise" with filledcurves x1 3
[edit] Licensing
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:55, 14 March 2006 . . Ktims (Talk | contribs) . . 800×600 (4,679 bytes) (Spectrum analysis of uncompressed source for {{Audio|White noise.ogg|10 seconds of white noise}}. Note the logarithmic frequency scale. The analysis was done using Audacity, and plotting with gnuplot. Transparency was touched up in GIMP to ma)
- (del) (rev) 14:01, 13 March 2006 . . Ktims (Talk | contribs) . . 800×600 (6,760 bytes) (Spectrum analysis of White_noise.ogg. Analysis done using Audacity, plotting with GnuPlot)
- Edit this file using an external application
See the setup instructions for more information.