フィルターのクリア

How can I get the received signal strength indicator (RSSI) as a statistic captured in a WLAN system-level simulation

10 ビュー (過去 30 日間)
Hello,
I am trying to get the Received Signal Strength (RSSI) at and from any node in a WLAN system-level simulation. Some insights are provided in https://www.mathworks.com/help/wlan/ug/statistics-captured-in-WLAN-system-level-simulation.html within the Add Custom Statistics section. The first step is to "Open the helper object corresponding to the layer in which you want to add the custom statistic parameter". Here comes the first question: 1. Does it mean open the helper class, or instantiate an object of the class?
In my case, I am guessing the class would be hPHYRxInterface. This class has a structure property called RxVector that containts a field called RSSI. The second question is: 2. Can this property and its value be accessed to obtain the RSSI at any node? If that is the case, how?
Thanks for your help.

採用された回答

William Paredes
William Paredes 2023 年 1 月 26 日
I needed to obtain the received power level between any pair of nodes. There is actually a helper function called hCreatePathlossTable that calculates the path loss between any pair of nodes. As the transmited power is part of the node configuration, substract the path loss from the trasmitted power to obtain the received power between any pair of nodes.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWLAN Toolbox についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by