Files
Signal-Server/models/sui.hh
2015-05-27 21:45:05 +01:00

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_ */