1What does the acronym "LTI" stand for in the context of systems?
Introduction
Easy
A.Low Time-Integration
B.Linear Transfer-Input
C.Linear Time-Invariant
D.Logarithmic Time-Invariant
Correct Answer: Linear Time-Invariant
Explanation:
LTI stands for Linear Time-Invariant, which are two fundamental properties that describe a particular class of systems. Linearity refers to the superposition principle, and time-invariance means the system's behavior does not change over time.
Incorrect! Try again.
2A system is said to be linear if it satisfies which principle?
Basic system properties
Easy
A.Principle of Time-Invariance
B.Principle of Causality
C.Principle of Superposition
D.Principle of Stability
Correct Answer: Principle of Superposition
Explanation:
A system is linear if it obeys the superposition principle, which combines the properties of additivity (response to a sum of inputs is the sum of responses) and homogeneity (scaling the input scales the output by the same factor).
Incorrect! Try again.
3The output of a discrete-time LTI system is given by the convolution sum of the input and the system's impulse response . Which formula represents this operation?
discrete time LTI systems: the convolution sum
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The convolution sum is the fundamental operation for finding the output of a discrete-time LTI system. It involves summing the product of the input signal and a time-reversed, shifted version of the impulse response.
Incorrect! Try again.
4What is the output of an LTI system when the input is a continuous-time unit impulse function, ?
Continuous time LTI systems: the convolution integral
Easy
A.A constant value of 1
B.Zero for all time
C.The step response,
D.The impulse response,
Correct Answer: The impulse response,
Explanation:
By definition, the impulse response of an LTI system is the output produced when the input is the Dirac delta function . This response completely characterizes the system.
Incorrect! Try again.
5A system is considered causal if the output at any time depends only on:
Basic system properties
Easy
A.past, present, and future values of the input.
B.future values of the input.
C.only the present value of the input.
D.present and past values of the input.
Correct Answer: present and past values of the input.
Explanation:
Causality is a property of real-world systems where the effect cannot precede the cause. Therefore, the output at a specific time can only depend on the input for times .
Incorrect! Try again.
6The property of LTI systems that states is known as the:
Properties of linear time invariant systems
Easy
A.Invertibility property
B.Commutative property
C.Associative property
D.Distributive property
Correct Answer: Commutative property
Explanation:
The commutative property of convolution states that the order of the two signals being convolved does not affect the result. We can interchange the roles of the input and the impulse response.
Incorrect! Try again.
7Which notation is typically used to represent a continuous-time signal?
Continuous time and discrete time systems
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
Continuous-time signals are functions of a continuous variable, conventionally denoted by 't' for time. Thus, is the standard notation. is used for discrete-time signals.
Incorrect! Try again.
8For a continuous-time LTI system to be causal, what condition must its impulse response satisfy?
Causal LTI systems described by differential and difference equations
Easy
A. for all
B. for
C. must be a constant for all
D. for
Correct Answer: for
Explanation:
For a causal system, the output cannot depend on future inputs. This means the impulse response (the response to an impulse at t=0) must be zero for all negative time, i.e., for .
Incorrect! Try again.
9A system is time-invariant if a time shift in the input signal causes:
Basic system properties
Easy
A.the output signal to be inverted.
B.an identical time shift in the output signal.
C.no change in the output signal.
D.an exponential change in the output signal.
Correct Answer: an identical time shift in the output signal.
Explanation:
For a time-invariant system, the characteristics do not change over time. If an input produces an output , then a shifted input will produce an identically shifted output .
Incorrect! Try again.
10Which of the following is the correct formula for the convolution integral of two continuous-time signals and ?
Continuous time LTI systems: the convolution integral
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The convolution integral defines the output of a continuous-time LTI system. It involves integrating the product of one signal and a time-reversed, shifted version of the other signal.
Incorrect! Try again.
11The property for LTI systems is known as the:
Properties of linear time invariant systems
Easy
A.Distributive property
B.Commutative property
C.Associative property
D.Causality property
Correct Answer: Associative property
Explanation:
The associative property allows the grouping of convolution operations to be changed. It is particularly useful for analyzing systems connected in cascade, where the overall impulse response is the convolution of individual impulse responses.
Incorrect! Try again.
12A system described by the difference equation is:
Causal LTI systems described by differential and difference equations
Easy
A.Non-linear
B.Causal
C.Non-causal
D.Time-varying
Correct Answer: Causal
Explanation:
The output at time depends on the current input and a past input . Since it does not depend on future inputs (e.g., ), the system is causal.
Incorrect! Try again.
13In software packages like MATLAB or Python, what is the primary function used to numerically compute the convolution of two discrete-time sequences?
Software simulation of convolution and correlation
Easy
A.fft()
B.plot()
C.conv() or convolve()
D.diff()
Correct Answer: conv() or convolve()
Explanation:
The convolution operation is fundamental to LTI systems. Software tools provide built-in functions, commonly named conv() (in MATLAB) or convolve() (in SciPy), to perform this calculation.
Incorrect! Try again.
14A BIBO stable system is one where a bounded input always produces a:
Basic system properties
Easy
A.unbounded output.
B.bounded output.
C.constant output.
D.zero output.
Correct Answer: bounded output.
Explanation:
BIBO stands for Bounded-Input, Bounded-Output. It is a key definition of stability. If any input signal that stays within a finite range () results in an output that also stays within a finite range (), the system is BIBO stable.
Incorrect! Try again.
15What is the impulse response of a discrete-time system described by ?
discrete time LTI systems: the convolution sum
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The impulse response is the output when the input is an impulse, . Substituting this into the equation gives . Therefore, .
Incorrect! Try again.
16When two LTI systems with impulse responses and are connected in cascade (series), what is the impulse response of the equivalent overall system?
Properties of linear time invariant systems
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
In a cascade connection, the output of the first system becomes the input to the second. The overall relationship between the original input and final output is found by convolving their individual impulse responses.
Incorrect! Try again.
17A linear constant-coefficient difference equation is commonly used to describe which type of system?
Causal LTI systems described by differential and difference equations
Easy
A.Time-varying system
B.Discrete-time LTI system
C.Memoryless system
D.Continuous-time LTI system
Correct Answer: Discrete-time LTI system
Explanation:
Difference equations relate the current output of a discrete-time system to past outputs and current/past inputs. They are the discrete-time counterpart to differential equations.
Incorrect! Try again.
18A system described by is:
Basic system properties
Easy
A.Linear
B.Time-varying
C.Time-invariant
D.Causal
Correct Answer: Time-varying
Explanation:
This system is time-varying. A delay in the input produces an output , which is not the same as a delayed output . The system's behavior changes with time.
Incorrect! Try again.
19What does correlation measure between two signals?
Software simulation of convolution and correlation
Easy
A.The similarity between them as a function of a time lag
B.The power of the signals
C.The frequency content of the signals
D.The sum of the two signals
Correct Answer: The similarity between them as a function of a time lag
Explanation:
Correlation is a mathematical operation that measures the similarity of two signals as a function of the time lag applied to one of them. It is widely used in applications like pattern recognition and signal detection.
Incorrect! Try again.
20A system is memoryless if its output at any given time depends only on:
Basic system properties
Easy
A.future values of the input.
B.the input at that same instant of time.
C.past values of the input.
D.both past and future values of the input.
Correct Answer: the input at that same instant of time.
Explanation:
A memoryless (or static) system's output depends solely on the input value at that specific time. An example is a simple resistor where .
Incorrect! Try again.
21Let a discrete-time LTI system have an impulse response , and the input be . What is the value of the output ?
discrete time LTI systems: the convolution sum
Medium
A.5
B.3
C.2
D.1
Correct Answer: 3
Explanation:
The output is the convolution of and . Using the convolution sum formula, . For , we have . The non-zero values of are at and . So, . The impulse response is for . Thus, and . The input is . Therefore, .
Incorrect! Try again.
22An LTI system has an impulse response . If the input to the system is , the unit step function, what is the output for ?
Continuous time LTI systems: the convolution integral
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The output is the step response of the system, which can be found by integrating the impulse response or by convolution. for . Evaluating the integral gives: .
Incorrect! Try again.
23An LTI system is described by the impulse response . Which of the following statements about the system's stability and causality is correct?
Properties of linear time invariant systems
Medium
A.Unstable and causal
B.Unstable and non-causal
C.Stable and non-causal
D.Stable and causal
Correct Answer: Stable and non-causal
Explanation:
Causality requires for . The term is non-zero for , so the system is non-causal. For BIBO stability, the impulse response must be absolutely summable. The sum of the first part is , which converges. The sum of the second part is , which also converges. Since both parts converge, the system is stable.
Incorrect! Try again.
24A causal discrete-time LTI system is described by the difference equation . If the input is , what is the value of the output assuming zero initial conditions?
Causal LTI systems described by differential and difference equations
Medium
A.0.875
B.1.5
C.1.875
D.2.0
Correct Answer: 1.875
Explanation:
We can solve this recursively. Assume . For the input , for .
.
.
.
.
Incorrect! Try again.
25Consider the system described by the input-output relationship . Which properties does this system exhibit?
Basic system properties
Medium
A.Non-linear and Time-Invariant
B.Linear and Time-Invariant
C.Linear and Time-Variant
D.Non-linear and Time-Variant
Correct Answer: Linear and Time-Variant
Explanation:
Linearity: If the input is , the output is . The system is linear.
Time-Invariance: Let the input be delayed by , so . The output is . Now, delay the original output by : . Since , the system is time-variant.
Incorrect! Try again.
26Two LTI systems with impulse responses and are connected in cascade. What is the impulse response, , of the overall system?
Properties of linear time invariant systems
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
For systems in cascade, the overall impulse response is the convolution of the individual impulse responses: . The convolution is given by . For , this integral becomes . For , the integral is 0. Therefore, the result is , which is the unit ramp function .
Incorrect! Try again.
27Given two signals and , where and . The convolution will have a duration of:
Continuous time LTI systems: the convolution integral
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The duration of a signal is the length of the time interval over which it is non-zero. The duration of the rectangular pulse is . The duration of the rectangular pulse is . The duration of the convolution of two finite-duration signals is the sum of their individual durations. Therefore, the duration of is .
Incorrect! Try again.
28If a finite-duration sequence of length is convolved with a finite-duration sequence of length , what is the length of the resulting sequence ?
discrete time LTI systems: the convolution sum
Medium
A.11
B.35
C.12
D.7
Correct Answer: 11
Explanation:
The length of the convolution of two finite-duration sequences of length and is given by the formula . In this case, and , so the length of is .
Incorrect! Try again.
29What is the impulse response for a causal LTI system described by the differential equation ?
Causal LTI systems described by differential and difference equations
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
To find the impulse response , we solve the equation with . The equation becomes . For a first-order system of the form , the impulse response for a causal system is . Here, , so the impulse response is .
Incorrect! Try again.
30The cross-correlation function of two real signals and can be computed using the convolution operator *. Which of the following expressions is correct?
Software simulation of convolution and correlation
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The cross-correlation is defined as . The convolution is defined as . If we let , then . The convolution becomes . Therefore, cross-correlation is equivalent to convolving one signal with the time-reversed version of the other.
Incorrect! Try again.
31The impulse response of an LTI system is . This system can be characterized as:
Properties of linear time invariant systems
Medium
A.An all-pass filter
B.An accumulator (integrator)
C.A first-difference system (differentiator)
D.A low-pass filter
Correct Answer: A first-difference system (differentiator)
Explanation:
The output of this system is . This operation, which computes the difference between consecutive input samples, is known as a first-difference system, the discrete-time equivalent of a differentiator.
Incorrect! Try again.
32A system is defined by . Which of the following properties does this system possess?
Basic system properties
Medium
A.Linear, Time-Invariant, Causal, Has Memory
B.Non-linear, Time-Invariant, Causal, Has Memory
C.Linear, Time-Invariant, Non-causal, Memoryless
D.Linear, Time-Variant, Causal, Has Memory
Correct Answer: Linear, Time-Invariant, Causal, Has Memory
Explanation:
This system is an accumulator.
Linear: The summation operator is linear.
Time-Invariant: A shift in the input results in a corresponding shift in the output sum, so it is time-invariant.
Causal: The output at time depends only on the present and past inputs (from to ), so it is causal.
Has Memory: The output at time depends on past values of , so it is not memoryless.
Incorrect! Try again.
33A continuous-time signal is sampled at a rate of Hz. What is the discrete-time signal ?
Continuous time and discrete time systems
Medium
A.
B.The signal is aliased to a single sinusoid
C.
D.
Correct Answer:
Explanation:
The discrete-time signal is obtained by substituting .
.
This simplifies to . The Nyquist rate for this signal is Hz = 20 Hz. Since the sampling rate (15 Hz) is less than the Nyquist rate, the second component is aliased, but the mathematical substitution remains the same. Note that , so aliasing occurs, but the direct substitution gives this answer.
Incorrect! Try again.
34The step response of an LTI system is . What is the system's impulse response ?
Continuous time LTI systems: the convolution integral
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The impulse response is the derivative of the step response .
.
Using the product rule for differentiation: .
.
Using the sifting property, .
So, .
Incorrect! Try again.
35The convolution of and with results in:
discrete time LTI systems: the convolution sum
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The convolution sum is for .
.
This is a finite geometric series with sum . This can be written as . The result is valid for , so we multiply by .
Incorrect! Try again.
36For a BIBO stable LTI system, which condition must its impulse response satisfy?
Properties of linear time invariant systems
Medium
A.
B. must be of finite duration
C. must be zero for
D.
Correct Answer:
Explanation:
The condition for Bounded-Input, Bounded-Output (BIBO) stability for a continuous-time LTI system is that its impulse response must be absolutely integrable. This means that the integral of the absolute value of over all time must be a finite value. The other options are not necessary conditions for stability; for example, corresponds to a stable system but is not of finite duration.
Incorrect! Try again.
37A discrete-time system is described by the equation . This is an example of what type of system?
Causal LTI systems described by differential and difference equations
Medium
A.A non-causal system
B.A Finite Impulse Response (FIR) system
C.An Infinite Impulse Response (IIR) system
D.A non-linear system
Correct Answer: A Finite Impulse Response (FIR) system
Explanation:
The impulse response is found by setting , which gives . This impulse response is non-zero only at and . Since the impulse response has a finite number of non-zero terms, the system is a Finite Impulse Response (FIR) system. It is also a causal, linear system.
Incorrect! Try again.
38For a real-valued signal , its auto-correlation function exhibits a specific property. What is that property?
Software simulation of convolution and correlation
Medium
A. (Even symmetry)
B. for
C. (Odd symmetry)
D. is always positive
Correct Answer: (Even symmetry)
Explanation:
The auto-correlation function is defined as . Let's evaluate . By a change of variable , we get and . The integral becomes , which is identical to the definition of . Thus, the auto-correlation function always has even symmetry.
Incorrect! Try again.
39Which of the following systems is linear but not time-invariant?
Basic system properties
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Let's test .
Linearity: . It is linear.
Time-Invariance: A delayed input yields an output . A delayed output is . Since these are not equal, the system is time-variant.
is non-linear. is LTI. is non-linear (fails homogeneity).
Incorrect! Try again.
40A system's output is for an input . If the input is scaled by and shifted by , resulting in , the output becomes . This combined property is characteristic of:
Introduction
Medium
A.Causal systems
B.Memoryless systems
C.Linear Time-Invariant (LTI) systems
D.Stable systems
Correct Answer: Linear Time-Invariant (LTI) systems
Explanation:
This question describes the two defining properties of an LTI system. The fact that scaling the input by scales the output by is part of the linearity property (specifically, homogeneity). The fact that shifting the input by shifts the output by is the definition of time-invariance. A system that possesses both properties is a Linear Time-Invariant (LTI) system.
Incorrect! Try again.
41An LTI system has an impulse response with . The input is a finite-duration signal . What is the value of the output for ?
discrete time LTI systems: the convolution sum
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The convolution sum is . Since for and is zero otherwise, the sum becomes . For the region , the term is always 1 for any in the summation range (). The sum is . This is a finite geometric series with terms, first term and common ratio . The sum is given by .
Incorrect! Try again.
42Let , where and . For what range of is the output non-zero and not saturated?
Continuous time LTI systems: the convolution integral
Hard
A.
B.For all
C.
D.
Correct Answer:
Explanation:
The convolution integral is . The term is 1 for . The term is 1 for , which means . For the integrand to be non-zero, both conditions must be met: and . This means the upper limit of integration is . The integral is . For the integral to be non-zero, the upper limit must be greater than . If (i.e., ), the upper limit is . The integral is . If (i.e., ), the upper limit is $0$. The integral is . This is a saturated constant value. Therefore, the output is non-zero and not saturated (i.e., still changing with t) for .
Incorrect! Try again.
43An LTI system has an impulse response . Determine the causality and BIBO stability of this system.
Properties of linear time invariant systems
Hard
A.Non-causal and Stable
B.Causal and Stable
C.Non-causal and Unstable
D.Causal and Unstable
Correct Answer: Non-causal and Stable
Explanation:
Causality requires for . The term is 1 for , i.e., . This means is non-zero for (e.g., ). Thus, the system is non-causal.
BIBO stability requires the impulse response to be absolutely integrable, . The integral is . This evaluates to . Since the integral converges to a finite value, the system is stable.
Incorrect! Try again.
44A causal LTI system is described by the differential equation . If the system is initially at rest and the input is , what is the zero-state response for ?
Causal LTI systems described by differential and difference equations
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The easiest way to solve this is using the Laplace Transform. The transfer function is . This indicates a pole-zero cancellation. The impulse response is the inverse Laplace transform of , which is . The zero-state response is the convolution of the input with the impulse response: .
for .
.
Incorrect! Try again.
45A system is defined by the input-output relationship . Analyze its properties.
Basic system properties
Hard
A.Non-Linear, Causal, and Time-Variant
B.Linear, Non-Causal, and Time-Variant
C.Linear, Causal, and Time-Invariant
D.Linear and Causal, but Time-Variant
Correct Answer: Linear and Causal, but Time-Variant
Explanation:
Linearity: The integral operation is linear. Scaling or summing inputs results in a scaled or summed output. The system is linear.
Causality: The output at time is determined by the integral of the input up to . It does not depend on future values of the input. The system is causal.
Time-Invariance: Let's check the response to a shifted input . The output is . The shifted original output is . Let in the expression for . Then . Comparing with , the factor in is different from the factor in . Thus, , and the system is time-variant.
Incorrect! Try again.
46Let , where and is a causal LTI system's impulse response. Given that the output sum , and , what is the value of ?
discrete time LTI systems: the convolution sum
Hard
A.5
B.3
C.2
D.7
Correct Answer: 2
Explanation:
A key property of LTI systems is that the sum of the output sequence is the product of the sums of the input and impulse response sequences: .
First, calculate the sum of the input signal: . This is a geometric series which sums to .
We are given . Using the property, .
This implies . Since the system is causal, for , so .
The sum can be split as .
We are given . So, .
Therefore, .
Incorrect! Try again.
47A continuous-time LTI system has an impulse response . Which of the following statements about its BIBO stability is correct?
Properties of linear time invariant systems
Hard
A.The system is stable because as .
B.The system is unstable because diverges.
C.The system is stable because converges to a finite value.
D.The system is unstable because it is non-causal.
Correct Answer: The system is unstable because diverges.
Explanation:
For BIBO stability of an LTI system, the necessary and sufficient condition is that the impulse response is absolutely integrable: . For this system, we need to evaluate . This is a well-known improper integral that diverges. To see this, consider the integral over intervals for integer . The area under each lobe of decreases like , and the sum of these areas behaves like the harmonic series, which diverges. The condition as is necessary but not sufficient for stability. The convergence of (which does converge to 1/2, this is the Dirichlet integral) is also not sufficient; the integral of the absolute value must converge. The system is causal due to the term. Therefore, the system is unstable.
Incorrect! Try again.
48A causal LTI system is described by the difference equation . What is the impulse response of this system?
Causal LTI systems described by differential and difference equations
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
To find the impulse response , we solve the equation for with zero initial conditions ( for ). The characteristic equation is , which is . This indicates a repeated root at . The general form of the homogeneous solution is . We find the coefficients by calculating the first few values of from the difference equation.
.
For : .
For : .
Now, we use these initial values with the general solution form:
For : . So, .
For : . So, .
Therefore, the impulse response is .
Incorrect! Try again.
49An LTI system has an impulse response . The input is . The output is . What is the maximum value of ?
Continuous time LTI systems: the convolution integral
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
It's easier to first find the step response . for . Using linearity and time-invariance, the response to is .
.
We analyze in three regions:
For , .
For , . The derivative is , so the function is increasing in this interval.
For , . The derivative is , so the function is decreasing.
Since the function increases until and then decreases, the maximum value occurs at . The value is . This is the same as the correct option when factored.
Incorrect! Try again.
50Consider a discrete-time system described by the input-output relationship . Which of the following properties does this system possess?
Basic system properties
Hard
A.Linear and Time-Invariant
B.Non-Linear and Time-Invariant
C.Linear and Time-Variant
D.Non-Linear and Time-Variant
Correct Answer: Linear and Time-Variant
Explanation:
Linearity: The system is a weighted sum of the input values. Let and be the outputs for inputs and . The output for is . The system is linear.
Time-Invariance: Let's test for a shift. Let the input be . The output is . Now consider the shifted original output, . Clearly, due to the term vs . The system is time-variant. The non-linear indexing of the input signal makes the system time-variant.
Incorrect! Try again.
51An LTI system has an impulse response . A second LTI system has an impulse response such that . If with , which condition on must be true for the inverse system to be causal and stable?
Properties of linear time invariant systems
Hard
A., which is causal but unstable.
B., which is causal but unstable.
C., which is non-causal.
D.Such an inverse system cannot exist.
Correct Answer: , which is causal but unstable.
Explanation:
First, find the inverse system. Using Laplace transforms, . The inverse system's transfer function is . To find the impulse response , we take the inverse Laplace transform: .
Now, let's analyze the properties of . Causality: The impulse response consists of an impulse and its derivative, both at . It is zero for . Thus, the inverse system is causal. Stability: For BIBO stability, we must have . The integral of is 1, but the integral of is unbounded. An input like a step function to a differentiator produces an impulse, which is bounded, but an input like would produce an unbounded output. A system containing a pure differentiator is unstable. Therefore, the inverse system is causal but unstable.
Incorrect! Try again.
52The linear convolution of a 4800-sample signal and a 257-sample FIR filter impulse response is to be computed using the overlap-save method. If the hardware can compute 1024-point FFTs, how many 1024-point FFTs and IFFTs are needed in total?
Software simulation of convolution and correlation
Hard
A.16
B.14
C.13
D.15
Correct Answer: 15
Explanation:
In the overlap-save method, we use an FFT of size . The impulse response has length . Each block of input data has length . The first points of each output block are discarded.
Given: (input length), (filter length), (FFT size).
First, we compute the FFT of the zero-padded impulse response once: . This is 1 FFT.
The number of valid output points per block is .
The total length of the output signal is .
The number of blocks, , required to produce at least points is blocks.
For each of these 7 blocks of input, we perform one FFT and one IFFT.
Total FFTs/IFFTs = 1 (for ) + 7 (for input blocks) + 7 (for IFFTs) = 15.
Incorrect! Try again.
53A system is described by the difference equation . To make this system an all-pass filter (i.e., for all ), what must be the relationship between the coefficients?
Causal LTI systems described by differential and difference equations
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The transfer function of the given system is . For an all-pass filter, the poles and zeros must be conjugate reciprocals of each other. The general form for a first-order all-pass filter is . The magnitude of this is . Let's rewrite the options in terms of .
The general equation is , so .
Incorrect! Try again.
54A system models an echo by the equation . It is then cascaded with a second system whose impulse response is . What is the overall impulse response of the cascaded system?
Introduction
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
First, find the impulse response of the first system (the echo model). The output is the convolution of the input with the impulse response . From the equation , we can identify .
The second system's impulse response is given as .
For a cascaded system, the overall impulse response is the convolution of the individual impulse responses: .
.
Using the distributive property of convolution:
Using the sifting property ():
.
This represents a system that passes the original signal and subtracts a scaled version of the signal delayed by .
Incorrect! Try again.
55A system is defined by . A bounded input signal is applied. What can be concluded about the output signal and the system's BIBO stability?
Continuous time and discrete time systems
Hard
A.The output is unbounded, so the system is BIBO unstable.
B.The output is unbounded, but the system is BIBO stable.
C.The output is bounded, so the system is BIBO stable.
D.The output is bounded, but the system is BIBO unstable.
Correct Answer: The output is bounded, but the system is BIBO unstable.
Explanation:
First, let's find the output for the given input .
.
As , , so . The output is clearly bounded for this specific bounded input.
Incorrect! Try again.
56The result of the convolution is given by . The input signal is . What is the impulse response ?
discrete time LTI systems: the convolution sum
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
This is a deconvolution problem. We can use polynomial multiplication in the Z-domain. , so .
We need to perform polynomial long division:
Dividing $1$ by gives $1$. .
Subtract: . Bring down .
We have . Divide by $1$ gives . .
Subtract: . Bring down .
We have . Divide by $1$ gives . .
Subtract: .
We have . Divide by $1$ gives . .
.
New Question: Let where and . Find .
. . . . So . . This is a good hard question. Let's create options for this. Options: A) , B) , C) , D) .
Incorrect! Try again.
57A system is constructed by cascading N identical LTI systems, each with an impulse response . What is the impulse response of the overall system?
Properties of linear time invariant systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The overall impulse response is the N-fold convolution of with itself: (N times). It is easier to work in the Z-domain. The transfer function of one system is . For N cascaded systems, the total transfer function is . We need to find the inverse Z-transform of this expression. We can use the transform pair: . In our case, and . So the inverse Z-transform is . The binomial coefficient accounts for the repeated convolutions.