<< Chapter < Page Chapter >> Page >
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 e j θ has two representations:

  1. e j θ = lim n ( 1 + j θ n ) n ; and
  2. e j θ = lim n k = 0 n ( j θ ) k k ! .

In this experiment, you will write a MATLAB program to evaluate the two functions f n and S n for twenty values of n :

  1. f n = ( 1 + j θ n ) n , n = 1 , 2 , ... , 20 ; and
  2. S n = k = 0 n ( j θ ) k k ! , n = 1 , 2 , ... , 20 k .

Choose θ = π / 4 ( = p i / 4 ) . Use an implicitloop to draw and plot a circle of radius 1. Then use an implicit for loop to compute and plot f n and an explicit for loop to compute and plot S n for n = 1 , 2 , ... , 100 . You should observe plots like those illustrated in [link] . Interpret them. for

Figure one part a is a cartesian graph with horizontal axis labeled, real, and vertical axis labeled imaginary. Both axes range in value from 0 to 1 in increments of .2. A large curve beginning at the top-left corner of the graph, (0, 1), begins decreasing at a decreasing rate in a bowed curve until it is nearly vertical and terminates at the bottom-right corner of the graph, (1, 0). In the middle of this curve are a number of small dots, starting approximately at (0.6, 0.7). They are closely spaced together and follow a path that is slightly positive in slope. The dots then become more spread out and the last dot is placed at (1, 0.8). Figure one part a is a cartesian graph with horizontal axis labeled, real, and vertical axis labeled imaginary. Both axes range in value from 0 to 1 in increments of .2. A large curve beginning at the top-left corner of the graph, (0, 1), begins decreasing at a decreasing rate in a bowed curve until it is nearly vertical and terminates at the bottom-right corner of the graph, (1, 0). In the middle of this curve are a number of small dots, starting approximately at (0.6, 0.7). They are closely spaced together and follow a path that is slightly positive in slope. The dots then become more spread out and the last dot is placed at (1, 0.8). Figure one part b is a cartesian graph with horizontal axis labeled, real, and vertical axis labeled imaginary. Both axes range in value from 0 to 1 in increments of .2. A large curve beginning at the top-left corner of the graph, (0, 1), begins decreasing at a decreasing rate in a bowed curve until it is nearly vertical and terminates at the bottom-right corner of the graph, (1, 0). In the middle of this curve are a number of small dots, starting approximately at (0.6, 0.7). They are closely spaced together around that point except for one at (0.6, 0.8) and one at (1, 0.8). Figure one part b is a cartesian graph with horizontal axis labeled, real, and vertical axis labeled imaginary. Both axes range in value from 0 to 1 in increments of .2. A large curve beginning at the top-left corner of the graph, (0, 1), begins decreasing at a decreasing rate in a bowed curve until it is nearly vertical and terminates at the bottom-right corner of the graph, (1, 0). In the middle of this curve are a number of small dots, starting approximately at (0.6, 0.7). They are closely spaced together around that point except for one at (0.6, 0.8) and one at (1, 0.8).
Plots for Convergence;(a) of f n , and (b) of S n

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, A first course in electrical and computer engineering. OpenStax CNX. Sep 14, 2009 Download for free at http://cnx.org/content/col10685/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'A first course in electrical and computer engineering' conversation and receive update notifications?

Ask