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

7 lines
132 B
C++

#ifndef _HATA_HH_
#define _HATA_HH_
double HATApathLoss(float f, float h_B, float h_M, float d, int mode);
#endif /* _HATA_HH_ */