Sonar every 10 seconds.

GoldWave general discussions and community help
Post Reply
NonWally
Posts: 22
Joined: Mon Dec 08, 2008 9:04 pm
Location: Sydney

Sonar every 10 seconds.

Post by NonWally »

In expression evaluation, I have been trying to convert Ping, periodic, 10s

y*sin(2*pi*(t%x)*f)*exp(-(t%x)*4)+wave(n)

replacing ping with Sonar

sin(2*pi*t*2000)*exp(-t*3)*(sin(2*pi*3*t)+sin(2*pi*23*t))/2

So I get Sonar every 10 seconds.
No luck. I get one sonar for the entire track. :mrgreen:

Can anyone help?
GoldWave Inc.
Site Admin
Posts: 4372
Joined: Wed Mar 10, 2004 6:43 pm
Location: St. John's, NL
Contact:

Re: Sonar every 10 seconds.

Post by GoldWave Inc. »

You just need to replace every t with (t%x) to make it periodic, then set x to 10 for 10 seconds.
NonWally
Posts: 22
Joined: Mon Dec 08, 2008 9:04 pm
Location: Sydney

Re: Sonar every 10 seconds.

Post by NonWally »

Thank you.
Post Reply