Re: waveform
- To: mathgroup at smc.vnet.net
- Subject: [mg88039] Re: waveform
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Wed, 23 Apr 2008 04:04:52 -0400 (EDT)
- Organization: University of Bergen
- References: <fukeou$s30$1@smc.vnet.net>
Jack Kennedy wrote: > I'm new to the audio functions of Mathematica, and I'd like > to create a waveform that is a sine wave of whose frequency > increasing linearly over time. Does anybody know a way > to do this? This goes linearly from 200 Hz to 1000 Hz in 2 sec: Play[Sin[2 \[Pi] (200 t + 200 t^2)], {t, 0, 2}]