Commit Graph

6 Commits

Author SHA1 Message Date
Harald Welte 6acef0f4c9 pathloss: Add sample spreadsheet 2023-07-02 12:47:27 +02:00
Harald Welte 38a6699f70 add master README.md 2023-07-02 12:44:54 +02:00
Harald Welte 2bf26f1696 pathloss: Add README.md 2023-07-02 12:42:41 +02:00
Harald Welte 1048003696 pathloss: "port" from Python2 to Python3
It's 2023 and it's safe to assume every gnuradio shipped these days
uses python3 as a python plug-in.  Luckily, only the raise statement
appears to need adjustment/porting
2023-07-02 12:29:30 +02:00
Harald Welte a83df24485 add inverse functions of path loss
using the rf_range_* functions, we can compute the signal range possible
at the given permitted path loss in dB.
2016-05-23 20:52:50 +02:00
Harald Welte bc55a9c7e8 initial checkin of gnumeric path loss functions
This code extends gnumeric with some functions to compute the RF
propagation path loss by some common models.
2016-05-23 19:51:10 +02:00