Re: waveform
- To: mathgroup at smc.vnet.net
- Subject: [mg88065] Re: waveform
- From: dh <dh at metrohm.ch>
- Date: Wed, 23 Apr 2008 04:09:38 -0400 (EDT)
- References: <fukeou$s30$1@smc.vnet.net>
Hi jack,
try:
Play[Sin[500t (1+t^3)],{t,0,1.5}] //Sound
Daniel
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?
>
> Thanks,
> Jack
>
>