Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 614 Bytes

Diffuse sky radio noise with GSM

  1. Clone this repo & compile gsm + skymap with the provided Makefile as:

    git clone https://github.com/TREND50/skymap
    cd skymap
    make
  2. Tabulate the radio signal as frequency using GSM. See run-gsm.py.

  3. Compute the corresponding antenna noise using the provided effectie area and skymap. See e.g. compute-skymap.py.

The results can be checked with the show-gsm.py and show-skymap.py scripts.