Linear phase
In signal processing, linear phase is a property of a filter where the phase response of the filter is a linear function of frequency. The result is that all frequency components of the input signal are shifted in time by the same constant amount, which is referred to as the group delay. Consequently, there is no phase distortion due to the time delay of frequencies relative to one another.
Zero-phase filters are a special case of linear-phase filters where the group delay is zero. In non-real-time digital signal processing, this can be obtained from any linear-phase filter simply by shifting the filtered output of a linear-phase filter backwards in time by the linear-phase filter's group delay, so sometimes all linear-phase filters are loosely referred to as zero-phase filters.
For discrete-time signals, perfect linear phase is easily achieved with a finite impulse response filter by having coefficients which are symmetric or anti-symmetric. Approximations can be achieved with infinite impulse response designs, which are more computationally efficient. Several techniques are:
- a Bessel transfer function which has a maximally flat group delay approximation function
- a phase equalizer
Definition
where:
- A is a real-valued function.
- is the group delay.
where:
- A is a real-valued function with 2π periodicity.
- k is an integer, and k/2 is the group delay in units of samples.
where the notation distinguishes the Z-transform from the Fourier transform.
Examples
When a sinusoid passes through a filter with constant group delay the result is:where:
- is a frequency-dependent amplitude multiplier.
- The phase shift is a linear function of angular frequency, and is the slope.
is transformed into:
For approximately linear phase, it is sufficient to have that property only in the passband of the filter, where |A| has relatively large values. Therefore, both magnitude and phase graphs are customarily used to examine a filter's linearity. A "linear" phase graph may contain discontinuities of π and/or 2π radians. The smaller ones happen where A changes sign. Since |A| cannot be negative, the changes are reflected in the phase plot. The 2π discontinuities happen because of plotting the principal value of instead of the actual value.
In discrete-time applications, one only examines the region of frequencies between 0 and the Nyquist frequency, because of periodicity and symmetry. Depending on the frequency units, the Nyquist frequency may be 0.5, 1.0, π, or ½ of the actual sample-rate. Some examples of linear and non-linear phase are shown below.
Image:Phase Plots.svg|thumb|400px|left|
A discrete-time filter with linear phase may be achieved by an FIR filter which is either symmetric or anti-symmetric. A necessary but not sufficient condition is:
for some.
Bidirectional filtering
In digital signal processing, infinite impulse response LTI filters are usually much more computationally efficient than FIR filters, but they almost never have linear phase behavior. When the signal processing takes place offline, however, any arbitrary LTI filter can be made zero-phase by bidirectional filtering or forward-backward filtering: running the filter twice, the second time with time reversed. This cancels out the variable phase delays resulting from the first pass and squares the filter's gain at each frequency; for a bandpass filter, this results in twice the stopband attenuation and twice the passband ripple.Most popular signal processing software such as SciPy, Octave, and R has a built-in function for this purpose, usually called
filtfilt.Generalized linear phase
Systems with generalized linear phase have an additional frequency-independent constant added to the phase. In the discrete-time case, for example, the frequency response has the form:Because of this constant, the phase of the system is not a strictly linear function of frequency, but it retains many of the useful properties of linear phase systems.