数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

AD6622S/PCB 数据表(PDF) 12 Page - Analog Devices

部件名 AD6622S/PCB
功能描述  Four-Channel, 75 MSPS Digital Transmit Signal Processor TSP
PDF  28 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
制造商  AD [Analog Devices]
网页  http://www.analog.com
标志 AD - Analog Devices

AD6622S/PCB 数据表(HTML) 12 Page - Analog Devices

Back Button AD6622S/PCB Datasheet HTML 8Page - Analog Devices AD6622S/PCB Datasheet HTML 9Page - Analog Devices AD6622S/PCB Datasheet HTML 10Page - Analog Devices AD6622S/PCB Datasheet HTML 11Page - Analog Devices AD6622S/PCB Datasheet HTML 12Page - Analog Devices AD6622S/PCB Datasheet HTML 13Page - Analog Devices AD6622S/PCB Datasheet HTML 14Page - Analog Devices AD6622S/PCB Datasheet HTML 15Page - Analog Devices AD6622S/PCB Datasheet HTML 16Page - Analog Devices Next Button
Zoom Inzoom in Zoom Outzoom out
 12 / 28 page
background image
AD6622
–12–
REV. 0
1. Select the Impulse Response Length (NRCF) and the Inter-
polation Factor (LRCF). The Impulse Response Length
(NRCF) is limited in three ways: by the available calculation
time, by the data memory size (DMEM), and by the coeffi-
cient memory size (CMEM). The equation below shows
that NRCF is limited to the minimum of these three conditions.
Time
CMEM
Restriction
Restriction
↓↓
N
L
L
RCF
RCF
≤×


min
,
,
2
16
128
(6)
DMEM
Restriction
where:
L = LRCF
× L
CIC5
× L
CIC2
2. The interpolation rate (LRCF) may be any integer of NRCF
ranging from 1 to 128, while meeting the above equation.
Most filter designs can be optimized by choosing the small-
est LRCF that does not compromise the image rejection of
the subsequent CIC filter. The quality of an interpolating
filter is a strong function of the NRCF/LRCF ratio and a weaker
function of NRCF. The best filters are usually achieved by
maximizing NRCF/LRCF (no larger than 16) and then increasing
both NRCF and LRCF by the same ratio until the filter becomes
time or CMEM limited.
3. Once NRCF and LRCF are selected, Channel Register 0x0A
is programmed to NRCF – 1, and Channel Register 0x0C is
programmed to NRCF/LRCF – 1.
4. Determine the Impulse Response. The impulse response
relative to the RCF output rate can be calculated using ordi-
nary FIR design techniques. In most cases, it is desirable to
precompensate the inband frequency roll-off of the CIC fil-
ter that follows. There are no symmetry requirements, so the
RCF can also be used for static phase equalization. The
impulse response must be quantized to 16-bit two’s comple-
ment numbers for the CMEM. The channel center gain and
worst-case peak can be calculated for each of the LRCF phases
(p) according to the equations below. A RCF coarse scale
factor (g) that ranges between 0 and 3 is provided to limit
the gain without excessive loss of resolution in the CMEM.
The coarse scale factor is located in Channel Register 0x0D.
ChannelCenterGain
h k
L
p
p
g
RCF
k
N
L
RCF
RCF
×
+
=
2
0
1
[]
(7)
5. The channel center gain is the response to a constant full-
scale input at every output phase. The summation is split
into phases because the interpolation of the data insures that
only NRCF/LRCF coefficients can be active for any single output.
For LRCF = 1, there is only one phase and the channel center
gain is the simple sum of all the coefficients, scaled by 2
–g. If
the channel center gain is not the same for every value of p,
some or all of the images of the channel center will be
imperfectly rejected by the RCF.
WorstCasePeak
h k
L
p
p
g
RCF
k
N
L
RCF
RCF
×
+
=
2
0
1
|[
]|
(8)
6. The worst-case peak is calculated similarly to the channel
center gain, except that the input sequence swings from full-
scale positive to full-scale negative to match the polarity of the
coefficient by which it will be multiplied, so that each prod-
uct is positive. This results in a maximal that must be less
than one to guarantee no possibility of wrapping. Note that
when LRCF is greater than one, each phase may produce its
worst-case peak in response to a different input sequence.
7. Programming DMEM and CMEM. The DMEM must be
initialized to all zeros to avoid any unpredictable start-up
transients since a reset does not clear the memory. The
impulse response h[n] must be reordered by phase for the
CMEM as shown in the code below. Several filters with
impulse lengths that total less than 128 can be programmed
into the CMEM simultaneously and selected later using the
RCF offset pointer (ORCF) which is set by Channel Register
0x0B.
/
* Reorder Fir Coefficients for AD6622 CMEM */
for (p=0; p<L_RCF; p++)
for (k=0; k<N_RCF/L_RCF; k++)
CMEM[O_RCF + p*N_RCF/L_RCF + k] = C[k*L_RCF +p];
/
* End of routine */
Table I. RCF Control Registers
Channel
Bit
Address
Width
Description
0x0A
8
7: Reserved (Must Be Written to 0)
6–0: NRCF–1
0x0B
8
7: Reserved (Must Be Written to 0)
6–0: ORCF
0x0C
8
7–6: Reserved
5–4: Reserved (Must Be Written to 0)
3–0: NRCF/LRCF–1
0x0D
8
7–6: RCF Coarse Scale:
00 = 0 dB
01 = –6 dB
10 = –12 dB
11 = –18 dB
5: Reserved (Must Be Written to 0)
4–0: Serial Clock Divider
0x0E
16
15–0: Reserved
0x0F
16
15–0: Reserved
0x10
16
15–0: Reserved (Must Be Written to 0)
0x11
16
15–0: Reserved (Must Be Written to 0)
0x20–0x3F
16
15–0: Data Memory (DMEM)
0x80–0xFF
16
15–0: Coefficient Memory (CMEM)



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


数据表 下载

Go To PDF Page


链接网址



ALLDATASHEET是否为您带来帮助?  [ DONATE ] 

关于 Alldatasheet   |   广告服务   |   联系我们   |   隐私政策   |   数据表链接    |   链接交换   |   制造商名单
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com