Signal Processing Tutorial Questions
Signal Processing Tutorial Questions
The signal x(t) = e^(jπcos(2πt + π)) is periodic with a fundamental period T = 1. This is because the term cos(2πt + π) inside the exponential function is periodic with period of 1. Therefore, x(t) retains this periodicity .
The signal x(t) = e^(3t)u(t) is not bounded because as t tends to infinity, e^(3t) also tends to infinity. Since the signal becomes unbounded over time, it does not have a finite bound .
To test time-invariance, apply a time shift to the input and evaluate if the output shifts equivalently. For y(t) = cos^2(t)x(t), if the input is shifted, the output becomes cos^2(t-τ)x(t-τ). Since cos^2(t) is a function of time and not affected by the shift in x(t), the system is not time-invariant .
The unit impulse response, h(t), is computed by applying δ(t) as input: x(T-1)=δ(T-1). This replaces unit input, output h(t)=e^(-2(t-1)) for T = 1 substituting input delay. Therefore, h(t)=e^(-2(t-1)) represents impulse response via its exponential form .
The system is linear due to integration (satisfies superposition). Time-invariance checks if output is T-shifted by same input T-shift: y(t-τ) = ∫ e^(-2(t-τ-T))x(T-1)dT aligning with input delay, confirming time-invariance. Thus, it confirms LTI system .
To check invertibility, determine if a unique output y[n] produces a unique input x[n]. In y[n] = (n-1)x[n], non-zero multipliers ((n-1) for n ≠ 1) imply different x[n] could lead to the same output if n = 1 results in 0 over x[1]. Thus, it's not invertible. Two different inputs x[n] = 1 for n > 1, and x[n] = 0 otherwise both give y[1] = 0 .
Convolve input x(t) with impulse response h(t)=e^(-2(t-1)). Solution: y(t)=∫(e^(-2(t-T))(u(T-1)))dT from T=-∞ to t gives step-interaction splitting into two parts, occurring when convolution reaches step cutoff: transitions at 0≤t<1 give y(t)=∫e^(-2(t-T))dT=1/2(1-e^(-2t)); t≥1 results full input, step decreases e^(-2(t-1)) truncated at 1: y(t)=1-e^(-2(t-1)).
To determine if the system is linear, it must satisfy both additivity and homogeneity. While the first term 2x(t) satisfies these properties, the second term 3x^2(t-1) does not because of the squaring operation, which violates both additivity and homogeneity. Hence, the system is not linear .
The signal x(t) = sin^2(t) is periodic. To determine its fundamental period, note that sin^2(t) can be expressed using the identity sin^2(t) = 1/2 - 1/2 cos(2t). The cosine term has a fundamental period of π, making the entire expression periodic with this period .
The signal y[n] = e^(-j(π/2)n) is periodic if e^(-jπ/2)^(n+N) = e^(-jπ/2)^n for some integer N. This reduces to (e^(-jπ/2))^N = 1, which is true for N = 4, the smallest positive integer, making the signal periodic with a fundamental period of 4 .