I would like to know in which paper the numeric parameters in the V2Vchannel.m file are referenced.

15 ビュー (過去 30 日間)
JUN YEON PARK
JUN YEON PARK 2021 年 8 月 9 日
回答済み: Umeshraja 2024 年 11 月 12 日 5:48
If you look at the V2Vchannel.m file (\MATLAB\R2021a\examples\wlan\main) in the MATLAB example file, the parameter values (pathDelays, avgPathGains, dopplerShifts) are determined for each 'DelayProfile' case.
I wonder which paper these parameters were written with reference to.
---------------------------------------------------------------------------------------------------
In 'V2Vchannel.m' file
case 'Rural LOS'
pathDelays = [0 83 183]*1e-9;
avgPathGains = [0 -14 -17];
dopplerShifts = [0 492 -295];
case 'Urban approaching LOS'
pathDelays = [0 117 183 333]*1e-9;
avgPathGains = [0 -8 -10 -15];
dopplerShifts = [0 236 -157 492];
case 'Urban NLOS'
pathDelays = [0 267 400 533]*1e-9;
avgPathGains = [0 -3 -5 -10];
dopplerShifts = [0 295 -98 591];
case 'Highway LOS'
pathDelays = [0 100 167 500]*1e-9;
avgPathGains = [0 -10 -15 -20];
dopplerShifts = [0 689 -492 886];
case 'Highway NLOS'
pathDelays = [0 200 433 700]*1e-9;
avgPathGains = [0 -2 -5 -7];
dopplerShifts = [0 689 -492 886];

回答 (1 件)

Umeshraja
Umeshraja 2024 年 11 月 12 日 5:48
I referenced the paper listed in the bibliography of the example and discovered this PPT presentation through its references. This resource aligns with the channel model values for different scenarios mentioned in the `V2Vchannel.m` file. You may want to refer to Slide 9 of the following resource:
M. Kahn, "IEEE 802.11 Regulatory SC DSRC Coexistence Tiger Team V2V Radio Channel Models," IEEE 802.11-14/0259r0.
This document seems to provide the reference for the numeric parameters used in the file.

カテゴリ

Help Center および File ExchangeTransportation Engineering についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by