Changes between Version 5 and Version 6 of cores/radio_controller


Ignore:
Timestamp:
Aug 12, 2012, 9:06:58 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cores/radio_controller

    v5 v6  
    6363
    6464
     65=== Center Frequencies ===
     66The MAX2829 can tune to arbitrary frequencies in the 2.4 and 5GHz bands by setting values in the PLL configuration registers. 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 table below.
     67
     68|||| =2.4GHz =||||= 5GHz =||
     69||= Chan =||= Freq (MHz) =||= Chan =||= Freq (MHz) =||
     70|| 1 || 2412 || 1 || 5180 ||
     71|| 2 || 2417 || 2 || 5200 ||
     72|| 3 || 2422 || 3 || 5220 ||
     73|| 4 || 2427 || 4 || 5240 ||
     74|| 5 || 2432 || 5 || 5260 ||
     75|| 6 || 2437 || 6 || 5280 ||
     76|| 7 || 2442 || 7 || 5300 ||
     77|| 8 || 2447 || 8 || 5320 ||
     78|| 9 || 2452 || 9 || 5500 ||
     79|| 10 || 2457 || 10 || 5520 ||
     80|| 11 || 2462 || 11 || 5540 ||
     81|| 12 || 2467 || 12 || 5560 ||
     82|| 13 || 2472 || 13 || 5580 ||
     83|| 14 || 2484 || 14 || 5600 ||
     84|||| || 15 || 5620 ||
     85|||| || 16 || 5640 ||
     86|||| || 17 || 5660 ||
     87|||| || 18 || 5680 ||
     88|||| || 19 || 5700 ||
     89|||| || 20 || 5745 ||
     90|||| || 21 || 5765 ||
     91|||| || 22 || 5785 ||
     92|||| || 23 || 5805 ||
     93
    6594== Source ==
    6695