필터 지우기
필터 지우기

How can i reconstruct a signal?

조회 수: 1 (최근 30일)
Dimitris Malamas
Dimitris Malamas 2013년 3월 22일
댓글: Image Analyst 2021년 6월 3일
i have a signal (vector) with blanks (parts with zero value) and i want reconstruct the signal by fill the gaps with random parts of the main signals,how can i do this?

채택된 답변

Image Analyst
Image Analyst 2013년 3월 22일
Why not use interp1() or TriScatteredInterp(), or if it's an image, roifill()? Those all use neighboring values to fill in the blanks. Why would you want to use random parts of the signal to fill in the gaps? I don't see the sense in that.
  댓글 수: 3
Samuel Tarazona
Samuel Tarazona 2021년 6월 3일
Dear Sir, I would like to know how I can apply your script to the case in the figure above. The data I reconstructed is in the middle.
Thanks in advance!
Image Analyst
Image Analyst 2021년 6월 3일
Looks like you already applied it. If you need more help, post your code and screenshot in a new question.

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

추가 답변 (1개)

Dimitris Malamas
Dimitris Malamas 2013년 3월 22일
Thank you for the answer. I want to use random parts of the signal because it is a biosignal and this is the right way to fill the gaps.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by