How to reconstruct signal in matlab using interpolating formula?

조회 수: 8 (최근 30일)
Nabila Dwita Naura
Nabila Dwita Naura 2018년 11월 23일
댓글: Mbekwa Lemuel Nguh 2020년 5월 12일
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
Dimitris Kalogiros
Dimitris Kalogiros 2018년 11월 23일
편집: Dimitris Kalogiros 2018년 11월 23일
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 2020년 5월 12일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by