Description and Properties
Description and Properties
Description and Properties
1.1. Introduction
Generally, a signal is a function of one or more independent variables.
However, we will consider the signals having one independent variable only;
furthermore, this variable will be restricted to time.
Examples of signals include: time depending voltages and currents in an
electric circuit, the variation in a gross national product, music waveforms, the
variation of atmospheric temperature.
If a signal is represented at all instants of time, it is said to be a continuous-
time signal or simply a continuous signal. A signal which is specified at discrete
instants of time is said to be a discrete-time signal or simply a discrete signal.
Discrete signals occur either due to the nature of the process, e.g. the variation in
the number of cars crossing the border every day, or due to the sampling process.
Examples of continuous and discrete signals are shown in Fig.1.1.
x(t) x(nT S )
t -T S 0 TS 2T S 3T S 4T S 5T S
nT S
(a) (b)
Fig. 1.1. Examples of continuous and discrete signals
10
For the discrete signal, time can only take discrete values; therefore we write
x(nTS ) , where TS is the time between samples and n is the number of the sample.
However, not all discrete signals are formed by the sampling of the continuous
signal and in such a case the signal is usually written x(n ) . Also with sampled
signals, in general, we will omit the TS and write x(n ) . Sometimes the sampling
interval is not constant and changes from one step to another, but such a case will
not be considered in this book.
Reflection
Let us consider a signal x(t ) ; the reflected signal is described by x(− t ) . Thus,
the reflected signal assumes at time –t the value of the original signal that occurs
at time t. This is illustrated in Fig.1.2.
x(t), x(-t)
x(-t) x(t)
-t1 -t -t0 0 t0 t t1 t
-2 -1 0 1 2 3 n -3 -2 -1 0 1 2 n
(a) (b)
Shifting
Let x(t ) be an original signal. To obtain the shifted signal, for a shift t0, the value
of the original signal that took place at t must now occur at t + t 0 . If t0 is positive,
the shifted signal is called a delayed signal (see Fig.1.4)
x ( t) , x ( t-t 0 )
t0> 0
x ( t) x ( t-t 0 )
0 t0 t
The shifted signal is specified by x(t − t 0 ) . The shifting property can be directly
applied to discrete signals. This is illustrated in Fig.1.5.
x(n), x(n-n0)
x(n) x(n-n0)
Periodicity
A continuous signal x(t ) is said to be periodic if there exists such a time interval
T that
The smallest time T is known as the period. It should be noted that if a signal is
periodic with the period T, it is also periodic for any integer multiple of T.
12
x(t) x(n)
-T 0 T 2T 3T t 0 N n
(a) (b)
Fig. 1.6. Examples of periodic signals
The most important periodic signal is the sinusoidal signal. It is justified since
the voltages generated by alternators in power systems have a sinusoidal
waveform, a sinusoid has convenient mathematical properties, a periodic signal
can be expressed as a sum of sinusoidal terms. The sine and the cosine signals
can be represented as follows:
ωT = 2π
or
2π
ω= = 2π f
T
13
x(t ) = Acos(ωt + α )
with the sampling interval TS. Since the sinusoid is a periodic function then
where k is an integer. The discrete sinusoid on the right hand side of (1.5) can be
considered as the sampled continuous sinusoid with the sampling interval TS and
angular frequency
2πk
ω+ = ω + kωS = 2π ( f + kf S )
TS
where fS is the sampling frequency. Thus, the discrete signal (1.4), sampling a
sinusoid with angular frequency ω, will also be a sampling signal of any sinusoid
with angular frequency ω + kωS where k is an integer. Hence, there are infinitely
many continuous sinusoidal signals corresponding to the discrete signal (1.4).
This leads to the conclusion that having the sampled signal (1.4) it is not possible
to determine which of the continuous sinusoids is represented by these samples.
Thus, there is an ambiguity between the sinusoid with the frequency ω and the
sinusoids with the frequencies ω + kω S . Consequently, the possibility of
identifying the original signal by examining the sampled signal is lost. This effect
is known as aliasing.
To illustrate the aliasing effect, we consider a sinusoidal signal having the
frequency f = 100Hz . This signal is sampled with the frequency f S = 700Hz .
Using these samples, an ambiguity arises between this signal and a signal of
14
(
Acos(ωt + α ) = Re Ae j(ωt +α ) ) (1.8)
and
(
Asin (ωt + α ) = Im Ae j(ωt +α ) ) (1.9)
hold.
15
Equation (1.11) implies that the discrete sinusoidal signals can be expressed in
terms of the discrete complex exponential as follows:
(
Acos(nωTS + α ) = Re Ae j(nωTS +α ) ) (1.12)
(
Asin (nωTS + α ) = Im Ae j(nωTS +α ) . ) (1.13)
u (t ) = 0 for t<0
. (1.14)
u (t ) = 1 for t >0
u(t)
0 t
Δε (t )
1
ε
0 ε t
⎧0 if t<0
⎪1
Δε (t ) = ⎨ if 0<t <ε . (1.15)
⎪ε if t >ε
⎩0
∞
1
∫ Δε (t )dt = ε ⋅ ε =1. (1.16)
−∞
As ε decreases, the width of the rectangle decreases, the height increases in such
a manner that the area remains the same (see Fig.1.10).
Δ ε (t )
1
ε
0 ε t
Fig. 1.10. Rectangular pulse function Δε (t ) for ε smaller than in Fig. 1.9
17
As ε → 0 , the pulse function becomes the unit impulse or the Dirac delta
function
⎧ 0 for t≠0
δ (t ) = ⎨ (1.17)
⎩singular at t =0
with
a
∫ δ (t )dt = 1 (1.18)
−a
d u (t ) d
t
δ (τ ) dτ = δ (t ) .
dt −∫∞
= (1.19)
dt
A comment is important at this stage. We do not have any formal rule, on the
ground of mathematical analysis, of deriving the equation in this way because the
unit impulse is not a function in the classical sense. The unit step has a
discontinuity point at the origin and the classical derivative does not exist. So we
have derived this equation in an intuitive way. The validity of this operation can
be strictly proved using the distribution theory, which is a branch of mathematics.
An extremely important feature of the unit impulse is its behavior as a
combination with another function, as below
∞
∫ f (t )δ (t − t0 )dt
−∞
f (t )δ (t − t0 ) = f (t0 )δ (t − t0 ) .
∫ δ (t − t0 ) = 1.
−∞
The counterparts of the unit step and the unit impulse in the discrete time are
the unit step sequence called also the discrete-time unit step function and the unit
sample sequence called also the unit pulse function or the Kronecker delta
function, respectively. The unit step sequence u (n ) is defined as follows:
u (n ) = 0 for n<0
. (1.21)
u (n ) = 1 for n≥0
-2 -1 0 1 2 3 4 n
δ (n ) = 0 for n≠0
. (1.22)
δ (n ) = 1 for n=0
19
δ (n)
-3 -2 -1 0 1 2 3 n
δ (n ) = u (n ) − u (n − 1) (1.23)
and conversely the unit step can be expressed in terms of the unit sample
n
u (n ) = ∑ δ (m ) . (1.24)
m = −∞
t0 t1 t2 0 tk tk+1 tk+2 t
Fig. 1.13. Signal x(t ) and its approximation
20
ε = tk +1 − tk k = 0,1, 2 , " .
x(tk )εΔε (t − tk )
(
εΔε t − t k )
1
0 tk tk+1 t
∞
∑ x(tk )εΔε (t − tk ) . (1.25)
k =0
∞
x(t ) = ∫ x(τ )δ (t − τ ) dτ t > t0 . (1.26)
t0
Letting t 0 → −∞ we have
21
∞
x(t ) = ∫ x(τ )δ (t − τ )dτ . (1.27)
−∞
∞
x(t ) = ∫ x(τ )δ (t − τ ) dτ . (1.28)
0
t
x(t ) = ∫ x(τ )δ (t − τ ) dτ . (1.29)
0
Expression on the right hand side of (1.27) is known as the convolution integral
formula. The convolution will be discussed in detail in Section 1.8.
x(n)
-2 -1 0 1 2 3 n
-1
Fig. 1.15. An example of a discrete signal
22
Generalizing this result we obtain the following expression for any discrete
signal
∞
x(n ) = ∑ x(k )δ (n − k ) . (1.31)
k = −∞
∞
x(n ) = ∑ x(k )δ (n − k ) .
k =0
A system is a mathematical mapping that transforms the input signal into the
output signal. Thus, a system is a process in which one signal is transformed into
another signal. Usually, the physical system is made as an interconnection of
some components.
A system is called continuous-time if both input signal and output signal are
continuous-time signals (see Fig.1.16a). A system is called discrete-time if both
input signal and output signal are discrete-time signals (see Fig.1.16b).
(a) (b)
f (⋅) f (⋅)
x(t) y(t) x(n) y(n)
The relationship between the input and output signals can be expressed in terms
of a function, as a set of equations or as a set of all possible inputs and outputs
summarized in a table.
For example a continuous-time system can be specified by the formula
t
y (t ) = k ∫ x (τ ) dτ
0
) )
y (n ) = x (n + x (n − 1 .
2
Additivity
f (x1 (t ) + x 2 (t ) ) = f (x1 (t )) + f (x 2 (t ) )
or
Homogeneity
f (kx(t ) ) = kf (x(t ) )
or
f (kx(n) ) = kf (x(n) ) .
24
Linearity
f (k1 x1 (t ) + k 2 x 2 (t )) = k1 f 1 (x1 (t )) + k 2 f 2 (x 2 (t ) )
or
Example 1.1
t
y (t ) = c ∫ x(τ ) dτ
0
t
y1 (t ) = c ∫ x1 (τ ) dτ
0
t
y2 (t ) = c ∫ x2 (τ ) dτ .
0
t t
y (t ) = c ∫ x(τ ) dτ = c ∫ (k1 x1 (τ ) + k 2 x2 (τ ) ) dτ =
0 0
t t
= k1c ∫ x1 (τ ) dτ + k 2 c ∫ x2 (τ ) dτ = k1 y1 (t ) + k 2 y2 (t ) .
0 0
Example 1.2
y (n ) = 3 x(n ) − 5 x(n − 2) .
y1 (n ) = 3 x1 (n ) − 5 x1 (n − 2)
y 2 (n ) = 3 x 2 (n ) − 5 x 2 (n − 2) .
Example 1.3
y (t ) = 0.5(x(t )) .
2
y1 (t ) = 0.5(x1 (t ) )
2
y 2 (t ) = 0.5(x 2 (t )) .
2
x(t ) = k1 x1 (t ) + k 2 x 2 (t )
is
+ k1 k 2 x1 (t )x 2 (t ) .
26
k1 y1 (t ) + k 2 y 2 (t ) = k1 0.5(x1 (t ) ) + k 2 0.5( x 2 (t ) )
2 2
Example 1.4
R2
v in R1 v out
v out
E sat
1 R1
slope = β =
β R1 + R 2
-E satβ 0 E satβ v in
-E sat
Note that the response of this system to vin > Esat β is vout = E sat . Hence, for
vin > Esat β and k > 1 the response of the system to the input kvin is
vout = E sat ≠ kE sat .
For this reason the system is not homogeneous and, the more so it is not linear.
However, if vin belongs to the interval [− Esat β , Esat β ] , then the system is
described by equation
1
vout = vin .
β
In such a case the response of the system to the input kvin will be kvout as long as
− Esat β < kvin < Esat β . Therefore, under this restriction the system can be
considered as homogeneous. Furthermore, for the signals (vin )1 and (vin )2 such
that (vin )1 , (vin )2 , and (vin )1 + (vin )2 belong to the interval [− Esat β , Esat β ] the
system is additive. According to the foregoing discussion, for a restricted range
of input, the system can be considered as linear.
Time invariance
Example 1.5
y (t ) = 2 x(t ) − x(t − 3) .
2 x(t − h ) − x(t − h − 3)
Example 1.6
y (t ) = 3 x(t ) cos (ω 0 t + α )
Example 1.7
Instantaneousness
Example 1.8
A system specified by the equation
t
y (t ) = ∫ x(τ ) dτ
0
29
Example 1.9
y (n ) = 2 x(n ) + x(n − 1)
Example 1.10
y (n ) = 5(x(n) )
3
is instantaneous.
Causality
Example 1.11
Stability
Example 1.12
1
y (t ) = .
1 − x(t )
( )
x(t ) = 1 − e − t u (t )
Let us consider an LTI system whose response due to the unit impulse δ (t ) is
given. The response will be labeled h(t ) and termed the unit impulse response.
This characterizes the system and plays a very important role in system theory.
31
Let an input signal x(t ) be applied to the system. In Section 1.5 it is shown
that the signal x(t ) can be approximated by a step function (1.25) repeated below
for the reader’s convenience
∞
∑ x(tk )ε Δε (t − tk ) . (1.32)
k =0
Let hΔ (t ) be the response of the system to the rectangular pulse Δε (t ) . Since the
system is LTI, its response due to the signal (1.32) is
∞
∑ x(tk )ε hΔ (t − tk ) . (1.33)
k =0
We recognize the expression on the right hand side of (1.35) as the convolution
integral formula.
If x(t ) = 0 for t < 0 , then
∞
y (t ) = ∫ x(τ ) h (t − τ ) dτ . (1.36)
0
Furthermore, for any causal system h(t − τ ) = 0 for t < τ because h(t ) is the
response to δ (t ) which appears at t = 0 and h(t − τ ) , where t − τ < 0 , is the
response which would precede the input. Hence, we have
t
y (t ) = ∫ x(τ ) h (t − τ ) dτ . (1.37)
0
32
Let us consider a discrete-time LTI system in which the response due to the unit
sample δ (n ) is given. The response will be labeled h(n ) and termed the unit
sample response or the unit pulse response. This characterizes the system and
plays a very important role in system theory. Section 1.5 shows that the signal
x(n ) can be expressed in the form (1.31) repeated below
∞
x(n ) = ∑ x(k )δ (n − k ) . (1.38)
k = −∞
Since the system is LTI, its response due to x(k )δ (n − k ) is x(k ) h (n − k ) and the
response due to x(n ) is
∞
y (n ) = ∑ x(k )h(n − k ) . (1.39)
k = −∞
Example 1.13
Let us consider a discrete LTI system whose response to a unit sample is h(n ) as
shown in Fig.1.19.
h(n)
2
n
-2 -1 0 1 2 3
-1
We wish to determine the response of this system to the signal x(n ) depicted in
Fig.1.20.
x(n)
2
n
-2 -1 0 1 2 3
-1
∞
x(n ) = ∑ x(k )δ (n − k ) = −δ (n + 1) + δ (n − 1) + 2δ (n − 2) .
k = −∞
n n
-1 0 1 -2 -1 0 1
-1 -1
-2 -2
34
(f) 4
(e) 2δ(n-2) 3
2 2
1 1
n n
0 1 2 0 1 2 3
Fig. 1.21. Response of the system due to signals − δ (n + 1) , δ (n − 1) , and
2δ (n − 2)
is shown in Fig.1.22.
y(n)
5
4
3
2
1
n
-3 -2 -1 0 1 2 3 4
-1
-2
Fig. 1.22. Response y (n ) of the system considered in Example 1.13
35
The method applied in the above example requires computing the response of the
system due to each term of the signal representation (1.38) and summarizing the
results. An alternative approach is to consider the graphical interpretation of the
convolution summation as it will be explained in Section 1.8.
1.8. Convolution
Section 1.7 shows that the convolution plays a very important role in the
analysis and description of both the continuous-time and discrete-time LTI
systems. Therefore, in this section we will discuss some properties of the
convolution and techniques of performing convolution.
Generally, convolution is a mathematical operation applied to two functions
producing a third function. If the two functions are continuous-time functions we
refer to convolution as continuous convolution. If they are discrete-time
functions we refer to convolution as discrete convolution.
f (t ) = f 1 (t ) ∗ f 2 (t )
is given by
∞
f (t ) = ∫ f1 (τ ) f 2 (t − τ )dτ (1.40)
−∞
f 1 (t ) ∗ f 2 (t ) = f 2 (t ) ∗ f 1 (t ) . (1.41)
∞
f1 (t ) ∗ f 2 (t ) = ∫ f1 (τ ) f 2 (t − τ )dτ
−∞
−∞ ∞
f 1 (t ) ∗ f 2 (t ) = − ∫ f 1 (t − v ) f 2 (v ) dv = ∫ f (v) f (t − v) dv = f (t ) ∗ f (t ) .
2 1 2 1
∞ −∞
∞
y (t ) = ∫ x(τ ) h (t − τ ) dτ (1.42)
−∞
Thus, for computing y (t ) we can apply this expression which leads to simpler
integration.
In Section 1.6.2 we defined BIBO stability of continuous-time systems. We
now relate this property to the impulse response h(t ) of LTI systems with a
bounded input x(t ) , i.e. such that x (t ) < K x for all t. Using the convolution
equation (1.43) we obtain
∞ ∞ ∞
y (t ) = ∫ h (τ ) x (t − τ )dτ ≤ ∫ h (τ ) x (t − τ ) dτ ≤ K x ∫ h (τ ) dτ .
−∞ −∞ −∞
Hence, if
∞
∫ h (τ ) dτ < K h < ∞
−∞
then the system is BIBO stable. Thus, we have proved that a sufficient condition
which guarantees BIBO stability of an LTI system is that its impulse response is
absolutely integrable.
As a matter of fact, this condition is also necessary, which can be
demonstrated as follows. Suppose that the impulse response were not absolutely
integrable, but the system were BIBO stable. Let us consider the input such that
for a fixed t x(t − τ ) = −1 if h(τ ) < 0 and x(t − τ ) = 1 if h(τ ) > 0 . Then the output
is
37
∞
y (t ) = ∫ h (τ ) dτ
−∞
which is not bounded by the assumption. This is a contradiction showing that the
condition is also necessary.
Note that for an LTI causal system h(t ) = 0 for t < 0 and the criterion for
BIBO stability reduces to
∞
∫ h (τ ) dτ < K h < ∞ .
0
f1(t) f2(t)
0 1 2 3 4 t 0 1 2 3 4 5 t
(a) (b)
Fig. 1.23. Signals f 1 (t ) and f 2 (t )
We wish to determine
∞
f (t ) = f1 (t ) ∗ f 2 (t ) = ∫ f1 (τ ) f 2 (t − τ )dτ (1.44)
−∞
∞
f (t ) = ∫ f1 (τ ) f 2 (t − τ ) dτ .
0
f1(τ) f2(τ)
0 1 2 3 4 τ 0 1 2 3 4 5 τ
(a) (b)
Fig. 1.24. Signals f1(τ) and f2(τ)
Now we take into account the signal f2(-τ). It is obtained by folding (reflecting)
f2(τ) about the line τ = 0 as depicted in Fig.1.25
f2(-τ) = g(τ)
-5 -4 -3 -2 -1 0 1 2 3 τ
The next step is creating f 2 (t − τ ) for some fixed value of t, say t = 4 . Let us
denote g (τ ) = f 2 (− τ ) , then f 2 (t − τ ) = f 2 (− ( τ − t )) = g (τ − t ) . Hence, the signal
f 2 (t − τ ) is obtained by translation (shifting) the signal g(τ) shown in Fig.1.25 by
t = 4 (see Fig.1.26).
f2(t-τ)
t=4
-3 -2 -1 0 1 2 3 4 τ
Fig. 1.26. Signal f 2 (t − τ) obtained by translating signal g(τ) by t = 4
f1(τ) f2(t-τ)
t=4
0 1 2 3 4 τ
Thus, the convolution at t=4 is equal to 7.5 and this is a point on the curve f (t ) .
Selecting another t and repeating the above procedure we obtain the
corresponding point of the characteristic f (t ) . This is shown in Figs.1.28-1.33
for t = 0 , t = 1, t = 2 , t = 3, t = 5, t = 6 .
-5 -4 -3 -2 -1 0 1 τ -2 -1 0 1 2 τ
Fig. 1.28. Finding the convolution f 1 (t ) ∗ f 2 (t ) at t = 0
(a) (b)
f2(t-τ) f1(τ) f2(t-τ)
t=1
3
f(t)=0.5
1 1
-4 -3 -2 -1 0 1 2 τ -1 0 1 2 τ
2 2
f(t)=2
-3 -2 -1 0 1 2 3 τ 0 1 2 3 τ
(a) (b)
f2 (t-τ) f1(τ) f2(t-τ)
t=3
3 3
f(t)=4.5
-3 -2 -1 0 1 2 3 4 τ 0 1 2 3 τ
(a) (b)
f2 (t-τ) f1 (τ) f2 (t-τ)
3 t=5 3
f(t)=10.5
-1 0 1 2 3 4 5 6 τ 0 1 2 3 4 5 6 τ
(a) (b)
f2 (t-τ) f1 (τ) f2 (t-τ)
3 t=6 3
f(t)=10.5
0 1 2 3 4 5 6 τ 0 1 2 3 4 5 6 τ
Note that for t > 5 the convolution f (t ) is constant and equal to 10.5. The
results of the computation are summarized in Table 1.1.
f(t)
12
10
-2 -1 0 1 2 3 4 5 6 t
∞
f (t ) ≅ ∑ f (t ) ε f (t − t )
k = −∞
1 k 2 k (1.45)
Example 1.14
f1 (t) f2 (t)
1 1
0 0.5 1 t 0 1 t
k 0 1 2 3 4 5 6 7 8 9 10
tk 0 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40 0.45 0.50
f1(tk) 0 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00
f2(0.5-tk) 1 0.55 0.60 0.65 0.70 0.75 0.80 0.85 0.90 0.95 1.00
f1(tk)f2(0.5-tk) 0 0.055 0.120 0.194 0.280 0.374 0.480 0.594 0.720 0.854 1.00
We add together all numbers of the last row finding 4.670 and multiply by
ε = 0.05 . As a result we obtain f (0.5) ≅ 0.233 whereas the correct value is
f (0.5) = 0.208 . To obtain more accurate values smaller ε should be chosen.
Definition
f (n ) = f 1 (n ) ∗ f 2 (n )
is given by
∞
f (n ) = ∑ f (k ) f (n − k ) .
k = −∞
1 2 (1.46)
f 1 (n ) ∗ f 2 (n ) = f 2 (n ) ∗ f 1 (n ) .
∞
f 1 (n ) ∗ f 2 (n ) = ∑ f (k ) f (n − k )
k = −∞
1 2
−∞ ∞
f 1 (n ) ∗ f 2 (n ) = ∑
m =∞
f 1 (n − m ) f 2 (m ) = ∑ f (m) f (n − m) = f (n) ∗ f (n) .
m = −∞
2 1 2 1
Applying this property to the results of Section 1.7 we state that the response of
an LTI system specified by the unit sample response h(n ) , due to an input x(n )
can be either determined using equation (1.38) repeated below
45
∞
y (n ) = ∑ x(k )h (n − k )
k = −∞
∞
y (n ) = ∑ h(k ) x (n − k ) .
k = −∞
(1.47)
∞ ∞
y (n ) = ∑
k = −∞
h (k ) x (n − k ) ≤ ∑ h (k ) x (n − k ) ≤
k = −∞
∞
≤ Kx ∑ h (k )
k = −∞
Hence, if
∑ h (k ) < K
k = −∞
h <∞
then the system is BIBO stable. Thus, we have proved that a sufficient condition
for BIBO stability of an LTI discrete system is that its unit pulse response is
absolutely summable.
It can be demonstrated that this condition is also necessary. Suppose that the
unit pulse response were not absolutely summable, but the system were BIBO
stable. Let us consider the input such that for a fixed n x(n − k ) = −1 if h(k ) < 0
and x(n − k ) = 1 if h(k ) > 0 . Then, the output
∞
y (n ) = ∑ h (k )
k = −∞
∑ h (k ) < K
k =0
h <∞.
Example 1.15
f2(n)
f1(n) 3
2
1 1
n n
0 1 2 3 0 1 2 3 4
4
∞
f (n ) = ∑ f (k ) f (n − k ) .
k = −∞
1 2 (1.48)
f2(-k)
3
2
1
k
-3 -2 -1 0 1 2
Fig. 1.38. Signal f 2 (− k ) obtained by folding signal f 2 (k )
where n = 2 .
48
3 3
2 2
1 1
k k
-3 -2 -1 0 1 2 0 1
-2 -1 2
(a) (b)
3 3
2 2
1 1
k k
-1 0 1 2 3 0 1 2 3 4
(c) (d)
Fig. 1.41. Plot of f 2 (n − k ) for n = 0,1, 3, 4
3 n=0 3 n=1
2 2
1 1
k k
-1 0 1 -1 0 1 2
(a) (b)
49
3 3
2 2
1 1
k k
-1 0 1 2 3 0 1 2 3 4
(c) (d)
Fig. 1.42. Products of f 1 (k ) and f 2 (n − k ) for n = 0,1, 3, 4
f(n)
6
5
4
3
2
1
n
-1 0 1 2 3 4 5 6
Note
The discrete convolution can be also found by direct evaluating the sum given by
(1.46). To illustrate this approach we consider again the discrete signals shown in
Fig.1.37. Using equation (1.46) we obtain:
50