Ettus B200 Transmit On

7 ビュー (過去 30 日間)
Aiden Mitio
Aiden Mitio 2020 年 1 月 14 日
コメント済み: fatih özdemir 2020 年 9 月 20 日
I am working with an Ettus B200 mini-i. I have been successful with findsdru to detect the radio and comm.SDRuTransmitter to specifiy properties of the radio.
I haven'be been able to transmit a signal though. Is there a command for transmit on/enable?

回答 (1 件)

Jyotsna Talluri
Jyotsna Talluri 2020 年 1 月 17 日
comm.SDRuTransmitter creates SDRu Transmitter system object which enables the communication between the matlab and USRP Board.
Suppose tx=comm.SDRuTransmitter() is SDRu Transmitter object with specified properties and the signal to be transmitted is 'sig'
tx(sig);
transmits the signal with the specified properties.
Refer to the below link
  2 件のコメント
Aiden Mitio
Aiden Mitio 2020 年 1 月 22 日
Jyotsna,
Thank you, could you verify some additional thoughts?
  1. I need to generate a signal to be transmitted, the USRP itself does not create that signal.
What kind of signal and do you have resources for how to create that signal?
fatih özdemir
fatih özdemir 2020 年 9 月 20 日
You can create the Signal via the WLAN Waveform Apps from Matlab

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

カテゴリ

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