1. Core Differences Between DC Coupling and AC Coupling
1. DC Coupling
- Operating Principle: The signal (including both DC and AC components) is directly input to the oscilloscope without filtering.
- Characteristics:
- Completely retains the DC offset of the signal (such as static voltage) and AC fluctuations (such as ripple).
- Displays absolute voltage values (e.g., 5V DC + 100mV ripple will show as a waveform between 4.9V and 5.1V).
2. AC Coupling
- Operating Principle: Filters out the DC component by using a series capacitor, retaining only the AC component (high-pass filtering, with a cutoff frequency typically between 10Hz and 100Hz).
- Characteristics:
- Eliminates DC offset, displaying the waveform with a 0V reference.
- Amplifies AC details (such as small amplitude ripple and noise).
2. Comparison of Usage Scenarios and Decision Criteria
1. DC Coupling Suitable Scenarios
- Power Voltage Measurement: Requires observation of the stability of the DC level (e.g., battery voltage, regulator output).
- Digital Signal Analysis: Requires capturing the absolute value of logic levels (e.g., GPIO pin switching between 0V and 3.3V).
- Ultra-Low Frequency Signals: Such as static outputs from sensors or slowly varying temperature signals (frequency < 10Hz).
2. AC Coupling Suitable Scenarios
- Power Ripple Analysis: Filters out large DC offsets, amplifying mV-level noise (e.g., 10MHz ripple on a 12V power line).
- Audio/RF Signals: Eliminates DC offset, focusing on AC waveforms (e.g., audio signals from a microphone).
- High-Frequency Interference Detection: Observes switching noise from switch-mode power supplies or communication carriers.
3. Coupling Method Selection Decision Table
| Scenario Requirements | DC Coupling | AC Coupling |
|---|---|---|
| Need to Measure Absolute Voltage Values | ✅ (e.g., power voltage) | ❌ |
| Need to Analyze AC Details | ❌ | ✅ (e.g., ripple, noise) |
| Signal Contains Large DC Offset | ❌ (may exceed range) | ✅ (filters out DC) |
| Ultra-Low Frequency Signals (<10Hz) | ✅ (no attenuation) | ❌ (severe distortion) |
| Digital Signal Logic Levels | ✅ (displays 0V/3.3V) | ❌ (level shift) |
3. Coupling Selection and Operation Plan for Battery Discharge Scenarios
Question: When measuring the voltage/current during a sudden battery discharge, should DC coupling or AC coupling be selected?
Answer: DC coupling must be used, for the following reasons:
-
Necessity of DC Coupling:
- Battery discharge is aslow voltage change process (e.g., 12V to 9V), which is considered anultra-low frequency signal (0Hz). AC coupling capacitors will filter out such signals, resulting in voltage changes that cannot be displayed or are severely distorted.
- It is necessary to monitor theabsolute voltage value (e.g., discharge termination voltage of 9.6V), and DC coupling can directly display the voltage drop curve.
Operational Steps:
- Edge trigger (rising/falling edge), set the trigger level to the starting discharge voltage (11.5V).
- Single trigger mode (to capture the transient discharge process).
- Voltage Measurement: Use a1MΩ high-impedance probe (to avoid loading effects), matching the probe attenuation ratio with the oscilloscope settings (e.g., if 10:1, enable 10× attenuation on the oscilloscope).
- Current Measurement: Use acurrent probe orshunt resistor + voltage conversion (DC coupling is required to observe the voltage across the resistor).
- Coupling Settings: Select **”DC Coupling”** in the oscilloscope channel menu.
- Probe Selection:
- Vertical Sensitivity: Adjust according to the battery voltage (e.g., for a 12V battery, set to 5V/div).
- Trigger Settings:
Precautions:
- Avoid Misuse of AC Coupling: If AC coupling is incorrectly used, the battery voltage will be filtered out, only showing weak discharge noise (which may be misinterpreted as no change).
- Ground Protection: Ensure a reliable connection between the battery negative terminal and the oscilloscope ground to avoid common ground noise.
4. Correction of Common Misconceptions
- Misconception:
“Use DC coupling for measuring DC signals, and AC coupling for measuring AC signals.”
- Correction:
- Digital signals (e.g., UART) using AC coupling → logic level shift (3.3V high level displayed as ±1.65V), misjudging logic state.
- DC Coupling is Suitable: For signals containing DC components (e.g., digital signals, audio with bias).
- AC Coupling is Suitable: For observing AC details after filtering out large DC offsets (e.g., power ripple),not for pure AC signals.
5. Mixed Signal Measurement Techniques
If you need to analyze both thevoltage drop (DC component) andinstantaneous noise (AC component) during battery discharge:
- First, useDC coupling to record the complete waveform and locate the discharge timeline.
- Switch toAC coupling, adjusting the vertical sensitivity (e.g., 1mV/div) to observe the high-frequency noise details at the moment of discharge.
Note: Modern oscilloscopes can enable multiple channels, using DC coupling (for the main signal) and AC coupling (for noise analysis) simultaneously.
Conclusion: Always Choose DC Coupling for Battery Discharge Measurements
Battery discharge is aDC-dominated ultra-low frequency process, and DC coupling can accurately reflect the gradual trends of voltage/current, while AC coupling will filter out critical information leading to measurement failure. During operation, attention must be paid to probe impedance matching, trigger settings, and ground protection to ensure complete capture of discharge characteristics.