TI mmWave Radar: understanding Relative Power (dB) using RangeProfile

7 ビュー (過去 30 日間)
Khan
Khan 2025 年 9 月 3 日
回答済み: Shantanu 2025 年 9 月 8 日
Using a TI IWR6843ISK evaluation board, I would like to understand the returned power from the RangeProfile field of the measurements object. For example:
xdat = meas.RangeGrid;
ydat = meas.RangeProfile;
plot(xdat,ydat);
will return a plot with Relative-power (dB) vs. Range (m) similar to 10-29 in Radar Toolbox User's Guide. This is not an absolute power (dBm), so what is this power measurment relative to? Is this explained in documentation someplace?
Thanks for any help.
Khan

採用された回答

Shantanu
Shantanu 2025 年 9 月 8 日
Hi Khan,
When using a TI mmWave radar like the IWR6843ISK with MATLAB, the RangeProfile field provides a measure of the radar reflection strength at different distances. The y-axis of this plot, labeled "Relative-power (dB)".
For a practical example of how to read and plot this data, you can refer to the given documentation. The "Read and Plot Position and Range Profile" section is particularly relevant.
Hope this helps.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRadar and EW Systems についてさらに検索

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by