Skip to content

peterbbryan/NOAA-APT-decoder-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOAA APT DECODER

A learning experiment in decoding NOAA APT signals "from scratch."

My DSP background is weak, so I'm still working to better understand the mechanics of the Hilbert transform to extract instantaneous amplitude information.

Sample use

A sample of the CLI usage using Fire:

python noaa_apt_decoder.py --in_path=06261434.wav --out_path image.png --black_point 5 --white_point 95 --components ["image_a","image_b"]

python noaa_apt_decoder.py --in_path 06261434.wav --out_path temp.png --black_point 5 --white_point 70 --components ["image_a"] --colorize True

Special thanks

I found the following resources invaluable:

About

CLI to decode NOAA APT imagery to better understand imagery decoding from radio signal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages