Question on Match Filters

1 visualización (últimos 30 días)
James Manns
James Manns el 20 de Feb. de 2024
Comentada: Image Analyst el 20 de Feb. de 2024
How do I create a MATLAB code for convolution to display the results below:
Consider a signal s1(t)=t^2, 0≤t≤1 so T=1. The signal is zero otherwise.
(a) Sketch the signal and the corresponding matched filter impulse response.
(b) What is the SNR at the output of the MF when sampled at t=T.
Assume noise PSD N0 to be 10^−12 Watt/Hz.
(c) Sketch the MF output signal versus time, showing the exact sample (from the signal) value to be obtained at the sampling instant. (Try plotting using computer, you can perform convolution)
  3 comentarios
James Manns
James Manns el 20 de Feb. de 2024
I believe I have worked out the solution in the attached. However, when I researched the conv in MATLAB, the examples seem to be with matrices. When dealing with the attached, I don't know how to set up the conv line. I also did not see a section on it in the Onramp tutorial.
Image Analyst
Image Analyst el 20 de Feb. de 2024
conv deals with vectors. conv2 deals with 2-D matrices.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by