OT391
AI

The **OT391** is a high-performance **Operational Transconductance Amplifier (OTA)**. It is essentially a voltage-to-current converter where the output current is controlled by a differential input voltage.
Unlike standard Operational Amplifiers (Op-Amps) which have a low-impedance voltage output, the OT391 features a high-impedance current output.
---
### 1. Key Technical Specifications
The OT391 is designed for precision and flexibility in analog signal processing.
| Parameter | Typical Value / Description |
| :--- | :--- |
| **Supply Voltage Range** | ±2V to ±18V |
| **Transconductance ($g_m$)** | Adjustable via Bias Current ($I_{abc}$) |
| **Input Offset Voltage** | Low (Optimized for precision) |
| **Slew Rate** | High (Excellent for fast signal modulation) |
| **Output Type** | Current Source/Sink (High Impedance) |
---
### 2. Functional Components
The internal architecture of the OT391 consists of several critical stages:
1. **Differential Input Pair:** Receives the input signals. The gain of this stage is directly proportional to the amplifier bias current ($I_{abc}$).
2. **Bias Input ($I_{abc}$):** This is the "control" pin. By varying the current into this pin, you can linearly control the transconductance of the device.
3. **Current Mirrors:** These reflect the internal currents to the output stage, ensuring high output impedance.
4. **Linearizing Diodes (Optional in some variants):** Some configurations include diodes to reduce distortion when dealing with larger input signals.
---
### 3. Common Applications
Because the gain can be controlled electronically, the OT391 is used in "dynamic" analog circuits:
* **Voltage Controlled Amplifiers (VCA):** Used in audio compressors and synthesizers.
* **Voltage Controlled Filters (VCF):** Changing the bias current shifts the cutoff frequency of the filter.
* **Multiplexers:** By turning the bias current on or off, the device acts as a fast electronic switch.
* **Sample and Hold Circuits:** Leveraging the high-impedance output to charge a holding capacitor.
---
### 4. Comparison: Op-Amp vs. OTA (OT391)
| Feature | Standard Op-Amp | OT391 (OTA) |
| :--- | :--- | :--- |
| **Output Signal** | Voltage ($V_{out}$) | Current ($I_{out}$) |
| **Gain Control** | Fixed by Resistors | Variable via Bias Current |
| **Output Impedance** | Very Low | Very High |
| **Usage** | Buffer, Gain Stage | Modulation, Filtering |
---
### 5. Basic Implementation Example
To use the OT391 as a simple amplifier, the output current is typically converted back to a voltage using a load resistor ($R_L$).
```text
Input Voltage (Vin) -> [ OT391 ] -> Output Current (Iout)
^
|
Control Current (Iabc)
Equation: Iout = (Vin+ - Vin-) * gm
Where: gm ≈ 19.2 * Iabc (at room temperature)
```
- ⤷
How do you calculate the required Iabc for a specific gain in the OT391?
- ⤷ What are the primary noise characteristics of this OTA compared to the LM13700?
- ⤷ Can the OT391 be used in a single-supply configuration?