19
LTC1285/LTC1288
APPLICATION INFORMATION
WUU
U
Figure 12. Effective Bits and S/(N + D) vs Input Frequency
Signal-to-Noise Ratio
T
he Signal-to-Noise plus Distortion Ratio (S/N + D) is the
ratio between the RMS amplitude of the fundamental
input frequency to the RMS amplitude of all other fre-
quency components at the ADC’s output. The output is
band limited to frequencies above DC and below one half
the sampling frequency. Figure 12 shows a typical spec-
tral content with a 7.5kHz sampling rate.
INPUT FREQUENCY (kHz)
1
0
EFFECTIVE NUMBER OF BITS (ENOBs)
S/(N + D) (dB)
3
5
7
10
10 100
LTC1285/88 • TPC12
1
4
6
9
12
11
8
62
56
74
68
50
2
T
A
= 25°C
V
CC
= 2.7V
f
CLK
= 120kHz
THD =
++++
20log
VVV V
V
2
2
3
2
4
2
N
2
1
...
where V
1
is the RMS amplitude of the fundamental fre-
quency and V
2
through V
N
are the amplitudes of the
second through the N
th
harmonics. The typical THD speci-
fication in the Dynamic Accuracy table includes the 2nd
through 5th harmonics. With a 1kHz input signal, the
LTC1285/LTC1288 have typical THD of 80dB with
V
CC
= 2.7V.
Intermodulation Distortion
If the ADC input signal consists of more than one spectral
component, the ADC transfer function nonlinearity can
produce intermodulation distortion (IMD) in addition
to THD. IMD is the change in one sinusoidal input
caused by the presence of another sinusoidal input at a
different frequency.
If two pure sine waves of frequencies f
a
and f
b
are applied
to the ADC input, nonlinearities in the ADC transfer func-
tion can create distortion products at sum and difference
frequencies of mf
a
± nf
b
, where m and n = 0, 1, 2, 3, etc.
For example, the 2nd order IMD terms include (f
a
+ f
b
) and
(f
a
– f
b
) while 3rd order IMD terms include (2f
a
+ f
b
),
(2f
a
– f
b
), (f
a
+ 2f
b
), and (f
a
– 2f
b
). If the two input sine
waves are equal in magnitudes, the value (in dB) of the 2nd
order IMD products can be expressed by the following
formula:
IMD f f
mplitude f f
ab
ab
±
()
=
±
()
20log
a
amplitude at f
a
For input frequencies of 2.05kHz and 3.05kHz, the IMD of
the LTC1285/LTC1288 is 72dB with a 2.7V supply.
Peak Harmonic or Spurious Noise
The peak harmonic or spurious noise is the largest spec-
tral component excluding the input signal and DC. This
value is expressed in dBs relative to the RMS value of a full-
scale input signal.
Effective Number of Bits
The Effective Number of Bits (ENOBs) is a measurement of
the resolution of an ADC and is directly related to S/(N+D)
by the equation:
ENOB = [S/(N + D) – 1.76]/6.02
where S/(N + D) is expressed in dB. At the maximum
sampling rate of 7.5kHz with a 2.7V supply, the LTC1285
maintains above 10.7 ENOBs at 10kHz input frequency.
Above 10kHz the ENOBs gradually decline, as shown in
Figure 12, due to increasing second harmonic distortion.
The noise floor remains low.
Total Harmonic Distortion
Total Harmonic Distortion (THD) is the ratio of the RMS
sum of all harmonics of the input signal to the fundamental
itself. The out-of-band harmonics alias into the frequency
band between DC and half of the sampling frequency. THD
is defined as:
20
LTC1285/LTC1288
TYPICAL APPLICATIONS N
U
MICROPROCESSOR INTERFACES
The LTC1285/LTC1288 can interface directly without ex-
ternal hardware to most popular microprocessor (MPU)
synchronous serial formats (see Table 1). If an MPU
without a dedicated serial port is used, then 3 or 4 of the
MPU's parallel port lines can be programmed to form the
serial link to the LTC1285/LTC1288. Included here is one
serial interface example and one example showing a
parallel port programmed to form the serial interface.
Motorola SPI (MC68HC11)
The MC68HC11 has been chosen as an example of an MPU
with a dedicated serial port. This MPU transfers data MSB
-first and in 8-bit increments. The D
IN
word sent to the data
register starts with the SPI process. With three 8-bit
transfers, the A/D result is read into the MPU. The second
8-bit transfer clocks B11 through B8 of the A/D conversion
result into the processor. The third 8-bit transfer clocks
the remaining bits, B7 through B0, into the MPU. The data
is right justified into two memory locations. ANDing the
second byte with OF
HEX
clears the four most significant
bits. This operation was not included in the code. It can be
inserted in the data gathering loop or outside the loop
when the data is processed.
MC68HC11 Code
In this example the D
IN
word configures the input MUX for
a single-ended input to be applied to CHO. The conversion
result is output MSB-first.
PART NUMBER TYPE OF INTERFACE
Motorola
MC6805S2,S3 SPI
MC68HC11 SPI
MC68HC05 SPI
RCA
CDP68HC05 SPI
Hitachi
HD6305 SCI Synchronous
HD63705 SCI Synchronous
HD6301 SCI Synchronous
HD63701 SCI Synchronous
HD6303 SCI Synchronous
HD64180 CSI/O
National Semiconductor
COP400 Family MICROWIRE
COP800 Family MICROWIRE/PLUS
NS8050U MICROWIRE/PLUS
HPC16000 Family MICROWIRE/PLUS
Texas Instruments
TMS7002 Serial Port
TMS7042 Serial Port
TMS70C02 Serial Port
TMS70C42 Serial Port
TMS32011* Serial Port
TMS32020 Serial Port
Intel
8051 Bit Manipulation on Parallel Port
* Requires external hardware
MICROWIRE and MICROWIRE/PLUS are trademarks of
National Semiconductor Corp.
Table 1. Microprocessor with Hardware Serial Interfaces
Compatible with the LTC1286/LTC1298
21
LTC1285/LTC1288
LABEL MNEMONIC OPERAND COMMENTS
LDAA #$50 CONFIGURATION DATA FOR SPCR
STAA $1028 LOAD DATA INTO SPCR ($1028)
LDAA #$1B CONFIG. DATA FOR PORT D DDR
STAA $1009 LOAD DATA INTO PORT D DDR
LDAA #$01 LOAD DIN WORD INTO ACC A
STAA $50 LOAD DIN DATA INTO $50
LDAA #$A0 LOAD DIN WORD INTO ACC A
STAA $51 LOAD DIN DATA INTO $51
LDAA #$00 LOAD DUMMY DIN WORD INTO
ACC A
STAA $52 LOAD DUMMY DIN DATA INTO $52
LDX #$1000 LOAD INDEX REGISTER X WITH
$1000
LOOP BCLR $08,X,#$01 D0 GOES LOW (CS GOES LOW)
LDAA $50 LOAD DIN INTO ACC A FROM $50
STAA $102A LOAD DIN INTO SPI, START SCK
LDAA $1029 CHECK SPI STATUS REG
WAIT1 BPL WAIT1 CHECK IF TRANSFER IS DONE
LDAA $51 LOAD DIN INTO ACC A FROM $51
STAA $102A LOAD DIN INTO SPI, START SCK
WAIT2 LDAA $1029 CHECK SPI STATUS REG
BPL WAIT2 CHECK IF TRANSFER IS DONE
LDAA $102A LOAD LTC1288 MSBs INTO ACC A
STAA $62 STORE MSBs IN $62
LDAA $52 LOAD DUMMY INTO ACC A
FROM $52
STAA $102A LOAD DUMMY DIN INTO SPI,
START SCK
WAIT3 LDAA $1029 CHECK SPI STATUS REG
BPL WAIT3 CHECK IF TRANSFER IS DONE
BSET $08,X#$01 DO GOES HIGH (CS GOES HIGH)
LDAA $102A LOAD LTC1288 LSBs IN ACC
STAA $63 STORE LSBs IN $63
JMP LOOP START NEXT CONVERSION
LABEL MNEMONIC OPERAND COMMENTS
Timing Diagram for Interface to the MC68HC11
Hardware and Software Interface to the MC68HC11
CS
CLK
D
OUT
MPU
RECEIVED
WORD
LTC1285/88 • TA03
SGL/
DIFF
START
B3B7 B6 B5 B4 B2 B0B1B11 B10 B9 B8
D
IN
MPU
TRANSMIT
WORD
BYTE 3 (DUMMY)
BYTE 2
0000
SGL/
DIFF
1
BYTE 1
X
ODD/
SIGN
MSBF
X
X
X
X
000
X
X
X
XX
X
X
X
BYTE 3
BYTE 2
BYTE 1
B11
?
?
?
0
B10
B8
B9
B7
B6
B4
B5 B3
B2
B0
B1
DON'T CARE
ODD/
SIGN
????????
MSBF
LTC1285/88 • TA04
D
OUT
FROM LTC1298 STORED IN MC68HC11 RAM
B2 B1
B0
B3
B4
B6
B7 B5
0
0
LSB
MSB
#62
#63
0
0 B11
B10
B9 B8
CLK
D
OUT
CS
ANALOG
INPUTS
D0
SCK
MC68HC11
D
IN
MISO
LTC1288
CH0
CH1
BYTE 1
BYTE 2
MOSI
TYPICAL APPLICATIONS N
U

LTC1285IS8#TRPBF

Mfr. #:
Manufacturer:
Analog Devices Inc.
Description:
Analog to Digital Converters - ADC 3V uP Smpl 12-B A/D Convs in SO-8 Packag
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union