Understanding Waveform Notation in Complex Numbers

  • Context: Undergrad 
  • Thread starter Thread starter krindik
  • Start date Start date
  • Tags Tags
    Notation Waveform
Click For Summary

Discussion Overview

The discussion revolves around the notation of periodic waveforms in the context of complex numbers, particularly focusing on the expression A exp(jwt) and its implications in signal processing and phasor representation. Participants explore the relationship between complex and real components of waveforms, the use of complex amplitudes and frequencies, and the conventions in representing signals.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants suggest that A exp(jwt) should be interpreted as Re(A exp(jwt)), while others argue that this is implicit in the notation.
  • There is a discussion about the use of 'j' versus 'i' in different contexts, with some clarifying that 'j' is used in electronics to avoid confusion with current denoted as 'i'.
  • One participant proposes that A exp(jwt) can be safely assumed to represent A cos(wt) in signal contexts, while others challenge this assumption.
  • Complex amplitudes and frequencies are discussed, with some participants noting that these terms refer to representations on the complex plane.
  • There is a mention of quadrature detection and the significance of having both in-phase and quadrature components in signal representation.
  • Some participants assert that negative frequencies are valid and necessary for accurate signal representation, while others question their interpretation.
  • Complex sinusoids are discussed, with examples provided from fields such as MRI, indicating that real signals can have complex representations.
  • One participant references a text that describes the phasor transform as a method for analyzing electrical networks, emphasizing the utility of complex numbers in simplifying mathematical work.

Areas of Agreement / Disagreement

Participants express a mix of agreement and disagreement regarding the interpretation of complex notation in waveforms. While some points are clarified, multiple competing views remain on the implications of complex amplitudes, the necessity of real or imaginary components, and the interpretation of negative frequencies.

Contextual Notes

Limitations in understanding arise from varying definitions of terms like complex amplitude and frequency, as well as the context in which these terms are applied. The discussion highlights the complexity of representing real-world signals and the conventions used in different fields.

krindik
Messages
63
Reaction score
1
Hi,
This is my firs post to this forum.
This may be a trivial question but got a bit confused in reading few texts.

Usually periodic waveforms are denoted as
A exp (jwt)

However, as I understand the exponent consists of
cos (jwt) + i sin (jwt) which is a complex number.

So, shouldn't A exp (jwt) be Re (A exp (jwt)) ?
Or is the Re() implicit here?
 
Physics news on Phys.org
You can use either the real or the imaginary part; as long as you are consistent. What you use depends on how the waveform is written in the time-domain; i.e. using Sin or Cos.

Hence, there "should" really be a Re or I am there, but since this is a well known convention you can leave it out. This is what is known as phasor notation and it is basically shorthand for what is really a Fourier transform.

Btw, there shouldn't be any "j" in the trigonometric expressions, but I assume that is a typo.
 
Last edited:
Hang on, you're confusing notation; i and j are the same thing, j represents i in electronics (Maxwell. Laplace, Fourier) because current is i in electromagnetics.

A is amplitude., jwt is a complex f; start again with the trig expansion.
 
Thanks for the advice.

So I presume A exp (jwt) is in fact Re(A exp (jwt)). But is implicit. So, whenever i see A exp (jwt) in signals context I can safely assume it is actually A cos(wt) ?

Also, exp (jwt) should be cos (wt) + j sin (wt). Had mistakenly include j inside cosines.
 
Yep, that looks better; what you have is a general form for a sinusoidal wave. If A is a complex amplitude, and jwt a complex frequency; you now substitute A = A.exp (ja), in A.exp (jwt), and you have A.exp j(wt + a) (because exp is its own derivative, right?)

Now the real and imaginary terms (cos + sin), can represent covariant 'variables' like voltage or current.
You have a phasor representation, of the two covariants and how they diverge/converge over their rotational velocities (in time, of course).

Woops, "whenever i see A exp (jwt) in signals context I can safely assume it is actually A cos(wt) ?" You can assume the A.cos(wt) is the Re{A.exp(jwt)} part of the complex frequency (with a complex amplitude).
 
Last edited:
Thanks, but i couldn't get what you meant by,
If A is a complex amplitude, and jwt a complex frequency

What is a complex amplitude and a complex frequency? As I understand a complex frequency is a result of a signal being represented in Fourier exponent terms. ie. exp(-jwt) and exp(jwt) are frequencies of -w and w.
 
It really just means its a complex number, it's 'on' the complex plane.

Because current/voltage is "a complex number", or looks sort of exactly like one. Fourier for sure is the representation to use in/out of the time domain. Your -w,+w pair is a conjugate on the complex plane.
The phasor rep extends to any rotating frame, not just in EM.
 
