How to Measure Phase Shift: Formula, Scope, and FFT

Phase shift is the timing difference between two signals of the same frequency, expressed in degrees, radians, or units of time. Measuring it accurately depends on your tools and context: you can read it directly from an oscilloscope, calculate it from a time delay, extract it digitally using frequency analysis, or use dedicated instruments designed for the job. Here’s how each method works.

The Core Formula

One full cycle of any periodic signal spans 360 degrees of phase. If you know the frequency of your signal and can measure the time delay between two signals, you can convert that delay into a phase shift. The relationship is straightforward: the time corresponding to one degree of phase equals 1 divided by (360 times the frequency), or equivalently, the signal’s period divided by 360.

To find the phase shift in degrees, multiply the measured time delay by 360 and then by the frequency:

Phase shift (degrees) = time delay × frequency × 360

For example, on a 5 MHz signal, one degree of phase corresponds to just 555 picoseconds of time shift. That gives you a sense of how precise your timing measurements need to be at higher frequencies. At audio frequencies the margins are far more forgiving: one degree of phase at 1 kHz equals about 2.78 microseconds.

Phase can also be expressed in radians, where one radian equals roughly 57.3 degrees. Radians are more common in mathematical and engineering contexts, while degrees tend to be easier to visualize in practical work.

Using an Oscilloscope

The most common hands-on method is displaying both signals on a dual-channel oscilloscope and measuring the time offset between corresponding points, typically the zero crossings. Set both channels to the same vertical scale and trigger on one of the signals so the display stays stable.

Identify the same feature on both waveforms, such as the point where each signal crosses zero while rising. Measure the horizontal time difference between those two points using the oscilloscope’s cursors. Then plug that time difference into the formula above to get your phase shift in degrees.

Most modern digital oscilloscopes have a built-in phase measurement function that automates this. Select both channels, choose the phase measurement option, and the scope calculates the result directly. The accuracy of this approach depends on your sample rate and the stability of your trigger. At low frequencies it works well, but at very high frequencies, even small amounts of trigger jitter can introduce meaningful error.

Lissajous Figures

An older but still useful oscilloscope technique is the Lissajous pattern. Set the scope to XY mode, feeding one signal into the horizontal axis and the other into the vertical axis. When both signals share the same frequency, the result is an ellipse whose shape reveals the phase relationship. A straight diagonal line means the signals are perfectly in phase (0 degrees) or perfectly out of phase (180 degrees). A perfect circle means a 90-degree shift. Ellipses of varying width indicate shifts between those extremes. This method gives a quick visual check but is less precise than cursor-based time measurements.

Dedicated Phase Measurement Instruments

When you need higher accuracy or work at RF frequencies, specialized instruments become essential. A vector voltmeter measures both the magnitude and phase of a signal relative to a reference. It feeds two channels simultaneously, one for the reference signal and one for the test signal, and reports the phase difference between them directly.

Vector voltmeters are particularly useful for characterizing how circuits and components affect a signal. In a typical setup, channel A monitors the signal entering a device while channel B monitors what comes out. The ratio of these two voltages, along with the phase difference, tells you exactly how the device modifies the signal in both amplitude and timing. Some models, like the HP 8508A, can perform calibration calculations automatically to remove systematic errors from cables and connectors.

For higher frequencies and more complex measurements, a vector network analyzer serves the same purpose with greater precision and broader frequency range. It sweeps across a band of frequencies and reports the phase shift at each one, giving you a complete picture of how phase varies with frequency.

Digital Methods Using FFT

When your signals are digitized, software-based frequency analysis offers a powerful and flexible approach. The Fast Fourier Transform (FFT) converts a time-domain signal into its frequency components, each with an associated magnitude and phase angle. By computing the FFT of two simultaneously acquired signals, you can extract the phase difference between them at any frequency of interest.

The key tool here is the cross power spectrum, which multiplies the FFT of one signal by the complex conjugate of the FFT of the other. Converting the result from rectangular to polar form gives you both the relative amplitude and the phase difference between the two signals across the entire frequency range. This is especially valuable when you’re dealing with signals that contain multiple frequency components or when you need phase information across a wide band rather than at a single frequency.

A related and widely used function is the transfer function, calculated by dividing the cross power spectrum by the power spectrum of the input signal. This yields the gain and phase response of whatever system sits between the input and output, whether that’s a filter, an amplifier, or an acoustic path through a room.

One critical detail: the phase information from an FFT is relative to the start of the captured time window. If you’re comparing two separate measurements rather than two simultaneously acquired signals, you need to trigger from exactly the same point in the waveform each time. Otherwise your phase readings will be inconsistent.

Phase Measurement in Audio Systems

Audio engineers routinely measure phase shift when aligning loudspeakers, particularly when matching subwoofers to main speakers. The process uses a measurement microphone, a dual-channel FFT analyzer (software like Smaart or SysTune), and a systematic approach to isolate the phase relationship between two sources.

The measurement microphone is placed on the floor, equidistant from both speakers, at a distance of one to two meters where the signal-to-noise ratio is high and room reflections are minimal. You want coherence values of 95 percent or higher in the frequency range you care about, which tells you the data is trustworthy and not contaminated by noise or reflections.

The procedure works in two steps. First, measure the main loudspeaker alone and use a delay finder to synchronize the analyzer to its arrival time. Lock that delay setting and don’t change it. Then measure the subwoofer alone at matched level. Comparing the two stored phase traces reveals the relationship between the sources:

  • Flat phase trace: the two sources are aligned in time at that frequency range
  • Rising (positive) slope: the measured source is arriving early relative to the reference
  • Declining (negative) slope: the measured source is arriving late

A steeper slope means a larger time offset. You can calculate exactly how much delay to add or subtract using the same core formula. For instance, a 240-degree phase offset at 100 Hz corresponds to 6.7 milliseconds of delay.

The practical goal in audio alignment isn’t necessarily zero phase difference at every frequency, which is often impossible. Instead, you aim to keep the phase traces of both sources within about 60 degrees of each other across the crossover region. That’s close enough to achieve at least 5 dB of constructive summation when the speakers play together, assuming levels are matched. The technique involves finding the right combination of delay and, when needed, polarity reversal to match the slopes of both phase traces around a chosen pivot frequency.

Common Sources of Error

Phase measurements are sensitive to several error sources that can quietly degrade your results. In analog measurements, noise on the signal can shift the apparent zero-crossing point, leading to inconsistent readings. Averaging multiple measurements helps reduce this. Cable length mismatches between your two signal paths introduce a fixed time offset that shows up as a false phase shift, particularly noticeable at high frequencies where even a few centimeters of extra cable matters.

In digital systems, sample rate limits how finely you can resolve time differences. If your sample interval is large relative to the phase shift you’re trying to measure, you lose precision. Interpolation between samples can help, but only to a point.

In optical and interferometric phase measurements, error sources include miscalibration of the phase shifter, nonlinear sensor response, vibration-induced fringe fluctuation, and speckle noise. These systematic errors accumulate and can be difficult to separate from the actual phase information without careful calibration procedures.

Regardless of your method, the most reliable phase measurements come from simultaneously acquired signals with matched signal paths, high signal-to-noise ratios, and stable triggering or synchronization.