필터 지우기
필터 지우기

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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by