In a signals context there is no implied Re or I am operator. Instead, if you have a purely real signal then it will be of the form A exp(jwt) + A* exp(-jwt) where the * denotes complex conjugation.

There are many cases where the signal is complex rather than real. Google "quadrature detection" if you are interested. In such cases the negative frequency term will not be the complex conjugate of the positive frequency term. So one technique works for both cases and there is no need to implicitly insert a Re or Im.
 
Thanks.
So, do you mean to say that -w is not in fact negative but negative with respect to a center frequency(wc). ( taking this as 0 will give -w otherwise would be wc - w ). But then again that is a result of some physical process eg. demodulation

I was wondering why exp (jwt) is used to represent such a "real" signal ie. result of a physical phenomenon as,
exp (jwt) = cos (wt) + j sin (wt) which has a complex sinuosoid. What would be the meaning of a complex sinusoid ?
If there's no such thing as a complex sinusoid, I hoped see a Re(exp(jwt)) there.
 
  • #10
The key here is to remember that a even "real world" signals needs be represented by TWO numbers in the general case: amplitude and phase.
The reason why the "Re" is implicit in basic circuit theory is because the phase does not vary continuously as you move around the circuit at low frequencies (because the circuit is smaller than the wavelength) which simplifies things a great deal.
However, in the more general case we need to keep track of BOTH the amplitude and phase.

Now, in quadrature detection the signal really has two "components" that are in "quadrature" (90 degress out of phase): the in-phase (I) and quadrature phase (Q) component.
The I-component is just Acos wt and the Q-component Asin wt.
It should be fairly obvious why it is convenient to represent this using a complex number.

Note that this is not just a "formal" definition, if you look at an IQ-demodulator (a special type of mixer) you will find that there really ARE I and Q outputs that give you the real and imaginary parts of the signal (referenced to a local oscillator).

This is very useful since it means that you can e.g. calculate the amplitude of the down-mixed signal using sqrt(I^2+Q^2) and the phase using atan(I/Q).

I am actually using exactly this technique in my lab at the moment for some microwave measurements, and the data I get from my experiments really is a set of complex numbers (usually as a function of frequency).
 
  • #11
krindik said:
So, do you mean to say that -w is not in fact negative but negative with respect to a center frequency(wc). ( taking this as 0 will give -w otherwise would be wc - w ). But then again that is a result of some physical process eg. demodulation
No, -w is in fact a negative frequency, i.e. less than DC which is 0 frequency. There is nothing wrong with negative frequencies, and in fact artificially avoiding them can really mess you up. Remember that phase is frequency times time, so a negative frequency is simply a phase that decreases as time increases.

krindik said:
I was wondering why exp (jwt) is used to represent such a "real" signal ie. result of a physical phenomenon as,
exp (jwt) = cos (wt) + j sin (wt) which has a complex sinuosoid.
Sure, but as I said above the sum of A exp(jwt) and A* exp(jwt) is purely real. So you can use the same exponentials to represent both real and complex signals.

krindik said:
What would be the meaning of a complex sinusoid ?
If there's no such thing as a complex sinusoid, I hoped see a Re(exp(jwt)) there.
As f95toli already mentioned there are such things as complex sinusoids. He gave one example. Another example is in MRI, which is my specialty. In MRI you detect magnetic fields that oscillate in the RF range. To do that, the most efficient means of detecting the signal is to have two loops which are sensitive to magnetic fields that are perpendicular to each other. Such an antenna is called circularly polarized and has a real and an imaginary channel which are out of phase by 90º. The two channels actually do contain different information, so you cannot simply take the real or imaginary channel without losing some of the information that is present in the signal.

Bottom line, there is no implied Re or Im. Real signals will have complex conjugate symmetry. And complex signals do in fact exist.
 
Last edited:
  • #12
Thanks for pointing me in the correct direction.

I went through some books, namely
The Scientist and Engineer's Guide to Digital Signal Processing
By Steven W. Smith, Ph.D



according to him
This method of substituting complex numbers for cosine & sine waves is called
the Phasor transform. It is the main tool used to analyze networks composed
of resistors, capacitors and inductors. [More formally, electrical engineers
define the phasor transform as multiplying by the complex term: e jTt and taking
the real part. This allows the procedure to be written as an equation, making
it easier to deal with in mathematical work. “Substitution” achieves the same
end result, but is less elegant].



to summarize what I understand from you and the texts,
take a signal
A cos (wt + p) = x cos (wt) + y sin (wt) ; after cos expansion
= x + j y ; x is the real component, y is the imaginary component
= B exp (p) ; B = A exp (jwt)

Is this correct?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K