This module is part of the collection, A First Course in Electrical and Computer Engineering. The LaTeX source files for this collection were created using an optical character recognition technology, and because of this process there may be more errors than usual. Please contact us if you discover any errors.
We have demonstrated that the function ejθejθ has two representations:
- ejθ=limn→∞(1+jθn)nejθ=limn→∞(1+jθn)n ; and
- ejθ=limn→∞∑k=0n(jθ)kk!ejθ=limn→∞∑k=0n(jθ)kk!.
In this experiment, you will write a MATLAB program to evaluate the two
functions
f
n
f
n
and
S
n
S
n
for twenty values of
n
n:
-
fn=(1+jθn)n,n=1,2,...,20fn=(1+jθn)n,n=1,2,...,20; and
-
S
n
=
∑
k
=
0
n
(
j
θ
)
k
k
!
,
n
=
1
,
2
,
...
,
20
k
S
n
=
∑
k
=
0
n
(
j
θ
)
k
k
!
,
n
=
1
,
2
,
...
,
20
k
.
Choose θ=π/4(=pi/4)θ=π/4(=pi/4). Use an implicit for loop to draw and plot a circle
of radius 1. Then use an implicit for loop to compute and plot
f
n
f
n
and an
explicit for loop to compute and plot
S
n
S
n
for n=1,2,...,100n=1,2,...,100. You should
observe plots like those illustrated in Figure 1. Interpret them.
"Reviewer's Comments: 'I recommend this book as a "required primary textbook." This text attempts to lower the barriers for students that take courses such as Principles of Electrical Engineering, […]"