<< Chapter < Page Chapter >> Page >

System analysis

Simulink model for the continuous-time system analysis experiment using a network analyzer.

Double click the icon labeled CT System Analysis using a Network Analyzer to bring up a system as shown in [link] . This system includes a Network Analyzer model for measuring the frequency response of a system.The Network Analyzer works by generating a weighted chirp signal (shown on the Scope ) as an input to the system-under-test.The analyzer measures the frequency response of the input and output of the system and computes the transfer function.By computing the inverse Fourier transform, it then computes the impulse response of the system.Use this setup to compute the frequency and impulse response of the given fourth order Butterworth filter with a cut-offfrequency of 1Hz. Print the figure showing the magnitude response, the phase response and the impulse response of the system. To use the tallmode to obtain a larger printout, type orient('tall'); directly before you print.

Simulink model for the continuous-time system analysis experiment using a unit step.

An alternative method for computing the impulse response is to input a step into the system and then to compute the derivative of the output.The model for doing this is given in the CT System Analysis using a Unit Step block. Double click on this icon and compute the impulse response of thefilter using this setup ( [link] ). Make sure that the characteristics of the filterare the same as in the previous setup. After running the simulation, print the graphof the impulse response.

Hand in the printout of the output of the Network Analyzer (magnitude and phase of the frequency response, and the impulse response) and the plot of the impulse responseobtained using a unit step. What are the advantages and disadvantages of each method?

Discrete-time frequency analysis

In this section of the laboratory, we will study the use of the discrete-time Fourier transform.

Discrete-time fourier transform

The DTFT (Discrete-Time Fourier Transform) is the Fourier representation used for finite energy discrete-time signals.For a discrete-time signal, x ( n ) , we denote the DTFT as the function X ( e j ω ) given by the expression

X ( e j ω ) = n = - x ( n ) e - j ω n .

Since X ( e ) is a periodic function of ω with a period of 2 π , we need only to compute X ( e ) for - π < ω < π   .

Write a Matlab function X=DTFT(x,n0,dw) that computes the DTFT of the discrete-time signal x Here n0 is the time index corresponding to the 1st element of the x vector, and dw is the spacing between the samples of the Matlab vector X . For example, if x is a vector of length N , then its DTFT is computed by

X ( w ) = n = 1 N x ( n ) e - j w ( n + n 0 - 1 )

where w is a vector of values formed by w=(-pi:dw:pi) .

In Matlab, j or i is defined as - 1 . However, you may also compute this value using the Matlab expression i=sqrt(-1) .

For the following signals use your DTFT function to

  • Compute X ( e j ω )
  • Plot the magnitude and the phase of X ( e j ω ) in a single plot using the subplot command.
Use the abs() and angle() commands.
  1. x ( n ) = δ ( n )
  2. x ( n ) = δ ( n - 5 )
  3. x ( n ) = ( 0 . 5 ) n u ( n )
Hand in a printout of your Matlab function. Also hand in plots of the DTFT's magnitude and phase for each of the three signals.

System analysis

For help on printing Simulink system windows click here .

Incomplete Simulink setup for the discrete-time system analysis experiment.

Double click the icon labeled DT System Analysis to bring up an incomplete block diagram as shown in [link] . It is for a model that takes a discrete-time sine signal, processesit according to a difference equation and plots the multiplexed input and output signals in a graph window.Complete this block diagram such that it implements the following difference equation given in "Magnitude and Phase of Discrete-Time Systems" of the background exercises.

y ( n ) = 0 . 9 y ( n - 1 ) + 0 . 3 x ( n ) + 0 . 24 x ( n - 1 )

You are provided with the framework of the setup and the building blocks that you will need.You can change the values of the Gain blocks by double clicking on them. After you complete the setup, adjust the frequency of Sine Wave to the following frequencies: ω = π / 16  ,   ω = π / 8  , and ω = π / 4  . For each frequency,make magnitude response measurements using the input and output sequences shown in the graph window.Compare your measurements with the values of the magnitude response | H ( e j ω ) | which you computed in the background exercises at these frequencies.

An alternative way of finding the frequency response is taking the DTFT of the impulse response.Use your DTFT function to find the frequency response of this system from its impulse response. The impulse response was calculated in "Magnitude and Phase of Discrete-Time Systems" of the background exercises. Plot the impulse response, andthe magnitude and phase of the frequency response in the same figure using the subplot command.

Hand in the following: 1) Printout of your completed block diagram.2) Table of both the amplitude measurements you made and their theoretical values. 3) Printout of the figure with the impulse response,and the magnitude and phase of the frequency response.

Questions & Answers

what is phylogeny
Odigie Reply
evolutionary history and relationship of an organism or group of organisms
AI-Robot
ok
Deng
what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Purdue digital signal processing labs (ece 438). OpenStax CNX. Sep 14, 2009 Download for free at http://cnx.org/content/col10593/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Purdue digital signal processing labs (ece 438)' conversation and receive update notifications?

Ask