How can i use the linear interpolation?

2 次查看(过去 30 天)
Hi!
I need some help about my resampling task. I would like to make up for the non-existent samples with linear interpolation. For example: I have the C and D notes, but missing the C# and I'd like to create it with higher playing. Somebody can explain me how can i use interpolation?
Thx in advance

采纳的回答

Jan
Jan 2013-10-2
Some of the musicians about us remember, that C# is not the linearly interpolated value between C and D.
C = 261.63Hz
C# = 277.18Hz % Not 277.51 !!
D = 293.66Hz
But if you really want to do this, post the format you store the known frequencies in. We cannot guess this detail. Afterwards interp1 would be easy to apply, so if you have troubles with this command, please post, what you have tried and which troubles you got.
  1 个评论
Áron Laczkovits
Áron Laczkovits 2013-10-10
Well, i don't really understand how should i use it. I have an organ sample library. The sample rate is 48kHz for all. I would like to make the C# note from the C. I'd like to know how should i use the interpolation to reach that.Could u explain it with a little example or something?

请先登录,再进行评论。

更多回答(0 个)

类别

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