How to reconstruct signal in matlab using interpolating formula?

9 views (last 30 days)
Screenshot (44).png
Hi! So i am kinda confused how to construct a signal and also i dont know how to plot this into matlab coding. I hope everyone can help me. Thank you!
  2 Comments
Dimitris Kalogiros
Dimitris Kalogiros on 23 Nov 2018
Edited: Dimitris Kalogiros on 23 Nov 2018
What do you want exactly to do ?
Be aware that, in matlab there is no way to represent a continous time signal .
What you can, do is to have a discrete time signal and produce a second discrete time signal , where , ( i.e. a higher sampling rate has been used to produce ).
Mbekwa Lemuel Nguh
Mbekwa Lemuel Nguh on 12 May 2020
I also have the same problem because I need to reconstruct a signal but don't know where to begin ?
For example I need to reconstruction of signals in dsp using interpolation method .
I want to reconstruct lagrange polynomila interpolation. hjow canI do that.

Sign in to comment.

Answers (1)

Munna Khandakar
Munna Khandakar on 11 Feb 2020
xa = x * sinc(Fs*(ones(length(n),1)*t-nTs'*ones(1,length(t))));
this is the code to convert the above equation.

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!