rf-diffraction-loss
This MATLAB function provides the diffraction loss calculated using the rounded obstacle diffraction loss model by adding a correction factor to the Knife Edge diffraction model by considering the diffractive obstacle as a rounded obstacle having a radius of curvature instead of the ideal knife-edge assumption.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: ieee.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Repository
This MATLAB function provides the diffraction loss calculated using the rounded obstacle diffraction loss model by adding a correction factor to the Knife Edge diffraction model by considering the diffractive obstacle as a rounded obstacle having a radius of curvature instead of the ideal knife-edge assumption.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Rounded Obstacle Diffraction Loss Model
This MATLAB function provides the diffraction loss calculated using the rounded obstacle diffraction loss model by adding a correction factor to the Knife Edge diffraction model by considering the diffractive obstacle as a rounded obstacle having a radius of curvature instead of the ideal knife-edge assumption. It works with single dominant obstacle in the path and it is built based on the Recommendation ITU-R P.526-15 [1]. This function uses a terrain data model to obtain the elevation profile between the transmitter and the receiver.
For more details, the reader can refer to the following article [2]. If you use this code in your work, please cite the following article:
M. M. Al-Zubi and M.-S. Alouini, "End-to-End Modelling and Simulation of NLOS Sub-6 GHz Backhaul via Diffraction for Internet Connectivity of Rural Areas," IEEE Open Journal of the Communications Society, 2023. https://ieeexplore.ieee.org/document/10306284
Output Parameters
An example illustrating how to use this function is attached here, i.e., “Example_Main.m”. This function provides the following output parameters:
|Parameter| Description| |:--|:--| |Lfs|free space loss in dB| |LKE|Knife edge diffraction loss in dB| |LD|rounded obstacle diffraction loss in dB| |L|total pathloss [L= Lfs + LD] in dB| |d1|the distance from the TX antenna to the top of the obstacle in m| |d2|the distance from the RX antenna to the top of the obstacle in m| |h|the distance from the top of the obstacle to the LOS line that connects the two antennas in m (h is negative if the obstacle is below this line)| |R|the obstacle radius of curvature in m| |F1|1st Fresnel zone radius at obstacle location in m| |F1max|maximum 1st Fresnel zone radius at the mid of path in m, i.e., d1 = d2| |d|distance between TX and RX in Km| |Theta|diffraction angle in degree|
Requirements
- MATLAB
- Mapping Toolbox
- Symbolic Math Toolbox
- Statistics and Machine Learning Toolbox
- Antenna Toolbox
- Communications Toolbox
- Phased Array System Toolbox
Output Sample
The user is expected to get results similar to the following:

Fig. 1: Site viewer

Fig. 2: Elevation profile between TX and Rx

Fig. 3: Output pathloss and corresponding parameters
References
[1] “Propagation by diffraction,” Int. Telecommun. Union (ITU), Geneva, Switzerland, ITU-Recommendation P. 526–15, 2019.
[2] M. M. Al-Zubi and M.-S. Alouini, "End-to-End Modelling and Simulation of NLOS Sub-6 GHz Backhaul via Diffraction for Internet Connectivity of Rural Areas,"IEEE Open Journal of the Communications Society, 2023.
Owner
- Name: Dr. Muneer Al-ZuBi
- Login: muneer85
- Kind: user
- Repositories: 1
- Profile: https://github.com/muneer85
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this code, please cite it as below." authors: - family-names: "Al-Zubi" given-names: "Muneer" orcid: "https://orcid.org/0000-0002-4792-7386" - family-names: "Alouini" given-names: "Mohamed-Slim" orcid: "https://orcid.org/0000-0003-4827-1793" title: "End-to-End Modelling and Simulation of NLOS Sub-6 GHz Backhaul via Diffraction for Internet Connectivity of Rural Areas" version: 1.0.0 doi: 10.1109/OJCOMS.2023.3330078 date-released: 1/12/2023 url: "https://github.com/muneer85/rf-diffraction-loss"