Changes between Version 20 and Version 21 of 802.11/PHY


Ignore:
Timestamp:
Jun 9, 2016, 4:07:25 PM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/PHY

    v20 v21  
    1919[[Image(wiki:802.11/files:wlan_phy_cores_arch.png,nolink)]]
    2020
    21 At one end the PHY cores interface directly to the ADCs and DACs on the WARP v3 hardware via the w3_ad_bridge core. These interfaces are complex sample streams running at 20MHz. At the other end the cores connect to the Tx and Rx packet buffers. The packet buffers are implemented as dual-port RAMs, each with one port dedicated to PHY access and the other port tied to the AXI interconnect for access by the CPUs.
     21At one end the PHY cores interface directly to the ADCs and DACs on the WARP v3 hardware via the w3_ad_bridge core. These interfaces are complex sample streams running at 10, 20 or 40MHz. At the other end the cores connect to the Tx and Rx packet buffers. The packet buffers are implemented as dual-port RAMs, each with one port dedicated to PHY access and the other port tied to the AXI interconnect for access by the CPUs.
    2222
    2323== PHY Specs ==
     
    2525'''Clock frequency:''' 160MHz
    2626
    27 '''Bandwidth:''' 20MHz max
     27'''Bandwidth:''' 10, 20 or 40MHz
    2828
    2929'''OFDM format:''' 64 subcarriers (48 data, 4 pilots), 16-sample cyclic prefix
     
    8383 * '''Descrambling''': the de-coded bits are finally descrambled using the LFSR specified in the standard
    8484
    85 All logic in the 802.11 receiver FPGA core is clocked at 160MHz and supports a maximum bandwidth of 20MHz (clock rate = 8x max sample rate). Smaller bandwidths are supported by reducing the duty cycle of the sample_valid signal at the input to the Rx pipeline.
     85All logic in the 802.11 receiver FPGA core is clocked at 160MHz and supports a maximum bandwidth of 40MHz (clock rate = 4x max sample rate). Smaller bandwidths are supported by reducing the duty cycle of the sample_valid signal at the input to the Rx pipeline.
    8686
    8787=== DSSS ===
     
    115115 * '''Antenna Selection''': the complete waveform is finally transmitted via the selected RF interface
    116116
    117 All logic in the 802.11 transmitter FPGA core is clocked at 160MHz and supports a maximum bandwidth of 20MHz (clock rate = 8x max sample rate). Smaller bandwidths are supported by reducing the duty cycle of the sample_valid signal at the input to the sample FIFO at the RF interface ports.
     117All logic in the 802.11 transmitter FPGA core is clocked at 160MHz and supports a maximum bandwidth of 40MHz (clock rate = 4x max sample rate). Smaller bandwidths are supported by reducing the duty cycle of the sample_valid signal at the input to the sample FIFO at the RF interface ports.