Submarine Sonar Sound
Eugalaz
Posts: 39
Hello,
I hope someone could help with a question about the Freqout command..
I am trying to create a Submarine Sonar Sound (you know the Ping sound) that I can output to my Audio Amplifier AppMod using the Freqout command.
Could someone point me in the right direction if this has already been answered or perhaps show the right code for this sound?
Many thanks in advance.
I hope someone could help with a question about the Freqout command..
I am trying to create a Submarine Sonar Sound (you know the Ping sound) that I can output to my Audio Amplifier AppMod using the Freqout command.
Could someone point me in the right direction if this has already been answered or perhaps show the right code for this sound?
Many thanks in advance.
Comments
When the military test them, they have an output of 120dB, equivalent to a Saturn V2 rocket, and they kill wales and marine life in large numbers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
/dev/null
Even if it did, so what. Thousands of animals are killed on roads. I guess we should outlaw driving...
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The needy are many, the deserving are few.
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
/dev/null
See, I can make up ridiculous fantasy scenarios to justify my position too.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The needy are many, the deserving are few.
·
www.ifaw.org/ifaw_united_states/media_center/press_releases/02_06_2008_41332.php
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
/dev/null
Look, there are lots of things we humans do that injure animals. But people just choose to ban the one's that don't affect them directly. Or make the feel good about themselves that they are "saving" these animals.
I'm sure the sonar is annoying to the whales, but they are free to leave the area. And I'm sure the military can detect whales and scare them away before using the high power sonar.
This thread has really gotten off-base, and I'll admit I'm to blame. So this is my last post in this thread.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The needy are many, the deserving are few.
·
It's worth having at look at "Customising and Programming the Basic Stamp" by J Scott Edwards.· There is some information there on sonars in general, as well·using the basic stamp to create various sound effects.·
Also, have a look at the information in the stamp manual on creating DTFM tones.· "Nuts and Volts" column #67 (November 2000) has some information as well.· It might not be exactly what you're looking for, but it's a start.· It can offer·insights into how to approach the problem.
One thing's for sure, you will need to create two frequencies to give you that "ring" so typical of echos.· You will also need to control the volume to imitate the "fade".·
It might be easier to download a .wav file for the ping sound and use that instead - but that's not as much fun as making your own sounds!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Post Edited (Franklin) : 7/8/2009 4:33:25 PM GMT
Start:
IF IN14=0 THEN tone
GOTO start
Tone:
·FREQOUT speaker,1000,900,905
·FREQOUT speaker,1000,1000,1005
·FREQOUT speaker,1000,800,805
·FREQOUT speaker,1000,400,405
·FREQOUT speaker,2000,600,605
GOTO start
Enjoy!
I didn't realise that this was a political forum.
It always amuses me how easy it is to be green. The ultimate extension of green is no Prallax, no technology and no forums on line so free speach would be relegated to around the camp fire talk.
Perhaps a better place to discuss political issues would be Liberal_Left_R_Us or their sister site Extreme_Right_R_Us.com and leave the parallax forums to Parallax and the extension of their technology.. Just an idea.
Again thank you to PJ Allen & Sandgroper for their help in this matter.
I'm realy glad that I didn't ask for help on my other project which is a Stamp controlled harpoon!
What a thread that would have started..
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
/dev/null
You know I'm surprised someone with some experiance with tones hasn't already coded this sound as i'm sure alot of people with the Ping))) module would add that sound in their projects for that something extra. If I can figure it out I will certainly post resut here.
I think there should be at least one that could be modified to sound like a
submarine sonar from the movies.
humanoido