SDAA451 July   2026 ADS131M08

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2What is phase shift and phase error?
  6. 3How to calibrate out phase error with the ADS131M08
    1. 3.1 Determining the phase error
    2. 3.2 Converting to the time domain
    3. 3.3 Converting to modulator clock cycles
    4. 3.4 Converting to binary and writing to the PHASEn[9:0] bits
    5. 3.5 Phase calibration considerations
    6. 3.6 Summarizing the phase calibration process
    7. 3.7 Using the Phase Calibration Feature
      1. 3.7.1 Phase calibration considerations examples
  7. 4Synchronizing the ADS131M0x
    1. 4.1 The SYNC/RESET pin on the ADS131M0x
    2. 4.2 The importance of routing the clock signal
      1. 4.2.1 Single Clock Buffer
      2. 4.2.2 Multiple Clock Buffers
  8. 5Summary
  9. 6References

What is phase shift and phase error?

Phase shift refers to the horizontal shift of a sinewave along the x-axis. Equation 1 specifies the standard sinewave equation centered around the origin with no phase shift:

Equation 1. 1A(t)=Amax*sin(ωt)

Where:

  • Amax is the max amplitude of the wave
  • ωt is the angular frequency of the waveform

Figure 2-1 shows this equation graphically as a single sinewave.

 Graph of standard Sinewave equationFigure 2-1 Graph of standard Sinewave equation

A phase shift can exist between two measured sinewave signals. This phase shift is denoted by φ and the equation for a sinewave with a phase shift is given by Equation 2:

Equation 2. 2A(t)=Amax*sin(ωt±φ)

Where:

  • Amax is the max amplitude of the waveform
  • ωt is the angular frequency of the waveform
  • φ is the load phase angle between two waveforms in degrees or radians

Figure 2-2 shows two sinewaves plotted with a phase shift of φ between them.

 Two Sine wave graphs with shift of φFigure 2-2 Two Sine wave graphs with shift of φ

As an example, a load phase angle can exist between the voltage and current waveforms of a power measurement system. This phase shift breaks into two distinct components:

  • Load phase angle (φ) – an expected phase shift caused by the reactive nature of the load. Use the load phase angle to determine the power factor and real power calculation.
  • Phase error (∆φ ) – an unwanted phase shift introduced by measurement hardware such as CTs, signal conditioning circuits, or ADC timing mismatches. Unlike the load phase angle, this component disrupts the power measurement and needs to be compensated.component disrupts the power measurement and needs to be compensated.

Figure 2‑3 shows typical power measurement systems waveforms, with a green voltage signal V(t) and a red current signal I(t) :

 Voltage and Current graphs with shift of φFigure 2-3 Voltage and Current graphs with shift of φ

The signals in Figure 2-3 can be expressed as:

Equation 3. 3V(t)=Vmax*sin(ωt)
Equation 4. 4I(t)=Imax*sin(ωt-φ)

Where:

  • Vmax is the max voltage amplitude
  • Imax is the max current amplitude

Equation 4 shows that the load phase angle is subtracted from the angular frequency ωt – φ. This subtraction shifts I(t) to the right along the x-axis relative to V(t) as shown in Figure 2-3.This relationship is referred to as I(t) lagging V(t) and is common for an inductive load. The phase shift expressed as (ωt+φ) shifts I(t) leftward along the x-axis relative V(t). This relationship is referred to as I(t) leading the V(t) and is common for a capacitive load. In a purely resistive load φ=0 and the two waveforms are aligned. As the reactive component of the load increases, φ increases and the misalignment between the waveforms grows.

Equation 5 uses Equation 3 and Equation 4 to calculate instantaneous power - the power at any single point in time:

Equation 5. 5P(t)=Vmax*sin(ωt)*Imax*sin(ωt-φ)

Equation 5 calculates the ideal instantaneous power with a phase shift resulting from only the load phase angle. As described earlier, however, phase error also contributes to the total phase shift. Equation 6 calculates the instantaneous power with a phase shift resulting from both the load phase angle and phase error:

Equation 6. 6P(t)=Vmax*sin(ωt)*Imax*sin(ωt-φ-φ)

Where:

  • Equation 7. φ is the phase error from the system measurement hardware

Equation 6 provides a power value at a single point in time that will change as the voltage and current waveforms oscillate. Therefore, an actual power measurement system needs to average the instantaneous power over a complete cycle to determine the real power consumed by the load during operation. Averaging Equation 6 over a complete cycle yields the average real power formula shown in Equation 7:

Equation 8. 7Preal=Vrms*Irms*cos(φ+φ)

A phase error, φ, remaining in the system without calibration introduces systematic error into the power measurement. Equation 8 calculates the resulting power measurement error due to the phase error:

Equation 9. 8Error=cos(φ+φ)-cos(φ)cos(φ)*100%

For example, apply Equation 8 to a 50 Hz system with a 0.5 power factor (60° phase angle) to observe the impact of a 0.1° phase error on a power measurement.

Equation 10. 9Error=cos(60+0.1)-cos(60)cos(60)*100%
Equation 11. 9Error=-0.00150.5*100%
Equation 12. 9Error=-0.3%

A phase error of 0.1° produces a 0.3% measured power error compared to the real power. A phase error of 1° - common among class 1.0 CTs at a power factor of 0.5 -produces a 3% measured power error compared to the real power. Calibrating out the phase error is critical to ensuring accurate power measurements.