nutshell/book/00_background.md
2023-04-09 00:04:20 -06:00

1.5 KiB

Background

Phasors

Complex numbers are wonderful creatures. Rather than getting stuck in trig-land with real sinusoidal signals we can instead represent them as complex exponentials.

V(t) = v_0 \cos(\omega t + \theta) = \real\big[v_0e^{j (\omega t + \theta)} \big]

We simply write phasor V(t) = v_0e^{j (\omega t + \theta)} and agree to ignore the imaginary component. That's all there is. Welcome to phasors.

In some situations we truly have complex signals (for instance in DSP when using a quadrature demodulator) which lets us have negative frequencies. For the encoding/modulation/communication side of radios this is relevant, however in analog RF land we can mostly just ignore the imaginary part.

Since linear systems don't change the frequency of a signal and time shifts are equivalent to phase shifts (at one frequency), we can often use the following shorthand where time dependence is implied. This is particularly useful for simplifying multivariate functions to be dependent on only one variable.

V(t) = v_0e^{j (\omega t + \theta)} = v_0e^{j \theta}e^{j \omega t}
\hat{V} = v_0e^{j \theta}

Impedance


\begin{align}
Z &= R + jX \\
Y &= G + jB = 1/Z
\end{align}
Symbol Name Unit
Z Impedance \Omega
R Resistance \Omega
X Reactance \Omega
Y Admittance S
G Conductance S
B Susceptance S

Typically we use impedance notation however admittance, conductance, and susceptance are particularly useful when components are placed in parallel