欢迎访问ic37.com |
会员登录 免费注册
发布采购

CC2520RHDRG4 参数 Datasheet PDF下载

CC2520RHDRG4图片预览
型号: CC2520RHDRG4
PDF下载: 下载PDF文件 查看货源
内容描述: 2.4 GHZ IEEE 802.15.4 / Zigbee射频收发器 [2.4 GHZ IEEE 802.15.4/ZIGBEE RF TRANSCEIVER]
分类和应用: 射频ZIGBEE
文件页数/大小: 133 页 / 2270 K
品牌: TI [ TEXAS INSTRUMENTS ]
 浏览型号CC2520RHDRG4的Datasheet PDF文件第85页浏览型号CC2520RHDRG4的Datasheet PDF文件第86页浏览型号CC2520RHDRG4的Datasheet PDF文件第87页浏览型号CC2520RHDRG4的Datasheet PDF文件第88页浏览型号CC2520RHDRG4的Datasheet PDF文件第90页浏览型号CC2520RHDRG4的Datasheet PDF文件第91页浏览型号CC2520RHDRG4的Datasheet PDF文件第92页浏览型号CC2520RHDRG4的Datasheet PDF文件第93页  
CC2520 DATASHEET
2.4 GHZ IEEE 802.15.4/ZIGBEE® RF TRANSCEIVER
SWRS068 – DECEMBER 2007
24 Random Number Generation
CC2520 can output random bits in two different ways. Common for these are that the chip should be in RX
when generation of random bits are required. One must also make sure that the chip has been in RX long
enough for the transients to have died out. A convenient way to do this is to wait for the RSSI valid signal to
go high.
Single random bits from either the I or Q channel (configurable) can be output on GPIO pins at a rate of
8MHz. One can also select to xor the I and Q bits before they are output on a GPIO pin. These bits are
taken from the least significant bit in the I and/or Q channel after the decimation filter in the demodulator.
CC2520 supports an instruction called RANDOM that allows the user to read randomly generated bytes
over the SPI. These bytes are generated from the least significant bit of the I channel output from the
channel filter in the demodulator.
ADC I
ADC Q
Decimator
I
Decimator
Q
LSB
LSB
GPIO
Channel
filter I
Channel
filter Q
LSB
SPI
Figure 31: Random bit generation in the demodulator
A simple test of the RANDOM instruction shows satisfactory performance for most practical uses. About 20
million bytes were read using the RANDOM instruction. When interpreted as unsigned integers between 0
and 255, the mean value was 127.6518, which indicates that there is a DC component.
The FFT of the 2
14
first bytes is shown in Figure 33. Note that the DC component is clearly visible. A
histogram (32 bins) of the 20 million values is shown in Figure 34.
0
-10
-20
6.5
6.45
6.4
6.35
x 10
5
-30
dB
-40
-50
-60
6.3
6.25
6.2
6.15
6.1
-70
-80
6.05
-3
-2
-1
0
Frequency [rad]
1
2
3
6
0
50
100
150
200
250
Figure 32: FFT of the random bytes
Figure 33: Histogram of 20 million bytes generated
with the RANDOM instruction
For the first 20 million individual bits, the probability of a one is P(1)=0.500602 and P(0)=1-P(1)=0.499398.
WWW.TI.COM
89