The Weak Signal Challenge - Decode and Win $100
superid writes "Several years ago while reading comp.dsp I found a link to The Weak Signal Challenge. On that page is a .wav file of a morse code signal bounced off the moon. The page author Mike Cook is offering $100 to the next person to successfully decode the morse code.
Since I was the one who originally solved this, I promised Mike that I wouldn't divulge the answer or provide any clues. I can say thought that I didn't use anything special other than traditional signal processing techniques, octave, matlab, and patience. I think that overall I spent about 24 hours total sitting at my '486.
I think it would be great to generate some interest in this. Maybe someone could come up with a novel solution and win $100!"
I'd assume the beeps are a single tone. Run a fourier xform on the signal and look for any dominant tones (peaks) in the spectrum. Once the frequency is known, run the signal through a narrow band filter at that frequency to eliminate the noise. After that the tones should be recognizable enough to decode by ear.
Vote for Pedro