ADL5310ACP-R2
AI

## ADL5310ACP-R2: Low-Frequency Logarithmic Translinear Converter
The **ADL5310ACP-R2** is a high-precision, dual-input logarithmic converter manufactured by Analog Devices. It is primarily used for optical power monitoring and signal compression where high dynamic range is required.
---
### 1. Key Technical Specifications
The device is designed to handle wide variations in input current, converting them into a stable voltage output based on logarithmic math.
| Parameter | Specification |
| :--- | :--- |
| **Current Input Range** | 3 nA to 3 mA (6 Decades) |
| **Supply Voltage** | 3 V to 5.5 V |
| **Output Type** | Logarithmic Voltage Output |
| **Reference Current** | Internally generated or externally set |
| **Logarithmic Slope** | 10 mV/dB (Nominal) |
| **Package** | 16-lead LFCSP (Lead Frame Chip Scale Package) |
---
### 2. Functional Architecture
The ADL5310 consists of several critical internal stages that allow it to process wide-range signals:
* **Translinear Core:** The heart of the chip, which utilizes the logarithmic relationship between the base-emitter voltage and collector current of bipolar transistors.
* **Dual Input Channels:** It features two independent input channels ($I_{NUM}$ and $I_{DEN}$), allowing it to perform **ratio measurements**. This is useful for calculating optical gain or loss.
* **On-chip Reference:** Provides a stable 2.5V reference output to set the intercept and slope for the signal processing.
* **Internal Op-Amps:** Used to buffer the output and provide scaling, ensuring the signal is strong enough for an Analog-to-Digital Converter (ADC).
---
### 3. Pin Configuration Summary
The 16-lead LFCSP package requires specific connections for optimal performance:
| Pin Name | Function |
| :--- | :--- |
| **INUM** | Input current to the numerator of the log ratio. |
| **IDEN** | Input current to the denominator (reference) of the log ratio. |
| **VLOG** | The primary logarithmic voltage output. |
| **VREF** | 2.5V reference voltage output. |
| **VPOS/VNEG** | Positive and Negative power supply pins. |
---
### 4. Typical Applications
The ADL5310 is specialized for "DC-like" or low-frequency signals rather than RF waveforms:
1. **Optical Power Monitoring:** Measuring the current from a Photodiode (PD) in fiber optic systems.
2. **Absorbance Measurement:** Used in chemical analysis and spectroscopy where light attenuation is measured.
3. **Signal Compression:** Compressing a signal with a massive dynamic range (120dB) into a small voltage range for easier processing.
---
### 5. Simple Implementation Example
In a typical circuit, a photodiode is connected to the `INUM` pin. The resulting voltage at `VLOG` follows this simplified transfer function:
```text
VLOG = Slope * log10(INUM / IDEN) + Intercept
```
Where:
- **Slope** is typically 200 mV/decade (set by external resistors).
- **IDEN** is the reference current (can be set to 1 µA).
---
- ⤷How do you calculate the external resistor values to change the logarithmic slope?
- ⤷ What are the main differences between the ADL5310 and the AD8304?
- ⤷ Can this part be used for high-speed RF envelope detection?