Ettus B200 Transmit On
Mostrar comentarios más antiguos
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?
Respuestas (1)
Jyotsna Talluri
el 17 de En. de 2020
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 comentarios
Aiden Mitio
el 22 de En. de 2020
fatih özdemir
el 20 de Sept. de 2020
You can create the Signal via the WLAN Waveform Apps from Matlab
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!