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
(4,188 Views)