How matlab calculate SINR? (Mathematically)

4 views (last 30 days)
Parmida
Parmida on 19 Nov 2022
Commented: Parmida on 21 Nov 2022
Hello,
How does MATLAB calculate with the SINR command and only taking the name of the antenna? What are the parameters that affect the calculation of SINR for an antenna? JUST IT'S NAME??!!
  4 Comments
Walter Roberson
Walter Roberson on 20 Nov 2022
It depends on what coordinate system and propagation model is configured for the tx
You are not passing in the name of an antenna, you are passing in an object that represents a configured system of antennas.
Parmida
Parmida on 21 Nov 2022
Thank you so much for your help.

Sign in to comment.

Answers (1)

DGM
DGM on 19 Nov 2022
The documentation for sinr is fairly descriptive. From the synopsis:
The default propagation model is Longley-Rice when terrain is enabled and free space when terrain is disabled.
It also lists the defaults for map/terrain and other parameters.

Tags

Community Treasure Hunt

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

Start Hunting!