View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#49
Do you like NOAA images?

Here you can find atpdec and wxapt for the N900:
http://ge.tt/2QpmiMs

(wxapt is untested)

An example to decode a wav(recorded from a Noaa transmission):
------------------------------------------------------------


$ wget http://www.damside.freeserve.co.uk/miniNOAA.zip
$ unzip miniNOAA.zip
$ atpdec ./miniNOAA8.wav
$ ls *.png
miniNOAA8-1.png
$ gqview miniNOAA8-1.png

...


# If you want you could try other examples:
$ wget http://websterling.com/tsro/apt/sample.mp3

# atpdec wants 1 channel and rate 11025: (here we select the right channel -1)
lame --decode sample.mp3 && sox sample.mp3.wav -c1 -r 11025 sample.wav
# or: mpg123 -w sample.wav -r 11025 -1 ./sample.mp3
$ atpdec ./sample.wav


# A few examples to receive NOAA images:
http://websterling.com/tsro/apt/
http://www.oz9aec.net/index.php/gnu-...qrx-and-rtlsdr
Attached Images
 

Last edited by xes; 2013-09-16 at 23:55.
 

The Following 5 Users Say Thank You to xes For This Useful Post: