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

7 lines
135 B
C++

#ifndef _COST_HH_
#define _COST_HH_
double COST231pathLoss(float f, float TxH, float RxH, float d, int mode);
#endif /* _COST_HH_ */