Changes between Version 8 and Version 9 of WARPLab/Porting


Ignore:
Timestamp:
Jun 16, 2013, 8:42:57 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Porting

    v8 v9  
    210210wl_basebandCmd(nodes, 'RF_ALL', 'tx_rx_buff_dis');
    211211wl_interfaceCmd(nodes, 'RF_ALL', 'tx_rx_dis');
    212 
    213 %Retrieve the IQ and RSSI samples from the Rx node
    214 rx_IQ = wl_basebandCmd(nodes(2), [RFA RFB], 'read_IQ', 0, 2^14);
    215 rx_RSSI = wl_basebandCmd(nodes(2), [RFA RFB], 'read_RSSI', 0, 2^12);
    216212}}}
    217213