Notes For Discrete-Time System Analysis [Chapter I. Fundamental Concepts]

Note for the course Discrete-Time System Analysis.

1.1 Introduction

1.2 Discrete-Time Signals

Discrete-time Variable

If the time variable tonly takes on discrete values t=tnfor some range of integer values ofn, thent is called discrete-time variable.

Discrete-time Signal

If a continuous-time signal x(t)is a function of discrete-time variable tn, then the signal x(tn) is a discrete-time signal, which is called the sampled version of the continuous-time functionx(t).

If we let tn=nT, then obviously Tis the sampling interval. When Tis a constant, such a sampling process is called uniform sampling, instead, nonuniform sampling. Then we could writex(tn) in form ofx[n], in which square brackets is needed. And also,x[n]=x(tn)=x(t)|t=nT=x(nT) .

Some typical examples of discrete-time signals

Discrete-Time Unit-Step Function

$$ u[n] = \left{1,n=0,1,2, 0,n=1,2,3,\right. $$

Discrete-Time Unit-Ramp Function

$$ r[n]=nu[n]=\left{n,n=0,1,2, 0,n=1,2,3,\right. $$

Unit Pulse

$$ \delta[n] = \left{1,n=0 0,n0\right. $$

Periodic Discrete-Time Signals

For a discrete-time signal x[n], if there exists a positive integer rwhich makes that x[n+r]=x[n]for all integers n, Then x[n] is called a periodic discrete-time signal and the integerr is period. Fundamental period is the smallest value for positive integerr.

For example, if we let x[n]=Acos(Ωn+θ), then the signal is periodic if x[n+r]=Acos(Ω(n+r)+θ)=Acos(Ωn+θ) .

Cause cosis periodic, there is Acos(Ωn+θ)=Acos(Ωn+2πq+θ) for all integersq .

Obviously, x[n]is periodic when there exists an integer rwhich makes Ωr=2πqfor some integersq, in equivalent, the discrete-time frequencyΩ=2πqr for some integersq,r.

Discrete-Time Complex Exponential Signals

x[n]=Can=|C||a|ncos(ω0n+θ)+j|C||a|nsin(ω0n+θ)

where C=|C|ejθanda=|a|ejω0 .

Discrete-Time Rectangular Pulse

$$ p_{L}[n] = \left{1,;n=L12,,1,0,1,,L12 0,;others\right. $$

where L is a positive odd integer.

Digital Signals

When a discrete-time signal x[n]satiesfies that its values are all belongs to a finite setMissing or unrecognized delimiter for \left , then the signal called a digital signal.

However, the sampled signals don’t have to be digital signals. For example, the sampled unit-ramp function values on a infinite set Missing or unrecognized delimiter for \left.

Binary Signal is a digital signal whose values are all belongs in to set Missing or unrecognized delimiter for \left.

Time-Shifted Signals

Giving a discrete-time signal x[n]and a positive integerq , then

  • x[nq]is the q-step right shifts ofx[n]
  • x[n+q]is the q-step left shifts ofx[n]

Discrete-Time Signals defined Interval by Interval

Discrete-Time Signals also may be defined Interval by Interval. For example, $$ x[n]=\left{x1[n],;n1n<n2 x2[n],;n2n<n3 x3[n],;nn3\right. CausetheUnitStepFunctionsatisfieswhen$n0$,$u[n]=1$,wecanuseittowrite$x[n]$insuchaform x[n]=x_{1}[n]\cdot(u[n-n_{1}]-u[n-n_{2}]) +x_{2}[n]\cdot(u[n-n_{2}] - u[n - n_{3}]) +x_{3}[n]\cdot u[n - n_{3}] \ = u[n - n_{1}]\cdot x_{1}[n] +u[n - n_{2}]\cdot(x_{2}[n] - x_{1}[n]) +u[n - n_{3}]\cdot(x_{3}[n] - x_{2}[n]) $$

1.3 Discrete-Time Systems

Definition of Discrete-Time Systems and Analysis

The Discrete-Time System is a system which transforms discrete-time inputs to discrete-time outputs.

The Discrete-Time System Analysis is a process to solve the discrete-time output with discrete-time inputs and discrete-time system.

For example. Consider the differential equation dv(t)dt+av(t)=bx(t), now we resolve time into discrete interval forms of length , so the equation will become v(n)v((n1))+av(n)=bx(n) which equals to v[n]v[n1]+av[n]=bx[n] and v[n]11+av[n1]=b1+ax[n]

1.4 Basic Properties of Discrete-Time Systems

System with or without memory

Given a discrete-time system with input of x[n]and output with y[n] , we call the system memoryless wheny[n] is only related to input at present time, otherwise we call it is the one with memory.

For example, y[n]=k=nx[k] and y[n]=x[n]+x[n1] are systems with memory, and y[n]=(2x[n]x[n]2)2 is an example of system in memoryless.

Causality

Given a discrete-time system with input of x[n]and output with y[n] , we call the system causal wheny[n] is only related to input at present and past time, or we call it not causal.

For example, y[n]=k=nx[k] is system in causality, but y[n]=x[n1]+x[n+1] not because x[n+1] is input in future, and y[n]=x[n] is also not because when nis negative, there isn>n .

Time Invariance

To a discrete-time system with input of x[n]and output of y[n] , we call the system time invariant when a time shifts in the input signal results identical time shifts in the output signal. This is also to say, outputy[n] is not explicity related on the varaible of time.

For example, y[n]=(n+1)x[n] is not time invariant because y[n]has an explicit relationship with time variablen.

and, the system y[n]=x[2n] is also not time invariant, because any time shift in input will be compressed by factor 2.

As an example of system which is time invariant, y[n]=10x[n] which is obvious.

Linearity

A system is to be called a linear system when the input consists of a weighted sum of several signals, the output will also be a weighted sum of the responses of the system for each of those signals.

To make a proof of a system to be in linearity, we let y1[n]is the response of the system to the input x1[n], andy2[n] is the response of the inputx2[n] . The system is a linear system if and only if

  • Addivity Property

    The response to x1[n]+x2[n]isy1[n]+y2[n].

  • Homogeneity Property

    The response to ax1[n]is ay1[n], fora is any complex constant.

It’s interesting to find that a system with a linear equation may not be a linear system.

For example, considering the system y[n]=2x[n]+3, it’s easy to find the system is not linear, because

For two inputs x1[n]andx2[n], there are

x1[n]y1[n]=2x1[n]+3

x2[n]y2[n]=2x2[n]+3

However, the response to input (x1[n]+x2[n]) is

y3[n]=2(x1[n]+x2[n])+3y1[n]+y2[n].

Notice that y[n]=3when x[n]=0, it reminds us that the system violates the “zero-in/zero-out” property and the zero-input response of the system isy0[n]=3.

updatedupdated2023-03-112023-03-11