├── Approximate_SPEF_with_AMC.py ├── CDF_Opt_PF_EDS.py ├── CITATION.cff ├── PF_Modified.py ├── Proportional_fair_scheduler.py ├── RB_vs_URLLC_vs_repK.py ├── README.md ├── Thesis_Report.pdf ├── URLLC_Lamda_embb.py ├── URLLC_user_vs_URLLC_packet_size_vs_eMBB data.py ├── donwlink_resource_allocation_URLLC.py ├── donwlink_resource_allocation_eMBB.py ├── downlink_resource_allocation_eMBB_URLLC.py ├── requirements.txt ├── snr_vs_power_of_base station.py └── ul_resource _allocation.py /Approximate_SPEF_with_AMC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/Approximate_SPEF_with_AMC.py -------------------------------------------------------------------------------- /CDF_Opt_PF_EDS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/CDF_Opt_PF_EDS.py -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/CITATION.cff -------------------------------------------------------------------------------- /PF_Modified.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/PF_Modified.py -------------------------------------------------------------------------------- /Proportional_fair_scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/Proportional_fair_scheduler.py -------------------------------------------------------------------------------- /RB_vs_URLLC_vs_repK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/RB_vs_URLLC_vs_repK.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/README.md -------------------------------------------------------------------------------- /Thesis_Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/Thesis_Report.pdf -------------------------------------------------------------------------------- /URLLC_Lamda_embb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/URLLC_Lamda_embb.py -------------------------------------------------------------------------------- /URLLC_user_vs_URLLC_packet_size_vs_eMBB data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/URLLC_user_vs_URLLC_packet_size_vs_eMBB data.py -------------------------------------------------------------------------------- /donwlink_resource_allocation_URLLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/donwlink_resource_allocation_URLLC.py -------------------------------------------------------------------------------- /donwlink_resource_allocation_eMBB.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /downlink_resource_allocation_eMBB_URLLC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/downlink_resource_allocation_eMBB_URLLC.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/requirements.txt -------------------------------------------------------------------------------- /snr_vs_power_of_base station.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/snr_vs_power_of_base station.py -------------------------------------------------------------------------------- /ul_resource _allocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yampati1/Physical-Layer-for-5G-URLLC/HEAD/ul_resource _allocation.py --------------------------------------------------------------------------------