Ettus B200 Transmit On

조회 수: 10 (최근 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 CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by