Sine_Wave_10Hz_30s.ogg (Ogg Vorbis sound file, length 28 s, 15 kbps, file size: 51 KB)

Summary

Description
English: A pure sinusoidal tone of frequency 10Hz 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

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}
 ]

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 September 2009

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:33, 20 September 200928 s (51 KB)Inductiveload{{Information |Description={{en|A pure sinusoidal tone of frequency 10Hz 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 page uses this file:

Global file usage

The following other wikis use this file:

Metadata