forked from ExternalVendorCode/Signal-Server
7 lines
132 B
C++
7 lines
132 B
C++
#ifndef _SUI_HH_
|
|
#define _SUI_HH_
|
|
|
|
double SUIpathLoss(double f, double TxH, double RxH, double d, int mode);
|
|
|
|
#endif /* _SUI_HH_ */
|