Interpolating Data - Basic Question
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!