フィルターのクリア

How can i use the linear interpolation?

2 ビュー (過去 30 日間)
Áron Laczkovits
Áron Laczkovits 2013 年 10 月 2 日
コメント済み: Áron Laczkovits 2013 年 10 月 10 日
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 Center および File ExchangeInterpolation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by