Image:Pink noise spectrum.png

Un article de Wikipédia, l'encyclopédie libre.

Ci-dessous, retrouvez page de description du fichier provenant de Commons.

[edit] Summary

Description

Spectrum analysis of the uncompressed source for 10 seconds of pink noise fileplay in browser.
Analysis done using Audacity, plotting with GnuPlot

Source

en:Image:Pink noise spectrum.png

Date

01:45, 14 March 2006

Author

en:User:Ktims

Permission
(Reusing this image)
Public domain This image has been (or is hereby) released into the public domain by its author, Ktims at the Wikipedia project. This applies worldwide.

In case this is not legally possible:
Ktims grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


This graph image should be recreated using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is already available, please upload it. After uploading an SVG, replace this template with template {{Vector version available|new image name.svg}} in this image.

العربية | Български | Català | Česky | Dansk | Deutsch | English | Esperanto | Español | Français | 한국어 | Italiano | Magyar | Lietuvių | Nederlands | 日本語 | Polski | Português | Română | Русский | Suomi | Svenska | Türkçe | Українська | Tiếng Việt | मराठी | ‪中文(繁體)‬ | ‪中文(简体)‬ | +/-

[edit] Description

English: Pink noise spectrum
Русский: Спектр розового шума

[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 "pink_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 "pink_noise.txt" title "Pink Noise" with filledcurves x1 3

Historique du fichier

Cliquer sur une date et une heure pour voir le fichier tel qu’il était à ce moment-là

Date et heureDimensionsUtilisateurCommentaire
actuel9 juillet 2006 à 21:40800×600 (5 Kio)Wdwd ({{Information |Description=Pink noise spectrum |Source=en wikipedia |Date=01:45, 14 March 2006 |Author=en:Ktims }} {{PD-self}} )

Les pages ci-dessous contiennent cette image :