White_noise.ogg(Звучна снимка Ogg Vorbis, времетраење 10 с, 161 Кб/с, големина: 197 КБ)

Врска до Ризницата Ова е податотека од Ризницата на Викимедија и може да се користи на други проекти. Подолу е наведена содржината на нејзината описна страница.
Заедничката ризница е складиште на слободно-лиценцирани слики и снимки. И Вие можете да помогнете.
Опис
Українська: Файл випадкового білого шуму із середнім рівнем -18 dBFS, 160 кбіт/с, моно. Створено за допомогою «Cool Edit Pro» як файл формату «*.wav», стиснений до формату «*.ogg» за допомогою «Blaze Media Pro».
English: Random white noise file with average level at -18 dBFS. 160 kbps, mono. Generated with Cool Edit Pro as a WAV file, compressed as OGG with Blaze Media Pro. Binksternet (talk) 22:46, 3 April 2010 (UTC)
Previous version
10 seconds of uniformly distributed white noise with an RMS value of -4.8 dB.
Histogram
Frequency analysis
Датум
Извор

Generated with GNU Octave's random number generator rand(), which generates uniformly distributed random values in the interval [0,1). The wavwrite() function expects values in [-1.0, 1.0), so we multiply by 2 and shift down by 1. So to generate 10 seconds of noise sampled at 48 kHz:

white=rand(48000*10,1)*2-1;

I'm not sure about the inner workings of /dev/urandom, but I used the "reseed" command to feed it data from random.org, so this should be pretty random. To export this to a 16-bit, 48 kHz .wav file in our home directory, the command is:

wavwrite(white,48000,16,'white noise uniform.wav');

Then I converted the .wav file to a FLAC-encoded Ogg (.oga) file:

flac --ogg "white noise uniform.wav"

(The "compressed" FLAC file is actually larger than the .wav file.)  :) Then I generated a lossily-compressed .ogg Vorbis file:

oggenc "white noise uniform.wav"

This allows the pristine, lossless file to be downloaded directly from File history, while the smaller lossy file is the one included in articles.

RMS value derived from:

sox "white noise uniform.wav" -e stat

and then in dB is

Histogram derived from

hist(white,100,1)
Frequency analysis in Audacity.
Автор Omegatron
Дозвола
(Повторно користење на податотекава)
За оваа слика не важат авторски права и затоа е во јавна сопственост, бидејќи таа во целост се состои од информации кои се општа сопственост и не содржи никакво оригинално авторство.

Оценка

Снимка на денот Оваа податотека е избрана за снимка на денот за 30 април 2023. Нејзиниот опис гласи:
English: At the end of a certain month, we will listen to a piece of noise. Let's listen to white noise today.
Other languages
Čeština: Na konci měsíce přinášíme obvykle ukázku nějakého zvuku. Dnes jde o bílý šum.
English: At the end of a certain month, we will listen to a piece of noise. Let's listen to white noise today.
Italiano: Alla fine di ciascun mese, ascolteremo un brano contenente rumore. Oggi ascoltiamo il rumore bianco.
Эрзянь: Течи кунсолотанок ашо виев гайть.
Slovenščina: Govorjena različica članka Wikipedije v kitajščini o Williamu Shakespearu
Українська: Файл випадкового білого шуму із середнім рівнем -18 dBFS, 160 кбіт/с, моно. Створено за допомогою «Cool Edit Pro» як файл формату «*.wav», стиснений до формату «*.ogg» за допомогою «Blaze Media Pro».

Описи

Опишете во еден ред што претставува податотекава

Предмети прикажани на податотекава

прикажува

21 април 2008

Историја на податотеката

Стиснете на датум/време за да ја видите податотеката како изгледала тогаш.

Датум/времеМинијатураДимензииКорисникКоментар
тековна00:42, 4 април 201010 с (197 КБ)BinksternetBetter quality sound, higher bit rate, more suitable average level of -18dBFS, better HF response, monophonic, lower file size.
05:24, 21 април 200810 с (88 КБ)OmegatronLossy Ogg Vorbis version of the same file
05:23, 21 април 200810 с (957 КБ)OmegatronLossless, FLAC-encoded version generated from GNU Octave

Податотекава се користи во следнава страница:

Глобална употреба на податотеката

Оваа податотека ја користат и следниве викија:

Метаподатоци