AD736JRZ-R7
AI

## Technical Overview of AD736JRZ-R7
The **AD736JRZ-R7** is a high-precision, low-power, monolithic **True RMS-to-DC converter**. It is designed to compute the root-mean-square value of both AC and DC input signals, providing an accurate DC output representation.
### 1. Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Manufacturer** | Analog Devices Inc. |
| **Function** | True RMS-to-DC Converter |
| **Package Type** | SOIC-8 (Small Outline Integrated Circuit) |
| **Input Voltage Range** | 0 to 200 mV RMS |
| **Supply Voltage (Dual)** | ±2.8 V to ±16.5 V |
| **Supply Voltage (Single)** | +5 V to +33 V |
| **Bandwidth (3dB)** | 190 kHz |
| **Supply Current** | 160 µA (Typical) |
---
### 2. Functional Description
The AD736 consists of four main functional subsections:
1. **Input Amplifier:** Provides high input impedance ($10^{12} \Omega$), allowing for interfacing with high-impedance sensors.
2. **Full-Wave Rectifier:** Converts the input signal into absolute value form.
3. **RMS Core:** Performs the "Squaring" and "Dividing" functions necessary for the RMS calculation formula: $V_{rms} = \text{Avg}(V_{in}^2 / V_{rms})$.
4. **Output Amplifier:** Buffers the signal and allows for low-pass filtering by adding an external capacitor ($C_{avg}$).
---
### 3. Application Use Cases
This component is widely used in power management and measurement systems where non-sinusoidal waveforms need to be measured accurately.
* **Precision Digital Multimeters (DMMs):** For measuring AC volts with high accuracy regardless of wave shape.
* **Battery-Powered Instruments:** Due to its extremely low power consumption (160 µA).
* **Panel Meters:** Monitoring industrial equipment power draw.
* **Signal Analysis:** Measuring complex waveforms like pulse trains or SCR-controlled signals.
---
### 4. Circuit Implementation Example
To use the AD736 in a basic configuration, external capacitors are required to set the averaging time constant.
```c
/* Basic Hardware Implementation Logic */
- Connect Vin to Pin 2 (High Impedance Input)
- Place C_avg between Pin 1 and Pin 8 (Sets the averaging time)
- Place C_f (Filter Capacitor) at Pin 7 to reduce output ripple
- Output Vout is available at Pin 6
```
---
### 5. Part Number Suffix Breakdown
* **AD736**: Base model number.
* **J**: Accuracy/Temperature grade (0°C to +70°C).
* **R**: Package style (SOIC).
* **Z**: RoHS compliant (Lead-free).
* **R7**: 7-inch reel (Packaging format for automated assembly).
- ⤷
How does the choice of the averaging capacitor (C_avg) affect the measurement accuracy?
- ⤷ Can the AD736 handle signals with a high crest factor?
- ⤷ What are the primary differences between the AD736 and the AD737 models?