Changes between Version 2 and Version 3 of WARPLab/Benchmarks/WARPLAB_7_5_0


Ignore:
Timestamp:
Feb 9, 2015, 10:38:05 AM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Benchmarks/WARPLAB_7_5_0

    v2 v3  
    22
    33= WARPLab 7.5.0: Benchmarks =
     4
     5''NOTE:  The WARPLab 7.5.0 MEX transport has been optimized for a single buffer read_iq:''
     6    * `rx_IQ = wl_basebandCmd(node, [RF_RX], 'read_IQ', 0, rx_length);`
     7''vs''
     8    * `rx_IQ = wl_basebandCmd(node, [RF_RX_0, RF_RX_1], 'read_IQ', 0, rx_length);`
     9''Currently, the iteration over the interfaces occurring in M code vs MEX C code.  This will be fixed in future releases, but for now, if you do multiple buffer reads in a single Read IQ command, you will see a significant memory and performance penalty.''
     10
    411
    512== Hardware and Software ==