FreeCalypso > hg > gsm-net-reveng
view pathloss/range_func.h @ 110:597640501626
trau-decode HR guts: prepare for integration with AMR8
A new investigation program is being developed that needs to decode
both classic HR and AMR8 frame types on 8 kbit/s channels. Each
side needs to be prepared for coexistence.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 22 Dec 2025 06:30:43 +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);
