Changes between Version 51 and Version 52 of WARPLab/Changelog


Ignore:
Timestamp:
Dec 18, 2015, 11:27:00 AM (8 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Changelog

    v51 v52  
    2929   * AGC defines were moved to [http://warpproject.org/trac/browser/ResearchApps/PHY/WARPLAB/WARPLab7/C_Code_Reference/include/wl_baseband.h?rev=4982#L385 baseband.h]
    3030   * Added AGC commands (write only)
    31      * [wiki:WARPLab/Reference/Interface/X245#rx_hpf_corn_freq agc_config]
    32      * agc_iir_hpf
    33      * agc_rf_gain_threshold
    34      * agc_timing
    35      * agc_dco_timing
     31     * [wiki:WARPLab/Reference/Baseband/Buffers#agc_config agc_config]
     32     * [wiki:WARPLab/Reference/Baseband/Buffers#agc_iir_hpf agc_iir_hpf]
     33     * [wiki:WARPLab/Reference/Baseband/Buffers#agc_rf_gain_threshold agc_rf_gain_threshold]
     34     * [wiki:WARPLab/Reference/Baseband/Buffers#agc_dco_timing agc_dco_timing]
     35     * [wiki:WARPLab/Reference/Baseband/Buffers#agc_dco_timing agc_dco_timing]
     36   * Updated reset command [wiki:WARPLab/Reference/Baseband/Buffers#agc_reset_per_rx agc_reset_per_rx]
    3637 * Updated the trigger manager
    3738   * Increased trigger output delay for all output triggers.  Delay maximum is now 409593.75 ns (ie. 65535 steps with a 6.25 ns step size).
     
    4243     * output_config_odelay
    4344 * Added new Node commands:
    44    * node_mem_write
    45    * node_mem_read
     45   * [wiki:WARPLab/Reference/Node#node_mem_write node_mem_write]
     46   * [wiki:WARPLab/Reference/Node#node_mem_read node_mem_read]
    4647 * Updated buffers core
     48   * Added counters for the number of times the Tx / Rx state machine has run.  Access that information with the following commands:
     49     * get_tx_count
     50     * get_rx_count
     51     * reset_tx_count
     52     * reset_rx_count
    4753   * Fixed unexpected behavior in the TX state machine on a node when the node is triggered and none of the TX buffers are enabled and then a TX buffer is enabled and the node is triggered again before the node is re-initialized (i.e. initNodes() or wl_nodeCmd('initialize') is run).
    4854 * Added transport check for "stale" IQ reads (ie IQ data does not change between consecutive read IQ commands).  This check will make it easier to see if a node was not triggered properly.
    4955 * Deprecating the 'enable' / 'disable' magic strings for some commands: 
    5056   * Trigger Manager - output_config_hold_mode, input_config_debounce_mode
    51    * Interface - rx_rxhp.
     57   * Interface - [wiki:WARPLab/Reference/Interface/X245#rx_rxhp rx_rxhp].
    5258
    5359----