Changes between Version 14 and Version 15 of cores/radio_controller


Ignore:
Timestamp:
Aug 29, 2016, 11:01:13 AM (8 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cores/radio_controller

    v14 v15  
    6666The MAX2829 can tune to arbitrary frequencies in the 2.4 and 5GHz bands by setting values in the PLL configuration registers. Refer to the MAX2829 datasheet for the forumlas to calculate register settings for arbitrary center frequencies.
    6767
    68 The radio_controller driver provides a function ({{{radio_controller_setCenterFrequency()}}}) to tune to the standard 802.11 center frequencies in both bands. The channel numbers and corresponding center frequencies are listed in the [//svn/WARP/pcores/radio_controller_axi_v3_01_a/doc/html/api/group__user__functions.html#ga4fcd903e883715146b1a904348689cbb driver documentation].
     68The radio_controller driver provides a function ({{{radio_controller_setCenterFrequency()}}}) to tune to the standard 802.11 center frequencies in both bands. The channel numbers and corresponding center frequencies are listed in the [//svn/WARP/PlatformSupport/CustomPeripherals/pcores/radio_controller_axi_v3_01_a/doc/html/api/group__user__functions.html#ga4fcd903e883715146b1a904348689cbb driver documentation].
    6969
    7070== Source ==