Skip to content

Commit 78ad668

Browse files
authored
Update get_PL_SH.m
1 parent 089e592 commit 78ad668

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

get_PL_SH.m

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
% This is an auxiliary script used by function model80211p to model the
77
% communication performance of IEEE 802.11p using the analytical models described in:
88
%
9-
% Miguel Sepulcre, Manuel Gonzalez-Martín, Javier Gozalvez, Rafael Molina-Masegosa,
9+
% Miguel Sepulcre, Manuel Gonzalez-Martín, Javier Gozalvez, Rafael Molina-Masegosa, Baldomero Coll-Perales,
1010
% "Analytical Models of the Performance of IEEE 802.11p Vehicle to Vehicle Communications",
11-
% Arxiv, 2021.
11+
% IEEE Transactions on Vehicular Technology, November 2021. DOI: 10.1109/TVT.2021.3124708
12+
% Final version available at: https://ieeexplore.ieee.org/document/9599363
13+
% Post-print version available at: https://arxiv.org/abs/2104.07923
1214
%
1315
% The equations that are identified with a number between brackets in this script are the ones
1416
% that also appear in the paper so that they can be easily identified.
@@ -42,4 +44,4 @@
4244
i = find(PLfree > PL);
4345
PL(i) = PLfree(i);
4446

45-
end
47+
end

0 commit comments

Comments
 (0)