You are on page 1of 3

Study Set for DSP SUBCOMPONENT

1) a) Please plot the continuous-time signal x(t) = et [u(t+1)-u(t-3)], and


find its total energy.

b) Please plot the discrete–time signal x[n] = (n+1)(-1)n (u[n-1] – u[n-5]),


and find its average power.

2)

1/2 -2  t < -1

x(t) = t + 3/2 -1  t < 0

3/2 0t<2

a) Please plot the signal x(t) defined above.


b) Please plot x(-t/3 + 2).
c) Find the Fourier transform of the signal x(t).

3) a) The input of a linear-time invariant (LTI) system is given as x(t) = e -3t


u(t). The impulse response h(t) is given as h(t) = e 2t u(-t). Find the output,
y(t), of this system using inverse Fourier transform concept (not
convolution).

b) The input, x[n], of a discrete-time linear-time invariant (LTI) system is


given as x[n]= (1/3)n u[n-2]. The impulse response, h[n], is given as h[n] =
u[-n-1]. Find and plot the output, y[n], of the system using graphical
convolution.

4) a) A square wave, x(t), given below has amplitude of 2 volts. What is the
fundamental frequency of this signal? Find the Fourier series coefficients
(ak’s) of x(t) including ao. Find the Fourier transform of only one pulse
between -1 and 1 seconds, i.e., the signal is not periodic anymore.

x(t)

2
... ...
-6 -4 -1 1 4 6 t (sec)

b) 𝑓(−𝑡)𝑒 𝑗𝜔0 𝑡 + 𝑓(2𝑡) ↔ ? where 𝐹(𝑗𝜔) is the Fourier transform of the


function f(t).

c) What is the Fourier transform of 𝑦(𝑡) = 𝑓(−𝑡) + 𝑓(𝑡 − 𝑡0 ) ↔ ? where


𝐹(𝑗𝜔) is the Fourier transform of the function f(t).

1
5) What is the purpose of using Fourier transform in signals and systems?
Give at least two reasons.

6) y(t) = cos (wc t) x(t), if X(jw) is the Fourier transform of x(t) what is the
Fourier transform of y(t)? How would you obtain x(t) back when you only
know y(t) and wc?

7) x[n] = [n+2] – 2n (u[-n-3] – u[-n-5]) + (1/2)n (u[n+1] – u[n-2])

Plot x[n] and x[-2n - 2].

8) x(t) = 2(t-1) - 3(t-2) + 2(t-4), take the integral of x(t) to get y(t). Plot
x(t) and y(t).

9) If a system is characterized by y[n] = x[n] – x[n-1] sin(n+1), is this system


causal and/or stable?

10) If a system is characterized by y(t) = (t+1) x(t), is this time invariant,


causal and/or stable?

11) For a sequence x[n] = (-1/2)n ( u[n+2] – u[n-2] ), which is an input to a


system whose impulse response is h[n] = ½ ( ∂[n]+∂[n+1] ),

a) Plot x[n].

b) Is this system causal and/or stable? Why?

c) Find the output, y[n], using graphical convolution.

12) What is the goal of signal processing? Explain the difference between
analog and digital signal processing.

13) Write a MATLAB code to generate a signal which is the sum of two sine
waves with with different frequencies amplitudes and phase. Then add a
random noise to your signal with different SNR ratios.

a) Plot the final signal.

b) Take the Fourier transform of this signal and plot it next to the signal
itself.

c) What does this exercise tell you? Change the parameters in your signal
and FFT function and observe the effect of each parameter on the resultant
signal and FFT.

d) Design a filter to get rid of one of the sine waves, and show your results.

14) Record your sound using MATLAB while you are saying say “a” and “b”
and “c” in different files. The duration of each recoding will be 0.5 seconds.
Repeat this 6 times. As a result, you will have 18 files. Five of the recordings

2
will serve as your training set, and one as test set. Now find a way to
determine which letter are you saying using this training and test sets. Show
your results. Explain your code.

15) Find an ECG data from the internet. You should know the sampling
frequency. Now sample this signal with half of the sampling frequency and
perform interpolation on the subsampled signal, and check whether your
interpolated signal resembles the original signal. Repeat this for quarter of
the sampling frequency. Interpret your results. What is the main message
here?

You might also like