FreeCalypso > hg > gsm-net-reveng
view pathloss/range_func.h @ 72:afebef67e8d4 default tip
tmo/CSD-tests: document Experiment 7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 28 Nov 2024 02:53:59 +0000 |
parents | 0cfea66a15f3 |
children |
line wrap: on
line source
/* * Declarations for RF range functions */ float rf_range_freespace(float freq_mhz, float path_loss); float rf_range_egli(float freq_mhz, float path_loss, float bts_ant_m, float ms_ant_m);