You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ch-physical/physical-signals.tex
+7-103Lines changed: 7 additions & 103 deletions
Original file line number
Diff line number
Diff line change
@@ -1525,81 +1525,28 @@ \section{Problems}
1525
1525
\item A complex number can be written in rectangular coordinates as $z
1526
1526
= x + j y$. Write the relations to calculate the polar form, $z=(r,
1527
1527
\theta)$ or $z = r e^{j\theta}$.
1528
-
% \answer{$r = \sqrt{x^2+y^2}, \theta=\arctan(y/x)$\stepbystep{. This is readily seen using the Pythagorean theorem in the complex plane. For a right triangle the $\tan(\theta)=\frac{\text{opposite}}{\text{adjacent}}=\frac{\text{imaginary component}}{\text{real component}}$}}
1528
+
1529
1529
\item Using Euler's formula, express $\cos x$ and $\sin x$ as a
1530
1530
combination of complex exponentials. Recall that Euler's Formula is given by: $e^{\pm j\omega t}=\cos(\omega t) \pm j \sin(\omega t)$.
\item Using complex exponentials, express the amplitude and phase of $x_5(t)$ (use pencil and paper with the aide of a graphing calculator, spreadsheet, or MATLAB).
1640
-
%\answer{
1641
-
%\stepbystep{
1642
-
%Because we are dealing with sums, each of the complex exponentials can be converted to rectangular form and summed, yielding:
\item What is the period of $e^{-j\frac{\pi}{4}t}+e^{-j\frac{\pi}{2}t}$ ?
1663
-
%\answer{The frequencies are integer multiples of one another, so the period is governed by the smallest frequency, $\omega_0=\frac{pi}{4}$. The period is therefore $T_0=8$ seconds.}
1664
1569
\item What is the period of $e^{-j \omega_0 t}+e^{-j 5\omega_0 t}$ ?
1665
-
%\answer{The frequencies are integer multiples of one another, so the period is governed by the smallest frequency, $\omega_0$. The period is therefore $T_0=\frac{2\pi}{\omega_0}$ seconds.}
1666
1570
\item Implement a \texttt{Complex} class for representing
1667
1571
complex numbers in an object oriented programming language (C++, C\#, Java, python, etc.). Your class should include at least the following
0 commit comments