Does the "sinr" function handle interference or multipath?

6 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2020 年 4 月 13 日
編集済み: MathWorks Support Team 2025 年 1 月 31 日
Does the "sinr" function handle interference or multipath?

採用された回答

MathWorks Support Team
MathWorks Support Team 2025 年 1 月 25 日
編集済み: MathWorks Support Team 2025 年 1 月 31 日
The "sinr" function computes the ratio of total received power from a signal source to total received power from non-signal sources plus noise. The algorithm re-uses the "sigstrength" function to compute total received power from each source and this calculation includes path loss. Please take a look at this function for implementation details.
The "sinr" function does not perform any interference modelling of multipath and does not calculate constructive/destructive interference of waveforms. It is important to note that the "sinr" function does model signal level interference but does not model wave interference. Wave interference refers to the constructive or destructive effects of the superposition of multiple waves. When multipath propagation occurs, multiple copies of the same signal reach the receiver and may undergo wave interference. Above, I mentioned that the "sinr" function is computing a ratio of signal source power to non-signal source power. Those non-signal sources are considered interference sources (in some contexts they would be called jammers).
To access the example documentation, run the following command in the MATLAB R2019b Command Window:
>> web(fullfile(docroot, 'phased/examples/sinr-map-for-a-5g-urban-micro-cell-test-environment.html'))
This scenario models a cell network where each base station is operating on the same frequency. The SINR value at each point on the map is computed with the nearest base station being the desired signal source, and all other base stations being interference sources. The cloverleaf pattern in the original example is caused by each marker containing three sectored cells with directional antenna patterns.
Our treatment of SINR is consistent with the following page which introduces it and gives a key to interpret SINR values:
The main Wikipedia article is good too:
For additional information on the current release, please visit the following link:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAntennas and Electromagnetic Propagation についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by