Research Article

Blind Corner Propagation Model for IEEE 802.11p Communication in Network Simulators

Algorithm 1

Blind corner model.
Input: Location of vehicle V1 and V2, Obstacles list,
Output: Distance
Distance = UNKNOWN
if there are obstacles between and then
 d1 = Distance of from corner
 d2 = Distance of from corner
 Distance =
else do
 Distance = Distance between V1 and V2
end if
return Distance