VANET_toolbox_18a_18b_19b

所属分类:matlab编程
开发工具:matlab
文件大小:3643KB
下载次数:0
上传日期:2020-06-24 11:30:52
上 传 者huangjing1
说明:  vanet 街道模型 可模拟街道车辆通信
(vant model can modify the car and the street)

文件列表:
VANET_Toolbox\VANET_Toolbox_2018a\VANETlib.slx (30567, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\app_msg2wsmp.m (540, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\app_unicastAddressConv.m (202, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\app_wsmp2msg.m (585, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\carStatus.m (1683, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\demoLC.m (7207, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\demo_2cars_intersection.slx (21431, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\demo_4cars.slx (21842, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\demo_4cars_intersection.slx (20248, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\des_APP_OBU.m (67552, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\des_MAC_OBU.m (95085, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\des_MAC_RSU.m (60203, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\des_PHY_links.m (4224, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\des_trafficlight.m (2620, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_CAVrecord.m (4232, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_addrConv.m (500, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_array2database.m (988, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_carGlobalDB.m (6772, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_carLocalDB.m (5410, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_codeGen.m (3449, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_codegen_psdu2waveform.m (491, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_eventsCount.m (787, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_generateSpeedArray.m (318, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_initInfo.m (1778, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_runModel.m (3176, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_simHighway.m (6652, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_simIntersection.m (2458, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\fcn_stopfcnList.m (565, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\car1.png (66565, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\car2.jpg (6624, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\carImage.png (56882, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\carpic.png (217562, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\crossing.jpg (50200, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\highway.png (31367, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\light1.jpg (32573, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\light2.jpg (20147, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\trafficlight.png (248337, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\wave.png (292354, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\figs\wave1.png (22226, 2020-01-10)
VANET_Toolbox\VANET_Toolbox_2018a\macFrame.m (21957, 2020-01-10)
... ...

The vehicular network simulator, VANET toolbox, is a Simulink library. The library contains major vehicular network layers, APP layer, MAC layer and PHY layer. APP layer is responsible for message generation and vehicular mobility models. Currently, APP layer generates messages including Basic Safety Message (BSM) and Lane Changing Message. The mobility models include the car-following model (CFM) and lane-changing model (LCM), thus users can simulate braking and changing lane behaviors. MAC layer implemented Enhanced Distributed Channel Access (EDCA) according to IEEE 802.11p. The messages entity 0from APP layer is converted into frame entity, experience channel contention period and sent to PHY layer as waveform entity. On the other hand, the waveform received from the PHY layer is converted into payload and sent to the APP layer. The MAC layer also supports Relible Data Transmission (RDT), i.e., DATA-ACK. PHY layer includes a two-ray ground reflection model and an AWGN channel based on WAVE/DSRC standards. The Tx/Rx and AWGN are developed based on IEEE 802.11a and implemented by WLAN system toolbox. VANET Toolbox provides three options to create a simulation model: 1. Build Simulink models. One can create a Simulink model by dragging the needed blocks from VANETlib. Example models are provided, please check the files starting with 'demo_'; 2. VANET toolbox provides a basic GUI for users to conduct simulations in batches. To open the GUI, type 'vanet' in MATLAB command window and tune up the necessary parameters. 3. GUI only has limited options, while the Simulink model is limited in a large-scale simulation. In order to simulate with all tunable parameters in large scale, simulations need to be created by MATLAB script. Please refer to 'simLC.m' for more details. The required MathWorks Products includes: MATLAB; MATLAB Coder; Simulink; Simulink Coder; SimEvents Toolbox; WLAN System Toolbox; Communications System Toolbox; DSP System Toolbox.

近期下载者

相关文件


收藏者