diff pathloss/range_func.h @ 66:599fac1b882d

pathloss: implement FSL
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 25 Oct 2024 08:12:28 +0000
parents
children 0cfea66a15f3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pathloss/range_func.h	Fri Oct 25 08:12:28 2024 +0000
@@ -0,0 +1,5 @@
+/*
+ * Declarations for RF range functions
+ */
+
+float rf_range_freespace(float freq_mhz, float path_loss);