Digital Signal Processing Question Bank 02
Digital Signal Processing Question Bank 02
UNIT I INTRODUCTION
PART- A
1. What do you understand by the terms: Signal and Signal Processing?
A signal is defined as any physical quantity that varies with time, space, or any other independent
variable. Signal processing is any operation that changes the characteristics of a signal. These
characteristics include the amplitude, shape, phase and frequency content of a signal.
2. What are the classifications of signals?
There are five methods of classifying signals based on different features:
(a) Based on independent variable.
(i) Continuous time signal (ii) Discrete time signal.
(b) Depending upon the number of independent variable.
(i) One dimensional signal, (ii) Two dimensional signal.
(ii) Multi dimensional signal.
(c) Depending upon the certainty by which the signal can be uniquely described as
(i) Deterministic signal. (ii) Random signal.
(d) Based on repetition nature.
(i) Periodic signal. (ii) Non – Periodic signal.
(e) Based on reflection
(i) Even signal. (ii) Odd signal.
3. Define discrete system.
A discrete time system is a device or algorithm that operates on a discrete time input signal x(n) ,
according to some well defined rule , to produce another discrete – time signal y(n) called the
output signal.
4. What are the classifications of discrete – time systems?
1. Static and Dynamic system. 2. Time – variant and time – invariant system.
3. Linear and non – linear system. 4. Stable and Un-stable system.
5. Causal and non-causal system. 6. IIR and FIR system.
5. Differentiate Continuous time and Discrete time signal.
Continuous time signal: It is also referred as analog signal i.e., the signal is represented
continuously in time.Discrete time signal :Signals are represented as sequence at discrete time
intervals .
n
y(n )= ∑ x(k)
6. Test whether the system governed by the relation k=−∞ is time –invariant or
not? (Dec 2014)
If the output is delayed by k units in time
y(n)=x(−∞)+.......... ...+x(0)+... ... .. x(n)
y(n−k)=x(−∞)+.. ...........+x(0)+........ x(n−k)−−−−(1)
If we delay the input by k units in time
y(n)=x(−∞)+.............+x(0)+........ x(n)
y(n,k )=x(−∞)+.............+x(0)+........ x(n−k)−−−−(2)
Equation (1)=(2). So, that the system is time invariant.
7. What is Deterministic signal and random signal? Give example.
A signal that can be uniquely determined by a well - defined process such as a mathematical
expression or rule , or look-up table is called a deterministic signal.
Example : A sinusoidal signal v (t )=V m sin ωt
A signal that is generated in a random fashion and cannot be predicted ahead of time is called a “
randomsignal”.Example : Speech signal , ECG signal and EEG signal.
8. Define (a) Periodic signal (b) Non – periodic signal.
Periodic signal: A signal x(n) is periodic with period N if and only if x(n+N)=x(n for all n.
The energy of a discrete time signal x(n) is defined as E= ∑ |x (n )|2
A signal x(n) is called an energy signal if and only if the energy obeys the relation
0 <E< ∞ and an energy signal P=0.
Power signal :
The average power of a discrete time signal x(n) is defined as
N
1
∑ |x ( n )|2 ¿
2N +1 n=− N .
A signal x(n) is called power signal if and only if the average power P satisfies the
condition 0 <P< ∞ and E= ∞ .
11. Check if the system described by the difference equation y(n) = ay(n-1)+x(n) with y(0)
=1is stable. (May 2015)
On taking Z-Tranform we get
Y ( Z )= X ( Z ) +a Z −1 Y ( Z)
Y (Z) 1 Z
= H ( Z )= h ( n )=a n u( n)
X (Z) 1−a Z−1 Z−a
α α α
This term is less than infinity and hence the system is stable.
12. What are the different types of operations performed on discrete – time signals?
The different types of operations performed on discrete – time signals are
(1)Delay of a signal (2) Advance of a signal (3)Folding or Reflection of a
signal
(4) Time scaling (5) Amplitude scaling (6)Addition of signals (7)Multiplication
13. What is a static and dynamic system?
A discrete –time system is called static or “memory less” if its output at any instants ‘n’ depends on
the input samples at the same time , but not an past or future samples of the input.
Ex.,y(n) = ax(n) Y(n)=ax2(n)
In any other case, the system is said to be dynamic or to have memory.
Ex.,y(n) = ax(n-1)+x(n-2) y(n)=x(n)+x(n-1)
14. What is a time – invariant system?
A system is called time – invariant if its input – output characteristics do not change with time.
Ex.,y(n)=x(n)+x(n-1)
15. What is a causal system?
A system is said to be causal if the output of the system at any time n depends only on present and
past inputs, but does not depend on future inputs.
This can be expressed mathematically as,
y(n)=F[x(n), x(n-1), x(n-2)………]
16. Define a stable system?
Any relaxed system is said to be bounded input-bounded output (BIBO) stable if and only if every
bounded input yields a bounded output. Mathematically, their exist some finite numbers, Mx and My
such that,
St. Joseph’s College of Engineering 2
EE8591 Discrete Time Systems and Signal Processing Dept of EEE, EIE 2019-2020
Discrete signal representation:A discrete time signal can be represented in (i)Tabular representation
(ii) Graphical representation (iii) Sequence representation
29.If x(n) = x(n+1)+x(n-2), is the system causal? (Dec 2016)
When n=0; x(0)= x(1)+x(-2). When n= -1, x(-1) = x(0)+x(-3). The system is non causal, since the
system depends on future.
30. Determine x(n) =u(n) is a power signal or energy signal. (Dec 2015)
1
31.Determine if the system described by the equation x ( n )+ is causal or non causal.
x (n−1)
(May 2016)
PART– B
1. Determine which of the following signals are periodic and determine the fundamental period also.
( i ) x ( t )=20 sin 25 πt ( ii ) x ( t )= 20sin √ 5 t
π
( iii ) x ( t )=10 cos 10 πt ( iv ) x( t )=3 cos( 5 t + )
6
(i) x(t) =20 sin 25πt
ω0 is multiply of π. Therefore it is a periodic signal.
Fundamental period N= 2πm/ω0 = 2πm/25π
For m = 25, N is integer, N= 2
(ii) x(t) = 20 sin√5t
It is a non periodic signal
(iii) x(t) = 10 cos10πt
ω0 is multiply of π. Therefore it is a periodic signal.
Fundamental period N= 2πm/ ω0 = 2πm/10π
For m=5 N is integer, N=1
(iv) x(t) = 3 cos(5t+π/6)
It is a non periodic signal
2.Explain the digital signal processing system with necessary sketches and give its merits and
demerits.State the advantages of convolution technique. (Dec 2016)
A system is defined as a physical device that generates an output signal for a given input
signal.
System is an interconnection of components.
Eg: Electric circuit, communication, Biological system
Digital system is used to perform an operation in digital signal processing.
Converting the analog signal to digital signal, this is performed by A/D
converter
Processing Digital signal by digital system.
Converting the digital signal to analog signal, this is performed by D/A
converter.
ASP (Analog signal Processing) :
If the input signal given to the system is analog then system does analog signal processing. Ex
Resistor, capacitor or Inductor, OP-AMP etc.
If the input signal given to the system is digital then system does digital signal processing.
Ex Digital Computer, Digital Logic Circuits etc.
The devices called as ADC (analog to digital Converter) converts Analog signal into digital and
DAC (Digital to Analog Converter) does vice-versa.
Most of the signals generated are analog in nature. Hence these signals are converted to digital form
by the analog to digital converter.
Thus AD Converter generates an array of samples and gives it to the digital signal processor.
This array of samples or sequence of samples is the digital equivalent of input analog signal.
The DSP performs signal processing operations like filtering, multiplication, transformation or
amplification etc operations over these digital signals. The digital output signal from the DSP is
given to the DAC.
St. Joseph’s College of Engineering 5
EE8591 Discrete Time Systems and Signal Processing Dept of EEE, EIE 2019-2020
ADVANTAGES OF DSP OVER ASP
Physical size of analog systems is quite large while digital processors are more compact and light in
weight.
Analog systems are less accurate because of component tolerance ex R, L, C and active components.
Digital components are less sensitive to the environmental changes, noise and disturbances.
Digital system is most flexible as software programs & control programs can be easily modified.
Digital signal can be stores on digital hard disk, floppy disk or magnetic tapes. Hence becomes
transportable. Thus easy and lasting storage capacity.
Digital processing can be done offline.
Mathematical signal processing algorithm can be routinely implemented on digital signal processing
systems. Digital controllers are capable of performing complex computation with constant accuracy
at high speed.
Digital signal processing systems are upgradeable since that are software controlled.
Antialiasing filter
Sample and hold circuit
Analog to Digital converter
Digital Signal processor
Digital to Analog converter
Reconstruction filter
x(t) is an analog input signal and y(t) is an analog processed output signal.
Anti aliasing filter is to remove the high frequency noise and to band limit the signal.
Sample + hold remains the input signal constant.
Digital signal processor performs the set of operations on the input signal.
The unwanted high frequency components are eliminated with the help of reconstruction filter.
Antialiasing filter
A filter that is used to reject high frequency signals before it is sampled to remove the aliasing of
unwanted high frequency signals is called an anti aliasing filter.
Sample and hold circuit
The sample and hold device provides the input to the ADC and will be required if the input signal
must remain relatively constant during the conversion of the analog signal to digital format.
Analog to Digital converter
The output of the sample and hold circuit serves as the input to the ADC. The output of ADC is an
N bit binary number depending on the value of the analog signal as its input.
The ADC input signal is limited to a range of either 0 to +10V if unipolar and -5V to +5V if
bipolar.
Digital Signal processor
The Digital Signal processor may be a large programmable digital computer or a microprocessor
programmed to perform the desired operations on the input signal.
It may be a digital signal processing hardware configured to perform a set of operations on the input
St. Joseph’s College of Engineering 6
EE8591 Discrete Time Systems and Signal Processing Dept of EEE, EIE 2019-2020
Digital to Analog converter
The output of DAC is continuous but not smooth.
The signal contains unwanted high frequency components.
Reconstruction filter
To eliminate high frequency components, the output of DAC is applied to a Reconstruction filter
The output of Reconstruction filter is smooth continuous signal.
Advantages:
Greater accuracy
Simplicity
Repeatability
Time sharing
Ease of data storage
Disadvantages:
System complexity
Bandwidth limited by sampling rate
Power consumption
Applications of DSP:
Speech processing - Speech compression & decompression for voice
storage system
Communication - Elimination of noise by filtering and echo cancellation.
Bio-Medical - Spectrum analysis of ECG,EEG etc.
. i) Find the impulse response of a Discrete Time LTI system
3
y (n )= y (n−1)+0 .5 y (n−2)+x (n )+x( n−1 )
(May 2015)
Importance:
1. to extract the correct information from the signal.
2. wrong sampling gives inaccurate information.
Eg:
fs = 100 Hz , so T = 0.01 seconds
fm = 40 Hz
fs ≥ 2fm , 100 ≥ 2*40 condition satisfied.
Aliasing:
The phenomenon of a continuous-time signal of higher frequency acquiring the identity of a
sequence of lower frequency after sampling is called aliasing.
Effects:
1. Since high & low frequency interfere with each other, distortion is generated.
2. Data is lost & it cannot be recovered.
Ways to avoid aliasing:
1. Sampling rate fs ≥ 2 fm .
2. Band limit the signal to fm .
∑ |h ( n )|< ∞
n=−∞
Recurcive and Non Recursive System:
Recursive system: a recursive system is one in which the output y(n) is dependent on one or more of its past
outputs ( y(n-1), y(n-2) . . . ). A system having feedback is called recursive system.
Eg. y(n)=x(n)+y(n-1)
Non recursive : a non recursive system is one in which the output is independent of any past outputs. A system
having no feedback is called non recursive system.
Eg. y(n)=x(n)+x(n-1)
4)i)A discrete time system is represented by difference equation verify whether it is linear? Shift
Invariant? Causal? In each case justify your answer. (May 2015)
y (n )=3 y (n−1 )−nx (n )+4 x (n−1)+2 x (n+1) and n≥0 .
(i) Linearity: Condition for linearity is,
T[a1x1(n) + a2x2(n)] = a1T[x1(n)] + a2 T[x2(n)]
T[a1x1(n) + a2x2(n)] = a1 3y1(n-1) + a23y2(n-1) – n(a1x1(n) + a2 x2(n) ) + a14x1(n-1) + a24x2(n-
1) + a12x1(n+1) + a2 2x2(n+1)
= 3[a1 y1(n-1) + a2y2(n-1)] – n[a1x1(n) + a2 x2(n) ] + 4[a1x1(n-1) + a2x2(n-1)] + 2[a1x1(n+1) +
a2 x2(n+1)]
ii) What is meant by quantization and quantization error ? (Dec2014) (May 2017)
The process of converting discrete time continuous signal into discrete time discrete amplitude signal is
known as quantization. It is a process by which amplitude of each sample of a signal is rounded off to the
nearest permissible level. The error introduced in representing the continuous-valued signal by a finite set of
discrete value levels is called quantization error or quantization noise.
We denote the quantizer operation on the samples x(n) as Q[x(n)] and let x q(n) denote the sequence of
quantized samples at the output of the quantizer. Hence x q(n) = Q[x(n)]. Then the quantization error is a
sequence eq(n) defined as the difference between the quantized value and the actual sample value. Thus
eq(n) = xq(n)-x(n)
5. Check whether following are linear, time invariant, causal and stable for the following system,
(i)y(n) = x(n)+nx(n+1) , (ii) y(n) = cos x(n), (iii) y(n)= x(-n+5), (iv) y(n)= x(2n)(Dec 2011) (June2012)
(May 2017)
y(n) = x(n) + n x(n+1)
(i) Linearity: Condition for linearity is,
T[a1x1(n) + a2x2(n)] = a1T[x1(n)] + a2 T[x2(n)]
LHS = RHS
So, system is linear.
(ii) causal:
y(n) = x(n) + n x(n+1)
(iii) time-invariant:
y(n,k) = y(n-k)
LHS ≠ RHS
So, system is time-variant system.
(iv) static:
x(n) = x(n) + n x(n+1)
output depends on future input. So, the given system is dynamic.
y(n) = cos x(n)
(i) Linearity: Condition for linearity is,
T[a1x1(n) + a2x2(n)] = a1T[x1(n)] + a2 T[x2(n)]
T[a1x1(n) + a2x2(n)] = cos[a1 x1(n) + a2 x2(n)]
y(n) = x(-n+5)
(i) Linearity: Condition for linearity is,
T[a1x1(n) + a2x2(n)] = a1T[x1(n)] + a2 T[x2(n)]
LHS = RHS
So, system is linear.
(ii) causal:
y(n) = x(-n+5)
output depends on future input. So, the given system is non causal.
(iii) time-invariant:
y(n,k) = y(n-k)
y(n,k) = x(-n+5-k)
y(n-k) = x(-(n-k)+5)
= x(-n+k+5)
LHS ≠ RHS
So, system is time-variant system.
(iv) static:
x(n) = x(-n+5)
output depends on past and future input. So, the given system is dynamic.
y(n) = x(2n)
(i) Linearity: Condition for linearity is,
T[a1x1(n) + a2x2(n)] = a1T[x1(n)] + a2 T[x2(n)]
LHS = RHS
So, system is linear.
(ii) causal:
y(n) = x(2n)
output depends on future input. So, the given system is non causal.
(iii) time-invariant:
y(n,k) = y(n-k)
y(n,k) = x(2n-k)
y(n-k) = x(2(n-k))
= x(2n-2k)
LHS ≠ RHS
So, system is time-variant system.
(iv) static:
y(n) = x(2n)
output depends on past and future input. So, the given system is dynamic.
6. What is causality, stability and dynamic of a system? Derive the necessary and sufficient condition
on the impulse response of the system for causality and stability.(Dec 2012)(Dec 2014)
Causal System: A system is said to be causal if the output of the system at any time n depends only at present
and past inputs, but does not depend on future inputs.
Stable system: A system is said to be stable if it produces a bounded output sequence for every bounded input
sequence.
The necessary condition for stability is
∞
∑ |h ( n )|< ∞
n=−∞
Condition for causality of the system:
Using convolution sum, we have
∞
y ( n )= ∑ h ( k ) x ( n−k )
K=−∞
−1 ∞
¿ ∑ h ( k ) x ( n−k ) + ∑ h ( k ) x (n−k )
K =−∞ k=0
From equation (i) we find that the output depends on the past and present values of the input if
the index k ≥ 0. If k < 0 then the output depends on the future values of the input. Therefore for a causl
system whose output does not depend on the values of the input, the limits on the summation change as
∞
y (n)= ∑ h ( k ) x (n−k )
K =−∞
An LTI system is causal if and only it its impulse response is zero for negative values of n.
|
| y ( n)|= ∑ h ( k ) x( n−k)
K=−∞
|
We know that the magnitude of the sum of terms is less than or equal to the sum of the
magnitudes, hence
∞
| y ( n)|≤ |∑ |
K =−∞
h ( k )||x (n−k )| |
Let the bounded value of the input is equal to M, the above equation can be written as
∞
| y ( n)|≤ M ∑ h(k)
k=−∞
∑ |h(k )|<∞
k=−∞
∑ |h(n)|< ∞
n=−∞
7. What is meant by energy and power signal? Determine whether the following signals are energy or
power or neither energy nor power signals. (Dec 2012) (Dec 2014)(Jun 2013)
1 n
(i) x(n) =
2 ()u(n)
∝
2
E = ∑ ¿ x (n)∨¿ ¿
n=−∝
∝
1 n
¿ ∑
n=−∝
∝
2() u ( n )∨¿ ¿ 2
¿
1 n 2
=∑¿
n=0 2()∨¿ ¿
∝ n 2
1
¿ ∑ [( ) ]
n=0 2
∝ 2n ❑ ∝ n ❑
1 1
¿ ∑ [( ) ] =∑ [( ) ¿ ]
n=0 2 4 n=0
11
¿ 4
1=3=
1− 3
4 4
4
E= Energy is finite.
3
N n 2
1 1
¿ lim ∑
N →∞ 2 N +1 n=0 2
N
[( ) ]n
1 1
→ lim
N→∞ 2 N + 1
∑
n=0 4
[]
1 N+1
¿ lim
1
(
1−
4 ()
)=0
N →∞ 2 N +1 1
1−
4
Power is zero.
π
(ii )x(n) = sin ( n) (Nov 2017)
4
∝
2
E = ∑ ¿ x (n)∨¿ ¿
n=−∝
∞ 2
π
¿ ∑
n=−∝
[ sin
4 ]
n =¿]
∞
¿ ∑ ¿ ¿ ¿¿
n=−∞
∞
¿ ∑ ¿ ¿ ¿¿
n=−∞
N
1 2
P= lim ∑ [ x (n)]
N → ∞ 2 N +1 n=−N
N
1 π
P= lim
N→∞ 2 N +1
∑
n=−N
sin 2
[ ( )]
4
N
1 π
¿ lim
N →∞ 2 N +1 n=−N
∑ [ ( )]
sin 2
4
❑
π
¿ lim
1
∑
N →∞ 2 N +1 n=−N
N
[ ( )]
1−
cos 2( )
2
π
4
n
❑
¿ lim
N →∞
1
∑
2 N +1 n=−N
N
[ ( )]
1−
cos ( )
2
2
n
[ ( )]cos( )
2
2
n
N
1 1
¿ lim ∑ [ ¿ ]¿
N →∞ 2 N +1 n=−N 2
N
1 1
¿ lim ∑ [1¿]¿
N →∞ 2 N +1 2 n=− N
lim 1
1 1 N→∞
¿ lim [1+2 N ]→=
N →∞ 2 N +1 2 2
1
P= , P=finite
2
T h erefore t h e signal is power signal .
Solution:
∞
E= ∑ ¿ x (n)∨¿2 ¿
n=−∞
∞
¿ ∑ ¿ ¿ ¿u(n)]2
n=−∞
∞
E=∑ [e ¿¿ 4 n]¿
n=0
∞
→ ∑ e4 n
n=−∞
¿ 1+e 4 +e 8 +…+ α
¿∞
N
1 2
p= lim ∑ [ x (n)]
n→ ∞ 2 N + 1 n=− N
N
1 2
p= lim ∑ [ e 2 n u (n) ]
n→ ∞ 2 N + 1 n=− N
N
1 ❑
p= lim ∑ [ e4 n ]
n→ ∞ 2 N + 1 n=0
1 e4 ( N +1 )−1
p= lim
n→ ∞ 2 N + 1 e 4 −1
p=∞
t h erefore t h e signal is neit h er power nor energy signal .
πn π
e
j( 3 6)
+
(v) x(n) =
∞
E= ∑ ¿ x (n)∨¿2 ¿
n=−∞
∞ j ( nπ2 + π6 )
E= ∑ ¿ e ¿∨¿2
n=−∞
Since j ( nπ2 + π6 )
¿e ¿∨¿ 1
∞
E= ∑ 1=∞
n=−∞
N
1 2
P= lim ∑ [ x (n)]
N → ∞ 2 N +1 n=−N
2
N nπ π
P= lim
1
∑ 2 6
N → ∞ 2 N +1 n=−N
e [
j( + )
]
N
1
P= lim ∑ 1=¿ ¿
N→∞ 2 N +1 n=−N
1
P= lim 2 N +1=1
N → ∞ 2 N +1
1n
(vi) x(n) =
() 5
u(n )
, Refer problem (i)
πn π
e
j ( +
3 7 )
(vii) x(n) = , Refer problem (v)
8. A discrete time systems can be (i) Static or Dynamic, (ii) Linear or Non-Linear, (iii) Time invariant
or time varying &(iv) Stable or Unstable. Examine the Following system with respect to the properties
above y(n)= x(n)+ nx(n+1) (Dec 2013)
Refer Problem No. 5
9. Given y[n]= x[n2]. Determine whether the system is linear, time invariant, memoryless and causal.
(June 2013)
LHS = RHS
So, system is linear.
(ii) time-invariant:
y(n,k) = x(n2-k)
y(n-k) = x(n-k)2
St. Joseph’s College of Engineering 17
EE8591 Discrete Time Systems and Signal Processing Dept of EEE, EIE 2019-2020
So, system is time-invariant
2
y(n)=x(n )
For n= -1, y(-1)= x(1)
For n= 0, y(0)= x(0)
For n= 1, y(1)= x(1)
For all values of n, the output depends on present and past inputs.
It satisfies the causality condition. Therefore, the system is causal.
LHS = RHS
So, system is linear.
(ii) time invariance
y(n,k) = y(n-k)
if the input is delayed by k units,
y(n,k) = (n-1)x²(n-k)+c
if the output is delayed by k units,
y(n-k) = (n-k-1)x²(n-k)+c
LHS ≠ RHS
So, system is time variance.
(ii)What is the input signal x(n) that will generate the output sequence
y(n)={1,5,10,11,8,4,1} for a system with impulse response h(n) {1,2,1}.
14.(i) A signal x(t)= sin c(50πt) is sampled at a rate of (1) 20 Hz (2) 50 Hz and (3) 75 Hz. For Each of
these cases explain if you can recover the signal x(t) from the samples signal.
x(t)= sin c(50πt)
The spectrum of the signal x(t) is a rectangular pulse with a
bandwidth (maximum frequency component) of 50π rad/sec as
shown in figure.
From figure, we have
2πfm = 50π
fm = 25Hz
Nyquist frequency = 50Hz
(1) For the first case the sampling sampling rate is 20Hz, which
is less than Nyquist frequency. Therefore x(t) cannot be recovered from its samples.
(2) The sampling rate is greater than nyquist frequency. Therefore x(t) can be recovered from its samples
(ii) Determine whether or not each of the following signals is periodic .If the signal is periodic specify
its fundamental period(May 2016)
x(n)=e j 6 πn
(1)
w0=6 π which is multiple of π
2 πm 2 πm m
N= = =
w0 6π 3
m=3
2 π∗3 2 π∗3
N= → =1
w0 6π
The signal is periodic and fundamental period is 1.
2 πm 8m
π =
W0= N 2= 3 π 3 m=3
3
4
N1=6 N2=8
N1 6
N= =
N2 8
8N1=6N2
N=4N1=3 N2
N= 24
T h erefore t h e signal is periodic
15. Distinguish the following with examples and formulae (Dec 2016)
(i) Energy and power signal
Energy and Power Signals:
Energy Signal: For a discrete time signal x(n) the energy E is defined as
∞
E= ∑ ¿ x ( n ) ∨¿2 ¿
n=−∞
A signal is an energy signal, if and only if the total energy of the signal is finite. For an energy signal
P=0.
Power Signal: The average power of a discrete-time signal x(n)is defined as
N
1
P = lim ∑ ¿ x ( n )∨¿2 ¿
N → ∞ 2 N +1 n=−N
A signal is said to be power signal if the average power of the signal is finite. For a power signal E = ∞.
The signals that do not satisfy above properties are neither energy nor power signals.
16. Compute the Nyquist sampling frequency of the signal x(t)= 4 sinc (3t/π). (May 2017)
The spectrum of the signal x(t) is a rectangular pulse with a bandwidth of 3/π rad/sec as shown in figure.
Ωm= 3/π
18. i) Determine whether the system is linear or not y(n) = ax(n) + bx(n-1) (Nov 2017)
ii) Determine whether the given system is causal or not y(n) = x(n) + x2(n-1)
iii) Determine whether the system is time invariant and stability. y(n) = ex(n)
19. Illustrate the condition of the system to be causal and linearity. Check the same for the
given system (Nov 2018)
1
y ( n )=x ( n ) +
x( n−1)
20. Determine the value of power and energy of the given signal. (Nov 2018)
x (n)=sin ( π4 −n)