FreeCalypso > hg > gsm-net-reveng
comparison pathloss/range_func.h @ 68:0cfea66a15f3
pathloss: implement Egli model
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Oct 2024 16:09:52 +0000 |
parents | 599fac1b882d |
children |
comparison
equal
deleted
inserted
replaced
67:d8ccdccd8b2b | 68:0cfea66a15f3 |
---|---|
1 /* | 1 /* |
2 * Declarations for RF range functions | 2 * Declarations for RF range functions |
3 */ | 3 */ |
4 | 4 |
5 float rf_range_freespace(float freq_mhz, float path_loss); | 5 float rf_range_freespace(float freq_mhz, float path_loss); |
6 float rf_range_egli(float freq_mhz, float path_loss, float bts_ant_m, | |
7 float ms_ant_m); |