Problem

The intention of the followingMatlab program is to plot 13 cycles of a 13-Hz sinusoid, but...

The intention of the followingMatlab program is to plot 13 cycles of a 13-Hz sinusoid, but it has a bug.

Fo = 13;To = 1/Fo;	%-- PeriodTs = 0.07;tt = 0 : Ts : (13*To);xx = real(exp(j*(2*pi*Fo*tt - pi/2)));%plot( tt, XX )xlabel('TIME (sec)'), grid on

(a) Draw a sketch of the plot that will be produced by Matlab. Explain how aliasing or folding affects the plot that you see. In particular, what is the period in the plot, and how many periods do you observe?

(b) Determine an acceptable value of Ts to get a very smooth plot of the desired 13 Hz signal.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 4