<< Chapter < Page Chapter >> Page >

The following two continuous-time systems are commonlyused in electrical engineering:

differentiator: y ( t ) = d d t x ( t ) integrator: y ( t ) = - t x ( τ ) d τ

For each of these two systems, do the following:

  • Formulate a discrete-time system that approximates the continuous-time function.
  • Write down the difference equation that describes your discrete-time system. Your difference equation should be inclosed form, i.e. no summations.
  • Draw a block diagram of your discrete-time system as in [link] .

Stock market example

One reason that digital signal processing (DSP) techniques are so powerful is thatthey can be used for very different kinds of signals. While most continuous-time systems only process voltage and current signals,a computer can process discrete-time signals which are essentially just sequences of numbers.Therefore DSP may be used in a very wide range of applications. Let's look at an example.

A stockbroker wants to see whether the average value of a certain stock is increasing or decreasing.To do this, the daily fluctuations of the stock values must be eliminated.A popular business magazine recommends three possible methods for computing this average.

avgvalue(today) = 1 3 value(today)+value(yesterday)+value(2 days ago)
avgvalue(today) = 0 . 8 * avgvalue(yesterday) + 0 . 2 * (value(today))
avgvalue(today) = avgvalue(yesterday) + 1 3 (value(today)-(value(3 days ago))

Do the following:

  • For each of the these three methods: 1) write a difference equation,2) draw a system diagram, and 3) calculate the impulse response.
  • Explain why methods [link] and [link] are known as moving averages.

Example discrete-time systems

Write two Matlab functions that will apply the differentiator and integrator systems, designed in the "Example Discrete-time Systems" section, to arbitrary input signals. Then apply the differentiator and integrator to the followingtwo signals for - 10 n 20 .

  • δ ( n ) - δ ( n - 5 )
  • u ( n ) - u ( n - ( N + 1 ) ) with N = 10

Hint: To compute the function u ( n ) for - 10 n 20 , first set n = -10:20 , and then use the Boolean expression u = (n>=0) .

For each of the four cases, use the subplot and stem commands to plot each input and output signal on a single figure.

Submit printouts of your Matlab code and hardcopies containing the input and output signals.Discuss the stability of these systems.

Difference equations

In this section, we will study the effect of two discrete-time filters.The first filter, y = S 1 [ x ] , obeys the difference equation

y ( n ) = x ( n ) - x ( n - 1 )

and the second filter, y = S 2 [ x ] , obeys the difference equation

y ( n ) = 1 2 y ( n - 1 ) + x ( n )

Write Matlab functions to implement each of these filters.

In Matlab, when implementing a difference equation using a loop structure, it is very good practice to pre-define your output vector beforeentering into the loop. Otherwise, Matlab has to resize the output vector at each iteration.For example, say you are using a FOR loop to filter the signal x ( n ) , yielding an output y ( n ) . You can pre-define the output vector by issuing the command y=zeros(1,N) before entering the loop, where N is the final length of y . For long signals, this speeds up the computation dramatically.

Questions & Answers

how to create a software using Android phone
Wiseman Reply
how
basra
what is the difference between C and C++.
Yan Reply
what is software
Sami Reply
software is a instructions like programs
Shambhu
what is the difference between C and C++.
Yan
yes, how?
Hayder
what is software engineering
Ahmad
software engineering is a the branch of computer science deals with the design,development, testing and maintenance of software applications.
Hayder
who is best bw software engineering and cyber security
Ahmad
Both software engineering and cybersecurity offer exciting career prospects, but your choice ultimately depends on your interests and skills. If you enjoy problem-solving, programming, and designing software syste
Hayder
what's software processes
Ntege Reply
I haven't started reading yet. by device (hardware) or for improving design Lol? Here. Requirement, Design, Implementation, Verification, Maintenance.
Vernon
I can give you a more valid answer by 5:00 By the way gm.
Vernon
it is all about designing,developing, testing, implementing and maintaining of software systems.
Ehenew
hello assalamualaikum
Sami
My name M Sami I m 2nd year student
Sami
what is the specific IDE for flutter programs?
Mwami Reply
jegudgdtgd my Name my Name is M and I have been talking about iey my papa john's university of washington post I tagged I will be in
Mwaqas Reply
yes
usman
how disign photo
atul Reply
hlo
Navya
hi
Michael
yes
Subhan
Show the necessary steps with description in resource monitoring process (CPU,memory,disk and network)
samuel Reply
What is software engineering
Tafadzwa Reply
Software engineering is a branch of computer science directed to writing programs to develop Softwares that can drive or enable the functionality of some hardwares like phone , automobile and others
kelvin
if any requirement engineer is gathering requirements from client and after getting he/she Analyze them this process is called
Alqa Reply
The following text is encoded in base 64. Ik5ldmVyIHRydXN0IGEgY29tcHV0ZXIgeW91IGNhbid0IHRocm93IG91dCBhIHdpbmRvdyIgLSBTdGV2ZSBXb3puaWFr Decode it, and paste the decoded text here
Julian Reply
what to do you mean
Vincent
hello
ALI
how are you ?
ALI
What is the command to list the contents of a directory in Unix and Unix-like operating systems
George Reply
how can i make my own software free of cost
Faizan Reply
like how
usman
hi
Hayder
The name of the author of our software engineering book is Ian Sommerville.
Doha Reply
what is software
Sampson Reply
the set of intruction given to the computer to perform a task
Noor
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