Interpolating Data - Basic Question

Hi!
I have a dataset consisting of a position and a signal - the signal is sampled at scattered positions. I would like to smooth this data and then interpolate it to fill in the intervening positions. I've been smoothing data with the commands:
>> hann250=hanning(250);
>> smooth250=conv(signal,hann250,'same');
But I am not sure how to interpolate the data - what commands can I use and what would I type? I'm totally new to MATLAB! I've attached a sample of my data from excel. Thanks,
- K

답변 (1개)

Alex Taylor
Alex Taylor 2013년 11월 27일

0 개 추천

help interp1
help griddedInterpolant

댓글 수: 1

Kayleigh
Kayleigh 2013년 11월 27일
Unfortunately my mathematic skills are not very good and I often struggle to understand the in-built MATLAB help. Could you provide me with an example document where interpolation has been done or an example of how the commands are used? Thanks!

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

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

태그

질문:

2013년 11월 27일

편집:

2013년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by