From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

USRP Software Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

USRP Matlab AM

I would like to to realize an amplitude modulation on the B200 (for testing) by using Matlab. I've already seen the Matlab examples. I would like to use a script (no Simulink). Somehow it does not work quite.The digital modulation sequence is present as a vector like mod = sin(2*pi*1e6*[0:1/f_s:1-1/f_s]);


    connectedRadios = findsdru;
    platform = connectedRadios(1).Platform;
    address = connectedRadios(1).SerialNum;
    
    Tx = comm.SDRuTransmitter('Platform',platform,'SerialNum',address);

   

 What happens next?

 

 

 

0 Kudos
Message 1 of 1
(3,999 Views)