File:Sine Wave 20Hz 30s.ogg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Sine_Wave_20Hz_30s.ogg(Ogg Vorbis sound file, length 28 s, 17 kbps, file size: 57 KB)

Captions

Captions

Add a one-line explanation of what this file represents
Description
English: A pure sinusoidal tone of frequency 20Hz and duration 30 seconds. Generated with Mathematica, then converted to Ogg Vorbis with MeowMultiSound. Normalised to −3dB.
Date
Source Own work
Author Inductiveload
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Mathematica Code[edit]

time = 30;
norm = 1/Sqrt[2];

Table[
 
 tone = Play[
   norm*Sin[f*2*Pi*t],
   {t, 0, time},
   PlayRange -> {-1, 1}
   ];
 
 str = "Sine Wave " <> ToString[f] <> "Hz " <> ToString[time] <> "s" <>
    ".wav";(*Constructs a name for the tone*)
 
 Export[str, tone],
 
 {f, 10, 100, 10}
 ]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:34, 20 September 200928 s (57 KB)Inductiveload (talk | contribs){{Information |Description={{en|A pure sinusoidal tone of frequency 20Hz and duration 30 seconds. Generated with Mathematica, then converted to Ogg Vorbis with MeowMultiSound. Normalised to −3dB.}} |Source={{own}} |Date=2009-09-20 |Author=[[User:Inducti

The following 2 pages use this file:

Transcode status

Update transcode status
Format Bitrate Download Status Encode time
MP3 68 kbps Completed 12:18, 23 December 2017 1.0 s

File usage on other wikis

The following other wikis use this file:

Metadata