フィルターのクリア

How can I receive a particular device signals using USRP?

2 ビュー (過去 30 日間)
Muhammad Awais Khan Bangash
Muhammad Awais Khan Bangash 2023 年 10 月 19 日
回答済み: Walter Roberson 2023 年 10 月 19 日
I am receiving signal from USRP using MATLAB, but I only want to receive the signal of a particular device ie: Micaz how can I do that when multiple devices in the room are operating at the same frequency?
  2 件のコメント
Walter Roberson
Walter Roberson 2023 年 10 月 19 日
Would this be inside Simulink, or using MATLAB-level functions?
Muhammad Awais Khan Bangash
Muhammad Awais Khan Bangash 2023 年 10 月 19 日
編集済み: Muhammad Awais Khan Bangash 2023 年 10 月 19 日
I have written the Code of Matlab function to receive IQ sample of signals so that is in Matlab-level function!

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 10 月 19 日
If you have the cooperation of the device you want to talk to, then see techniques such as those described at https://www.mathworks.com/help/supportpkg/usrpradio/ug/packetized-modem-with-data-link-layer.html . That permits you to create data links -- so each packet of data to be sent out would be tagged with it source and destination link address, and data that is not part of the flow should (ideally) be dropped by the link. Or at the very least you would be able to tell where the packet is from and drop the packet.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by