<< Chapter < Page Chapter >> Page >
Discrete-time systems allow for mathematically specified processes like the difference equation.

A discrete-time signal s n is delayed by n 0 samples when we write s n n 0 , with n 0 0 . Choosing n 0 to be negative advances the signal along the integers. As opposed to analog delays , discrete-time delays can only be integer valued. In the frequency domain, delaying a signal corresponds to a linear phase shift ofthe signal's discrete-time Fourier transform: s n n 0 2 f n 0 S 2 f .

Linear discrete-time systems have the superposition property.

S a 1 x 1 n a 2 x 2 n a 1 S x 1 n a 2 S x 2 n
A discrete-time system is called shift-invariant (analogous to time-invariant analog systems ) if delaying the input delays the corresponding output.If S x n y n , then a shift-invariant system has the property
S x n n 0 y n n 0
We use the term shift-invariant to emphasize that delays can only have integer values in discrete-time, while in analog signals, delays canbe arbitrarily valued.

We want to concentrate on systems that are both linear and shift-invariant. It will be these that allow us the full power offrequency-domain analysis and implementations. Because we have nophysical constraints in "constructing" such systems, we need only a mathematical specification. In analog systems, thedifferential equation specifies the input-output relationship in the time-domain. The corresponding discrete-time specification is the difference equation .

y n a 1 y n 1 a p y n p b 0 x n b 1 x n 1 b q x n q
Here, the output signal y n is related to its past values y n l , l 1 p , and to the current and past values of the input signal x n .The system's characteristics are determined by the choices for the number of coefficients p and q and the coefficients' values a 1 a p and b 0 b 1 b q .
There is an asymmetry in the coefficients: where is a 0 ? This coefficient would multiply the y n term in [link] . We have essentially divided the equation by it, which does not change theinput-output relationship. We have thus created the convention that a 0 is always one.

As opposed to differential equations, which only provide an implicit description of a system (we must somehow solve the differential equation), difference equations provide an explicit way of computing the output for any input. We simply express the difference equation by a program thatcalculates each output from the previous output values, and the current and previous inputs.

Difference equations are usually expressed in software with for loops. A MATLAB program that would compute the first 1000 values of the output has the form for n=1:1000 y(n) = sum(a.*y(n-1:-1:n-p)) + sum(b.*x(n:-1:n-q));end An important detail emerges when we consider making this program work; in fact, as written it has (at least) two bugs. What inputand output values enter into the computation of y 1 ? We need values for y 0 , y -1 , ..., values we have not yet computed. To compute them, we would need more previous values of the output, which wehave not yet computed. To compute these values, we would need even earlier values, ad infinitum. The way out of thispredicament is to specify the system's initial conditions : we must provide the p output values that occurred before the input started. These values can bearbitrary, but the choice does impact how the system responds to a given input. One choice gives rise to a linear system: Make the initial conditions zero. The reasonlies in the definition of a linear system : The only way that the output to a sum of signals can be the sum of theindividual outputs occurs when the initial conditions in each case are zero.

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
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, Fundamentals of electrical engineering i. OpenStax CNX. Aug 06, 2008 Download for free at http://legacy.cnx.org/content/col10040/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fundamentals of electrical engineering i' conversation and receive update notifications?

Ask