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