├── .gitignore ├── ConfigFiles ├── Highway3GPP.cfg ├── Highway3GPP_C2C_WP.cfg ├── Highway3GPP_ECCrural.cfg ├── Highway3GPP_withRSU.cfg ├── RSUconfig.cfg ├── Urban3GPP.cfg └── test_trace.cfg ├── Copyright_notice.pdf ├── DebugFiles ├── PlotBRuse.m ├── PlotBRuse2.m ├── PlotGenAndTxDebug.m ├── PlotTxDebug.m ├── printDebugBRofMode4.m ├── printDebugBackoff11p.m ├── printDebugCBR11p.m ├── printDebugCumulativeSINR.m ├── printDebugEvents.m ├── printDebugGeneration.m ├── printDebugITSNumberofReplicas.m ├── printDebugImage.m ├── printDebugKPI.m ├── printDebugReallocation.m ├── printDebugTx.m └── printDebugTxRx.m ├── LICENSE ├── MainFiles ├── mainInit.m ├── mainPositionUpdate.m └── mainV2X.m ├── MainFilesCV2X ├── counterTX.m ├── elaborateFateRxCV2X.m ├── initLastPowerCV2X.m ├── mainCV2XtransmissionEnds.m ├── mainCV2XttiEnds.m ├── mainCV2XttiStarts.m ├── sensedPowerCV2X.m ├── updateKPICV2X.m └── updateSINRCV2X.m ├── MainFilesIEEE802.11p ├── checkVehiclesStartReceiving11p.m ├── checkVehiclesStopReceiving11p.m ├── endOfBackoff11p.m ├── endOfTransmission11p.m ├── freezeBackoff11p.m ├── newPacketIn11p.m ├── resumeBackoff11p.m ├── startNewBackoff11p.m ├── updateKPI11p.m ├── updateLastPower11p.m ├── updateSINR11p.m └── updateVehicleEndingTx11p.m ├── MatCBRcalculations ├── cbrUpdate11p.m ├── cbrUpdateCV2X.m ├── printCBRToFileCV2X.m └── printCBRToFileITSG5.m ├── MatFilesCoexistence ├── coexistence11pPreambleInLTEbefore_TEMP.m ├── coexistenceAtLTEsubframeEnd.m ├── coexistenceAtLTEsubframeStart.m ├── coexistenceImprovements.m ├── coexistenceInterferenceOfEnergySignalsBeforeSuperFrame.m ├── coexistenceInterferenceOfEnergySignalsEmptySF.m ├── coexistenceSetNAV_C.m ├── coexistenceSetNAV_F.m ├── coexistenceStartNewBackoff11pModified.m ├── initiateCoexistenceParameters.m ├── mainInitCoexistence.m └── superframeManagement.m ├── MatFilesInit ├── addNewParam.m ├── constants.m ├── getseed.m ├── initiateApplicationParameters.m ├── initiateBRAssignmentAlgorithm.m ├── initiateMainSimulationParameters.m ├── initiateOutParameters.m ├── initiateParameters.m ├── initiatePhyParameters.m ├── initiateSpecificCasesParameters.m ├── readRSUconfig.m └── searchParamInCfgFile.m ├── MatFilesOut ├── outputToFiles.m ├── printDelay.m ├── printHiddenNodeProb.m ├── printNeighborsToFile.m ├── printPRRmapToFile.m ├── printPacketReceptionRatio.m ├── printPowerControl.m ├── printSpeedToFile.m └── updateAverageNeighbors.m ├── MatFilesPosition ├── addPosDelay.m ├── addPosError.m ├── initVehiclePositions.m ├── interpolateTrace.m ├── loadObstaclesMapFile.m ├── loadTrafficTrace.m ├── updateDistanceChangeForShadowing.m ├── updatePosition.m └── updatePositionFile.m ├── MatFilesResourceAllocationCV2X ├── BRreassignment3GPPautonomous.m ├── BRreassignmentControlled.m ├── BRreassignmentControlledMaxReuse.m ├── BRreassignmentControlledMinPowerReuse.m ├── BRreassignmentOrdered.m ├── BRreassignmentRandom.m ├── CV2XsensingProcedure.m └── findRCintervalAutonomous.m ├── MatFilesSINR ├── calculateNLOSv.m ├── computeChannelGain.m ├── deriveRanges.m └── readPERtable.m ├── MatFilesUtility ├── computeAngle.m ├── computeDistance.m ├── computeHiddenNodeProb.m ├── computeMinSegmentDistance.m ├── computeNeighbors.m ├── computeSignificantNeighbors.m ├── countPowerControl.m ├── countWirelessBlindSpotProb.m ├── counterMap.m ├── createMap.m ├── generationPeriodFromSpeed.m └── printUpdateToVideo.m ├── MatFilesUtility5G ├── MCS.txt ├── RBperChannel.txt ├── RBtable_5G.m ├── calculateNB_5G.m ├── fTBS_5G.m ├── findRBsBeaconSINRmin_5G.m ├── findTBS_5G.m ├── getMCS.m └── tableNinfo1_5G.mat ├── MatFilesUtilityIEEE80211p ├── SINRmin11p.m ├── autoSINRmin11p.m └── packetDuration11p.m ├── MatFilesUtilityLTE ├── IBEcalculation.m ├── RBtable.m ├── TBL717211.txt ├── bufferOverflowLTE.m ├── calculateNB.m ├── calculateSubchannelsCombinations.m ├── computeGrid.m ├── convertToGrid.m ├── countDataAge.m ├── countDistanceDetails.m ├── countPacketDelay.m ├── countUpdateDelay.m ├── deriveBeaconResources.m ├── findITBS.m ├── findModulation.m ├── findRBsBeaconNbits.m ├── findRBsBeaconSINRmin.m ├── isValidForFFT.m └── updateBRidFile.m ├── PERcurves ├── G5-CrossingNLOS │ ├── PER_11p_MCS0_350B.txt │ ├── PER_11p_MCS2_350B.txt │ ├── PER_11p_MCS4_350B.txt │ ├── PER_LTE_MCS10_350B.txt │ ├── PER_LTE_MCS11_350B.txt │ ├── PER_LTE_MCS4_350B.txt │ ├── PER_LTE_MCS5_350B.txt │ ├── PER_LTE_MCS7_350B.txt │ └── PER_LTE_MCS9_350B.txt ├── G5-HighwayLOS │ ├── PER_11p_MCS0_190B.txt │ ├── PER_11p_MCS0_350B.txt │ ├── PER_11p_MCS0_550B.txt │ ├── PER_11p_MCS2_190B.txt │ ├── PER_11p_MCS2_350B.txt │ ├── PER_11p_MCS2_550B.txt │ ├── PER_11p_MCS4_190B.txt │ ├── PER_11p_MCS4_350B.txt │ ├── PER_11p_MCS4_550B.txt │ ├── PER_LTE_MCS10_350B.txt │ ├── PER_LTE_MCS11_350B.txt │ ├── PER_LTE_MCS11_550B.txt │ ├── PER_LTE_MCS3_190B.txt │ ├── PER_LTE_MCS4_350B.txt │ ├── PER_LTE_MCS5_190B.txt │ ├── PER_LTE_MCS5_350B.txt │ ├── PER_LTE_MCS6_550B.txt │ ├── PER_LTE_MCS7_190B.txt │ ├── PER_LTE_MCS7_350B.txt │ ├── PER_LTE_MCS8_550B.txt │ └── PER_LTE_MCS9_350B.txt ├── G5-HighwayNLOS │ ├── PER_11p_MCS0_190B.txt │ ├── PER_11p_MCS0_350B.txt │ ├── PER_11p_MCS0_550B.txt │ ├── PER_11p_MCS2_190B.txt │ ├── PER_11p_MCS2_350B.txt │ ├── PER_11p_MCS2_550B.txt │ ├── PER_11p_MCS4_190B.txt │ ├── PER_11p_MCS4_350B.txt │ ├── PER_11p_MCS4_550B.txt │ ├── PER_LTE_MCS10_350B.txt │ ├── PER_LTE_MCS11_350B.txt │ ├── PER_LTE_MCS11_550B.txt │ ├── PER_LTE_MCS3_190B.txt │ ├── PER_LTE_MCS4_350B.txt │ ├── PER_LTE_MCS5_190B.txt │ ├── PER_LTE_MCS5_350B.txt │ ├── PER_LTE_MCS6_550B.txt │ ├── PER_LTE_MCS7_350B.txt │ ├── PER_LTE_MCS8_550B.txt │ └── PER_LTE_MCS9_350B.txt ├── G5-UrbanLOS │ ├── PER_11p_MCS0_350B.txt │ ├── PER_11p_MCS2_350B.txt │ ├── PER_11p_MCS4_350B.txt │ ├── PER_LTE_MCS10_350B.txt │ ├── PER_LTE_MCS11_350B.txt │ ├── PER_LTE_MCS4_350B.txt │ ├── PER_LTE_MCS5_350B.txt │ ├── PER_LTE_MCS7_350B.txt │ └── PER_LTE_MCS9_350B.txt ├── G5-UrbanNLOS │ ├── PER_11bd_MCS1_100B.txt │ ├── PER_11bd_MCS1_1500B.txt │ ├── PER_11bd_MCS5_100B.txt │ ├── PER_11bd_MCS5_1500B.txt │ ├── PER_11bddc_MCS1_100B.txt │ ├── PER_11bddc_MCS1_1500B.txt │ ├── PER_11p_MCS2_100B.txt │ ├── PER_11p_MCS2_1500B.txt │ ├── PER_11p_MCS6_100B.txt │ ├── PER_11p_MCS6_1500B.txt │ ├── PER_LTE_MCS21_100B.txt │ ├── PER_LTE_MCS21_1500B.txt │ ├── PER_LTE_MCS6_100B.txt │ ├── PER_LTE_MCS6_1500B.txt │ ├── PER_NR_MCS21_100B.txt │ ├── PER_NR_MCS21_1500B.txt │ ├── PER_NR_MCS7_100B.txt │ └── PER_NR_MCS7_1500B.txt ├── PER_table.mat ├── PERcuvesGeneration.m └── PlotCurves.m ├── README.md ├── ReadMe_LTEV2Vsim_v5.4.txt ├── Simulations.m ├── Simulations_test_trace.m ├── WiLabV2Xsim Table of input parameters v6.1.pdf ├── WiLabV2Xsim v6.1 Tutorial_v0.pdf ├── WiLabV2Xsim.m └── codeForPaper ├── Vittorio2021Performance ├── fig11_config.cfg ├── fig11_plot.m ├── fig11_simulation.m ├── fig7_config.cfg ├── fig7_plot.m ├── fig7_simulation.m ├── fig9_config.cfg ├── fig9_plot.m ├── fig9_simulation.m └── readme.md ├── Zhuofei2023Repetition ├── fig3 │ ├── .gitignore │ ├── fig3_config.cfg │ ├── fig3_plot.m │ ├── fig3_step_1_simulation.m │ ├── fig3_step_2_readData.m │ └── fig3_step_3_plotFigure.m ├── fig4 │ ├── .gitignore │ ├── fig4_config.cfg │ ├── fig4_step_1_simulation.m │ ├── fig4_step_2_readData.m │ ├── fig4_step_3_plotFigure.m │ └── getdis.m ├── fig5 │ ├── .gitignore │ ├── fig5_config.cfg │ ├── fig5_step_1_simulation.m │ ├── fig5_step_2_readData.m │ ├── fig5_step_3_plotFigure.m │ └── getdis.m ├── fig6 │ ├── .gitignore │ ├── fig6_config.cfg │ ├── fig6_step_1_simulation.m │ └── fig6_step_2_plogFigure.m └── readme.md └── Zhuofei2023cochannel ├── .gitignore ├── plot_figs_for_paper ├── fig_1_plot_prr_max_dis.m ├── fig_1_read_prr_data.m ├── fig_2_plot_packet_delay.m ├── fig_2_read_packet_delay_data.m ├── fig_3_plot_data_age.m ├── fig_3_read_data_age.m ├── functions │ └── getdis.m ├── plot_tot_data.m └── read_tot_data.m ├── readme.md └── simulation_task ├── Simulations_1_3_lte.m ├── Simulations_2_3_lte.m ├── Simulations_balanced_tech.m ├── coch_dynamic_C.cfg ├── coch_dynamic_C_preamble.cfg ├── coch_enhanced_A.cfg ├── coch_method_B.cfg ├── coch_method_F.cfg ├── coch_no_method.cfg ├── coch_only_ITS.cfg └── coch_only_NR.cfg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/.gitignore -------------------------------------------------------------------------------- /ConfigFiles/Highway3GPP.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/Highway3GPP.cfg -------------------------------------------------------------------------------- /ConfigFiles/Highway3GPP_C2C_WP.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/Highway3GPP_C2C_WP.cfg -------------------------------------------------------------------------------- /ConfigFiles/Highway3GPP_ECCrural.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/Highway3GPP_ECCrural.cfg -------------------------------------------------------------------------------- /ConfigFiles/Highway3GPP_withRSU.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/Highway3GPP_withRSU.cfg -------------------------------------------------------------------------------- /ConfigFiles/RSUconfig.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/RSUconfig.cfg -------------------------------------------------------------------------------- /ConfigFiles/Urban3GPP.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/Urban3GPP.cfg -------------------------------------------------------------------------------- /ConfigFiles/test_trace.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ConfigFiles/test_trace.cfg -------------------------------------------------------------------------------- /Copyright_notice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/Copyright_notice.pdf -------------------------------------------------------------------------------- /DebugFiles/PlotBRuse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/PlotBRuse.m -------------------------------------------------------------------------------- /DebugFiles/PlotBRuse2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/PlotBRuse2.m -------------------------------------------------------------------------------- /DebugFiles/PlotGenAndTxDebug.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/PlotGenAndTxDebug.m -------------------------------------------------------------------------------- /DebugFiles/PlotTxDebug.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/PlotTxDebug.m -------------------------------------------------------------------------------- /DebugFiles/printDebugBRofMode4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugBRofMode4.m -------------------------------------------------------------------------------- /DebugFiles/printDebugBackoff11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugBackoff11p.m -------------------------------------------------------------------------------- /DebugFiles/printDebugCBR11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugCBR11p.m -------------------------------------------------------------------------------- /DebugFiles/printDebugCumulativeSINR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugCumulativeSINR.m -------------------------------------------------------------------------------- /DebugFiles/printDebugEvents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugEvents.m -------------------------------------------------------------------------------- /DebugFiles/printDebugGeneration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugGeneration.m -------------------------------------------------------------------------------- /DebugFiles/printDebugITSNumberofReplicas.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugITSNumberofReplicas.m -------------------------------------------------------------------------------- /DebugFiles/printDebugImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugImage.m -------------------------------------------------------------------------------- /DebugFiles/printDebugKPI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugKPI.m -------------------------------------------------------------------------------- /DebugFiles/printDebugReallocation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugReallocation.m -------------------------------------------------------------------------------- /DebugFiles/printDebugTx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugTx.m -------------------------------------------------------------------------------- /DebugFiles/printDebugTxRx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/DebugFiles/printDebugTxRx.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/LICENSE -------------------------------------------------------------------------------- /MainFiles/mainInit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFiles/mainInit.m -------------------------------------------------------------------------------- /MainFiles/mainPositionUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFiles/mainPositionUpdate.m -------------------------------------------------------------------------------- /MainFiles/mainV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFiles/mainV2X.m -------------------------------------------------------------------------------- /MainFilesCV2X/counterTX.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/counterTX.m -------------------------------------------------------------------------------- /MainFilesCV2X/elaborateFateRxCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/elaborateFateRxCV2X.m -------------------------------------------------------------------------------- /MainFilesCV2X/initLastPowerCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/initLastPowerCV2X.m -------------------------------------------------------------------------------- /MainFilesCV2X/mainCV2XtransmissionEnds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/mainCV2XtransmissionEnds.m -------------------------------------------------------------------------------- /MainFilesCV2X/mainCV2XttiEnds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/mainCV2XttiEnds.m -------------------------------------------------------------------------------- /MainFilesCV2X/mainCV2XttiStarts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/mainCV2XttiStarts.m -------------------------------------------------------------------------------- /MainFilesCV2X/sensedPowerCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/sensedPowerCV2X.m -------------------------------------------------------------------------------- /MainFilesCV2X/updateKPICV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/updateKPICV2X.m -------------------------------------------------------------------------------- /MainFilesCV2X/updateSINRCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesCV2X/updateSINRCV2X.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/checkVehiclesStartReceiving11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/checkVehiclesStartReceiving11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/checkVehiclesStopReceiving11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/checkVehiclesStopReceiving11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/endOfBackoff11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/endOfBackoff11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/endOfTransmission11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/endOfTransmission11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/freezeBackoff11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/freezeBackoff11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/newPacketIn11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/newPacketIn11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/resumeBackoff11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/resumeBackoff11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/startNewBackoff11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/startNewBackoff11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/updateKPI11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/updateKPI11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/updateLastPower11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/updateLastPower11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/updateSINR11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/updateSINR11p.m -------------------------------------------------------------------------------- /MainFilesIEEE802.11p/updateVehicleEndingTx11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MainFilesIEEE802.11p/updateVehicleEndingTx11p.m -------------------------------------------------------------------------------- /MatCBRcalculations/cbrUpdate11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatCBRcalculations/cbrUpdate11p.m -------------------------------------------------------------------------------- /MatCBRcalculations/cbrUpdateCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatCBRcalculations/cbrUpdateCV2X.m -------------------------------------------------------------------------------- /MatCBRcalculations/printCBRToFileCV2X.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatCBRcalculations/printCBRToFileCV2X.m -------------------------------------------------------------------------------- /MatCBRcalculations/printCBRToFileITSG5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatCBRcalculations/printCBRToFileITSG5.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistence11pPreambleInLTEbefore_TEMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistence11pPreambleInLTEbefore_TEMP.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceAtLTEsubframeEnd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceAtLTEsubframeEnd.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceAtLTEsubframeStart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceAtLTEsubframeStart.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceImprovements.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceImprovements.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceInterferenceOfEnergySignalsBeforeSuperFrame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceInterferenceOfEnergySignalsBeforeSuperFrame.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceInterferenceOfEnergySignalsEmptySF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceInterferenceOfEnergySignalsEmptySF.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceSetNAV_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceSetNAV_C.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceSetNAV_F.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceSetNAV_F.m -------------------------------------------------------------------------------- /MatFilesCoexistence/coexistenceStartNewBackoff11pModified.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/coexistenceStartNewBackoff11pModified.m -------------------------------------------------------------------------------- /MatFilesCoexistence/initiateCoexistenceParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/initiateCoexistenceParameters.m -------------------------------------------------------------------------------- /MatFilesCoexistence/mainInitCoexistence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/mainInitCoexistence.m -------------------------------------------------------------------------------- /MatFilesCoexistence/superframeManagement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesCoexistence/superframeManagement.m -------------------------------------------------------------------------------- /MatFilesInit/addNewParam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/addNewParam.m -------------------------------------------------------------------------------- /MatFilesInit/constants.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/constants.m -------------------------------------------------------------------------------- /MatFilesInit/getseed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/getseed.m -------------------------------------------------------------------------------- /MatFilesInit/initiateApplicationParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateApplicationParameters.m -------------------------------------------------------------------------------- /MatFilesInit/initiateBRAssignmentAlgorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateBRAssignmentAlgorithm.m -------------------------------------------------------------------------------- /MatFilesInit/initiateMainSimulationParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateMainSimulationParameters.m -------------------------------------------------------------------------------- /MatFilesInit/initiateOutParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateOutParameters.m -------------------------------------------------------------------------------- /MatFilesInit/initiateParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateParameters.m -------------------------------------------------------------------------------- /MatFilesInit/initiatePhyParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiatePhyParameters.m -------------------------------------------------------------------------------- /MatFilesInit/initiateSpecificCasesParameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/initiateSpecificCasesParameters.m -------------------------------------------------------------------------------- /MatFilesInit/readRSUconfig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/readRSUconfig.m -------------------------------------------------------------------------------- /MatFilesInit/searchParamInCfgFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesInit/searchParamInCfgFile.m -------------------------------------------------------------------------------- /MatFilesOut/outputToFiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/outputToFiles.m -------------------------------------------------------------------------------- /MatFilesOut/printDelay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printDelay.m -------------------------------------------------------------------------------- /MatFilesOut/printHiddenNodeProb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printHiddenNodeProb.m -------------------------------------------------------------------------------- /MatFilesOut/printNeighborsToFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printNeighborsToFile.m -------------------------------------------------------------------------------- /MatFilesOut/printPRRmapToFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printPRRmapToFile.m -------------------------------------------------------------------------------- /MatFilesOut/printPacketReceptionRatio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printPacketReceptionRatio.m -------------------------------------------------------------------------------- /MatFilesOut/printPowerControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printPowerControl.m -------------------------------------------------------------------------------- /MatFilesOut/printSpeedToFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/printSpeedToFile.m -------------------------------------------------------------------------------- /MatFilesOut/updateAverageNeighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesOut/updateAverageNeighbors.m -------------------------------------------------------------------------------- /MatFilesPosition/addPosDelay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/addPosDelay.m -------------------------------------------------------------------------------- /MatFilesPosition/addPosError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/addPosError.m -------------------------------------------------------------------------------- /MatFilesPosition/initVehiclePositions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/initVehiclePositions.m -------------------------------------------------------------------------------- /MatFilesPosition/interpolateTrace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/interpolateTrace.m -------------------------------------------------------------------------------- /MatFilesPosition/loadObstaclesMapFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/loadObstaclesMapFile.m -------------------------------------------------------------------------------- /MatFilesPosition/loadTrafficTrace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/loadTrafficTrace.m -------------------------------------------------------------------------------- /MatFilesPosition/updateDistanceChangeForShadowing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/updateDistanceChangeForShadowing.m -------------------------------------------------------------------------------- /MatFilesPosition/updatePosition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/updatePosition.m -------------------------------------------------------------------------------- /MatFilesPosition/updatePositionFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesPosition/updatePositionFile.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignment3GPPautonomous.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignment3GPPautonomous.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignmentControlled.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignmentControlled.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignmentControlledMaxReuse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignmentControlledMaxReuse.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignmentControlledMinPowerReuse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignmentControlledMinPowerReuse.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignmentOrdered.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignmentOrdered.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/BRreassignmentRandom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/BRreassignmentRandom.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/CV2XsensingProcedure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/CV2XsensingProcedure.m -------------------------------------------------------------------------------- /MatFilesResourceAllocationCV2X/findRCintervalAutonomous.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesResourceAllocationCV2X/findRCintervalAutonomous.m -------------------------------------------------------------------------------- /MatFilesSINR/calculateNLOSv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesSINR/calculateNLOSv.m -------------------------------------------------------------------------------- /MatFilesSINR/computeChannelGain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesSINR/computeChannelGain.m -------------------------------------------------------------------------------- /MatFilesSINR/deriveRanges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesSINR/deriveRanges.m -------------------------------------------------------------------------------- /MatFilesSINR/readPERtable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesSINR/readPERtable.m -------------------------------------------------------------------------------- /MatFilesUtility/computeAngle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeAngle.m -------------------------------------------------------------------------------- /MatFilesUtility/computeDistance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeDistance.m -------------------------------------------------------------------------------- /MatFilesUtility/computeHiddenNodeProb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeHiddenNodeProb.m -------------------------------------------------------------------------------- /MatFilesUtility/computeMinSegmentDistance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeMinSegmentDistance.m -------------------------------------------------------------------------------- /MatFilesUtility/computeNeighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeNeighbors.m -------------------------------------------------------------------------------- /MatFilesUtility/computeSignificantNeighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/computeSignificantNeighbors.m -------------------------------------------------------------------------------- /MatFilesUtility/countPowerControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/countPowerControl.m -------------------------------------------------------------------------------- /MatFilesUtility/countWirelessBlindSpotProb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/countWirelessBlindSpotProb.m -------------------------------------------------------------------------------- /MatFilesUtility/counterMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/counterMap.m -------------------------------------------------------------------------------- /MatFilesUtility/createMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/createMap.m -------------------------------------------------------------------------------- /MatFilesUtility/generationPeriodFromSpeed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/generationPeriodFromSpeed.m -------------------------------------------------------------------------------- /MatFilesUtility/printUpdateToVideo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility/printUpdateToVideo.m -------------------------------------------------------------------------------- /MatFilesUtility5G/MCS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/MCS.txt -------------------------------------------------------------------------------- /MatFilesUtility5G/RBperChannel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/RBperChannel.txt -------------------------------------------------------------------------------- /MatFilesUtility5G/RBtable_5G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/RBtable_5G.m -------------------------------------------------------------------------------- /MatFilesUtility5G/calculateNB_5G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/calculateNB_5G.m -------------------------------------------------------------------------------- /MatFilesUtility5G/fTBS_5G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/fTBS_5G.m -------------------------------------------------------------------------------- /MatFilesUtility5G/findRBsBeaconSINRmin_5G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/findRBsBeaconSINRmin_5G.m -------------------------------------------------------------------------------- /MatFilesUtility5G/findTBS_5G.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/findTBS_5G.m -------------------------------------------------------------------------------- /MatFilesUtility5G/getMCS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/getMCS.m -------------------------------------------------------------------------------- /MatFilesUtility5G/tableNinfo1_5G.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtility5G/tableNinfo1_5G.mat -------------------------------------------------------------------------------- /MatFilesUtilityIEEE80211p/SINRmin11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityIEEE80211p/SINRmin11p.m -------------------------------------------------------------------------------- /MatFilesUtilityIEEE80211p/autoSINRmin11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityIEEE80211p/autoSINRmin11p.m -------------------------------------------------------------------------------- /MatFilesUtilityIEEE80211p/packetDuration11p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityIEEE80211p/packetDuration11p.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/IBEcalculation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/IBEcalculation.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/RBtable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/RBtable.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/TBL717211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/TBL717211.txt -------------------------------------------------------------------------------- /MatFilesUtilityLTE/bufferOverflowLTE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/bufferOverflowLTE.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/calculateNB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/calculateNB.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/calculateSubchannelsCombinations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/calculateSubchannelsCombinations.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/computeGrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/computeGrid.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/convertToGrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/convertToGrid.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/countDataAge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/countDataAge.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/countDistanceDetails.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/countDistanceDetails.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/countPacketDelay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/countPacketDelay.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/countUpdateDelay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/countUpdateDelay.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/deriveBeaconResources.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/deriveBeaconResources.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/findITBS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/findITBS.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/findModulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/findModulation.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/findRBsBeaconNbits.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/findRBsBeaconNbits.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/findRBsBeaconSINRmin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/findRBsBeaconSINRmin.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/isValidForFFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/isValidForFFT.m -------------------------------------------------------------------------------- /MatFilesUtilityLTE/updateBRidFile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/MatFilesUtilityLTE/updateBRidFile.m -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_11p_MCS0_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_11p_MCS0_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_11p_MCS2_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_11p_MCS2_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_11p_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_11p_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS10_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS10_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS11_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS11_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS5_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS5_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS7_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS7_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-CrossingNLOS/PER_LTE_MCS9_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-CrossingNLOS/PER_LTE_MCS9_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS0_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS0_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS0_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS0_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS0_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS0_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS2_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS2_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS2_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS2_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS2_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS2_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS4_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS4_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_11p_MCS4_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_11p_MCS4_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS10_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS10_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS11_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS11_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS11_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS11_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS3_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS3_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS5_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS5_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS5_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS5_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS6_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS6_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS7_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS7_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS7_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS7_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS8_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS8_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayLOS/PER_LTE_MCS9_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayLOS/PER_LTE_MCS9_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS0_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS0_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS0_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS0_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS0_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS0_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS2_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS2_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS2_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS2_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS2_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS2_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS4_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS4_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_11p_MCS4_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_11p_MCS4_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS10_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS10_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS11_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS11_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS11_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS11_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS3_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS3_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS5_190B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS5_190B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS5_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS5_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS6_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS6_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS7_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS7_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS8_550B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS8_550B.txt -------------------------------------------------------------------------------- /PERcurves/G5-HighwayNLOS/PER_LTE_MCS9_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-HighwayNLOS/PER_LTE_MCS9_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_11p_MCS0_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_11p_MCS0_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_11p_MCS2_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_11p_MCS2_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_11p_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_11p_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS10_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS10_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS11_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS11_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS4_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS4_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS5_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS5_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS7_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS7_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanLOS/PER_LTE_MCS9_350B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanLOS/PER_LTE_MCS9_350B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bd_MCS1_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bd_MCS1_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bd_MCS1_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bd_MCS1_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bd_MCS5_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bd_MCS5_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bd_MCS5_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bd_MCS5_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bddc_MCS1_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bddc_MCS1_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11bddc_MCS1_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11bddc_MCS1_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11p_MCS2_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11p_MCS2_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11p_MCS2_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11p_MCS2_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11p_MCS6_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11p_MCS6_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_11p_MCS6_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_11p_MCS6_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_LTE_MCS21_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_LTE_MCS21_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_LTE_MCS21_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_LTE_MCS21_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_LTE_MCS6_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_LTE_MCS6_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_LTE_MCS6_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_LTE_MCS6_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_NR_MCS21_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_NR_MCS21_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_NR_MCS21_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_NR_MCS21_1500B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_NR_MCS7_100B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_NR_MCS7_100B.txt -------------------------------------------------------------------------------- /PERcurves/G5-UrbanNLOS/PER_NR_MCS7_1500B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/G5-UrbanNLOS/PER_NR_MCS7_1500B.txt -------------------------------------------------------------------------------- /PERcurves/PER_table.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/PER_table.mat -------------------------------------------------------------------------------- /PERcurves/PERcuvesGeneration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/PERcuvesGeneration.m -------------------------------------------------------------------------------- /PERcurves/PlotCurves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/PERcurves/PlotCurves.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe_LTEV2Vsim_v5.4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/ReadMe_LTEV2Vsim_v5.4.txt -------------------------------------------------------------------------------- /Simulations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/Simulations.m -------------------------------------------------------------------------------- /Simulations_test_trace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/Simulations_test_trace.m -------------------------------------------------------------------------------- /WiLabV2Xsim Table of input parameters v6.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/WiLabV2Xsim Table of input parameters v6.1.pdf -------------------------------------------------------------------------------- /WiLabV2Xsim v6.1 Tutorial_v0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/WiLabV2Xsim v6.1 Tutorial_v0.pdf -------------------------------------------------------------------------------- /WiLabV2Xsim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/WiLabV2Xsim.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig11_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig11_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig11_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig11_plot.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig11_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig11_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig7_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig7_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig7_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig7_plot.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig7_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig7_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig9_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig9_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig9_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig9_plot.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/fig9_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/fig9_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Vittorio2021Performance/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Vittorio2021Performance/readme.md -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/.gitignore: -------------------------------------------------------------------------------- 1 | mataData/ 2 | fig_* 3 | -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/fig3_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig3/fig3_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/fig3_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig3/fig3_plot.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_1_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_1_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_2_readData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_2_readData.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_3_plotFigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig3/fig3_step_3_plotFigure.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/.gitignore: -------------------------------------------------------------------------------- 1 | mataData/ 2 | fig_* 3 | -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/fig4_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig4/fig4_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_1_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_1_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_2_readData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_2_readData.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_3_plotFigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig4/fig4_step_3_plotFigure.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig4/getdis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig4/getdis.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/.gitignore: -------------------------------------------------------------------------------- 1 | mataData/ 2 | fig_* 3 | -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/fig5_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig5/fig5_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_1_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_1_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_2_readData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_2_readData.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_3_plotFigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig5/fig5_step_3_plotFigure.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig5/getdis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig5/getdis.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig6/.gitignore: -------------------------------------------------------------------------------- 1 | mataData/ 2 | fig_* 3 | -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig6/fig6_config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig6/fig6_config.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig6/fig6_step_1_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig6/fig6_step_1_simulation.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/fig6/fig6_step_2_plogFigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/fig6/fig6_step_2_plogFigure.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023Repetition/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023Repetition/readme.md -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/.gitignore: -------------------------------------------------------------------------------- 1 | data 2 | figures 3 | -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_1_plot_prr_max_dis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_1_plot_prr_max_dis.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_1_read_prr_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_1_read_prr_data.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_2_plot_packet_delay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_2_plot_packet_delay.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_2_read_packet_delay_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_2_read_packet_delay_data.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_3_plot_data_age.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_3_plot_data_age.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_3_read_data_age.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/fig_3_read_data_age.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/functions/getdis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/functions/getdis.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/plot_tot_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/plot_tot_data.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/read_tot_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/plot_figs_for_paper/read_tot_data.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/readme.md -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_1_3_lte.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_1_3_lte.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_2_3_lte.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_2_3_lte.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_balanced_tech.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/Simulations_balanced_tech.m -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_dynamic_C.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_dynamic_C.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_dynamic_C_preamble.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_dynamic_C_preamble.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_enhanced_A.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_enhanced_A.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_method_B.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_method_B.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_method_F.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_method_F.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_no_method.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_no_method.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_only_ITS.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_only_ITS.cfg -------------------------------------------------------------------------------- /codeForPaper/Zhuofei2023cochannel/simulation_task/coch_only_NR.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V2Xgithub/WiLabV2Xsim/HEAD/codeForPaper/Zhuofei2023cochannel/simulation_task/coch_only_NR.cfg --------------------------------------------------------------------------------