Changes between Version 5 and Version 6 of WARPLab/Reference/Node


Ignore:
Timestamp:
Sep 17, 2015, 2:09:23 PM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Node

    v5 v6  
    115115NOTE:  Due to Matlab behavior, the scalar fields for RF_A, RF_B, RF_C, and RF_D can be used as vectors and therefore do not need separate vector fields in the structure
    116116
    117             % Examples:
    118             %     Get the interface ID structure (let node be a wl_node object):
    119             %         ifc_ids = wl_getInterfaceIDs(node);
    120             %         ifc_ids = node.wl_getInterfaceIDs();
    121             %
    122             %     Use the interface ID structure:
    123             %         1) Enable RF_A for transmit: 
    124             %                wl_interfaceCmd(node, ifc_ids.RF_A, 'tx_en');
    125             %
    126             %         2) Get 1000 samples of Read IQ data from all interfaces:
    127             %                rx_IQ = wl_basebandCmd(node, ifc_ids.RF_ALL_VEC, 'read_IQ', 0, 1000);
    128 
    129 
    130117Examples:
    131118  - Get the interface ID structure  (let node be a wl_node object):