Instantaneous phase

From Wikipedia, the free encyclopedia

Instantaneous phase and instantaneous frequency are important concepts in signal processing that occur in the context of the representation and analysis of time-varying functions.  The instantaneous phase (or "local phase" or simply "phase") of a complex-valued function, x(t), is the real-valued function:

\phi (t)=\arg[x(t)].\,   (See arg function.)

And for a real-valued function, s(t), it is determined from the function's analytic representation, sa(t):

\phi (t)={\mathrm  {arg}}[s_{{\mathrm  {a}}}(t)].\,[1]

When \phi (t)\, is constrained to its principal value, either the interval (-π, π]  or  [0, 2π),  it is called the wrapped phase.  Otherwise it is called unwrapped, which is a continuous function of argument t,\, assuming s_{{\mathrm  {a}}}\, is a continuous function of  t.\,  Unless otherwise indicated, the continuous form should be inferred.

Instantaneous phase vs. time

Examples

Example 1:  s(t)=A\cdot \cos(\omega t+\theta ),\,  where A\, and \omega \, are positive values.
s_{{\mathrm  {a}}}(t)=A\cdot e^{{i(\omega t+\theta )}}\,
\phi (t)=\omega t+\theta \,
In this simple sinusoidal, mono-frequency example, the constant \theta \, is also commonly referred to as phase or phase offset.  \phi (t)\, is a function of time.  \theta \, is not.
In the next example, we also see that the phase offset of a real-valued sinusoid is ambiguous unless a reference (sin or cos) is specified.  \phi (t)\, is unambiguously defined.
Example 2:  s(t)=A\cdot \sin(\omega t)=A\cdot \cos \left(\omega t-{\begin{matrix}{\frac  {\pi }{2}}\end{matrix}}\right)\,
s_{{\mathrm  {a}}}(t)=A\cdot e^{{i\left(\omega t-{\begin{matrix}{\frac  {\pi }{2}}\end{matrix}}\right)}}\,
\phi (t)=\omega t-{\begin{matrix}{\frac  {\pi }{2}}\end{matrix}}\,

In both examples the local maxima of  s(t)\,  correspond to  \phi (t)=N\cdot 2\pi ,\,  for integer values of N. This has applications in the field of computer vision.

Instantaneous frequency

In general, the instantaneous angular frequency is defined as

\omega (t)=\phi ^{\prime }(t)={d \over dt}\phi (t),\,
and the instantaneous frequency (Hz) is:
f(t)={\frac  {1}{2\pi }}\phi ^{\prime }(t)..

The inverse operation is:

\phi (t)=2\pi \int _{{-\infty }}^{{t}}f(\tau )\,d\tau \ =2\pi \int _{{-\infty }}^{{0}}f(t)\,dt+2\pi \int _{{0}}^{{t}}f(\tau )\,d\tau
=\phi (0)+2\pi \int _{{0}}^{{t}}f(\tau )\,d\tau .

For discrete-time functions, this can be written as a recursion:

\phi (nT)\ =\ \phi ((n-1)T)+2\pi Tf(nT)\ =\ \phi ((n-1)T)+\underbrace {\arg(s_{a}(nT))-\arg(s_{a}((n-1)T))}_{{\Delta \phi (nT)}}.\,

Discontinuities can then be removed by adding 2π whenever  \scriptstyle \Delta \phi (nT)\ \leq \ -\pi   and subtracing 2π whenever  \scriptstyle \Delta \phi (nT)\ >\ \pi . That allows \scriptstyle \phi (nT) to accumulate without limit and produces an unwrapped instantaneous phase.  An equivalent formulation that replaces the modulo 2π operation with a complex multiplication is:

\phi (nT)\ =\ \phi ((n-1)T)+\arg(s_{a}(nT)\cdot s_{a}^{*}((n-1)T)),\,   where the asterisk denotes complex conjugate.

Complex representation

In some applications, such as averaging the values of phase at several moments of time, it may be useful to convert each value to a complex number, or vector representation:

e^{{i\phi (t)}}\, ={\frac  {s_{{\mathrm  {a}}}(t)}{|s_{{\mathrm  {a}}}(t)|}}\,
=\cos(\phi (t))+i\cdot \sin(\phi (t)).\,     (Euler's formula)

This representation is similar to the wrapped phase representation in that it does not distinguish between multiples of 2π in the phase, but similar to the unwrapped phase representation since it is continuous. A vector-average phase can be obtained as the arg of the sum of the complex numbers without concern about wrap-around.

See also

Citations

  1. Blackledge, Jonathan M. (2006). Digital Signal Processing: Mathematical and Computational Methods, Software Development and Applications (2 ed.). Woodhead Publishing. p. 134. ISBN 1904275265. 

References

  • Cohen, Leon (1995). Time-Frequency Analysis. Prentice Hall. 
  • Granlund; Knutsson (1995). Signal Processing for Computer Vision. Kluwer Academic Publishers. 
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.