Datenblatt-Suchmaschine für elektronische Bauteile
  German  ▼
ALLDATASHEETDE.COM

X  

  • AD637JRZ-R7

  • AI
    The **AD637JRZ-R7** is a high-precision, wideband RMS-to-DC converter integrated circuit (IC) manufactured by Analog Devices. It is widely considered one of the most accurate and versatile monoliths for converting complex AC signals into their equivalent DC value. --- ### ## Technical Specifications Overview The following table summarizes the key electrical characteristics of the AD637JRZ-R7: | Parameter | Value / Range | | :--- | :--- | | **Function** | True RMS-to-DC Converter | | **Input Bandwidth** | 8 MHz (for signals > 2V RMS) | | **Supply Voltage** | ±3V to ±18V (Dual) / +5V to +36V (Single) | | **Accuracy** | ±1.0 mV ±0.5% of Reading | | **Package Type** | SOIC-16 (Surface Mount) | | **Crest Factor** | Up to 10 (with minimal error) | | **Operating Temp** | 0°C to +70°C | --- ### ### Core Functional Components The IC operates using an internal log-antilog circuit architecture to perform the mathematical function: $V_{OUT} = \sqrt{Avg(V_{IN}^2)}$. 1. **Absolute Value Circuit (Full-Wave Rectifier):** Converts the input AC signal into a rectified pulsating DC signal. 2. **Squarer/Divider:** Performs the squaring of the input and divides it by the current output (feedback loop) to realize the square root function. 3. **Averaging Filter:** An external capacitor ($C_{AV}$) is connected to determine the averaging time constant, which filters the ripple of the output signal. 4. **Buffer Amplifier:** Provides a low-impedance output and allows for additional gain or filtering stages. --- ### ### Key Features * **True RMS Measurement:** Unlike "average-responding" converters, the AD637 measures the actual power of the waveform regardless of the shape (sine, square, triangular, or complex noise). * **dB Output:** It features an auxiliary "dB output" pin that provides a logarithmic output representing the input level in decibels (60 dB range). * **Power-Down Feature:** Includes a chip-select/standby pin that reduces quiescent current from 3mA to 450µA, making it suitable for battery-powered instruments. --- ### ### Application Circuit Example To implement a basic RMS measurement circuit, you generally need the following external components: ```c // Typical Connection Logic 1. Pin 1 (Vin): Input AC Signal 2. Pin 8 (CAV): Connect to an External Capacitor (e.g., 10uF for low frequency) 3. Pin 13 (VCC) / Pin 5 (VEE): Power rails (+15V / -15V) 4. Pin 9 (Vout): DC Output representing the RMS value ``` --- ### ### Typical Applications * **Precision Digital Multimeters (DMMs):** Used to provide high-accuracy AC voltage and current readings. * **Audio Power Measurement:** Measuring signal levels in professional audio equipment. * **Vibration Analysis:** Converting sensor data into meaningful power levels in industrial machinery. * **Automatic Gain Control (AGC):** Used in feedback loops to maintain constant signal power.
    ✨ Follow-up Questions
    • How do you calculate the value of the averaging capacitor (CAV) for a specific frequency?
    • What are the main differences between the AD637 and the AD736?
    • Can the AD637JRZ-R7 operate on a single-supply voltage?