interpolateHRTF always trows warnings or errors when using either methods

1 回表示 (過去 30 日間)
Davi Carvalho
Davi Carvalho 2020 年 3 月 30 日
編集済み: Davi Carvalho 2020 年 4 月 9 日
I am trying to interpolate positions from the ARI database to the CIPIC database, but when I use the 'bilinear' mode the functions can't find the correct B position and trows an error.
However when I try to use the 'vbap' mode I ALWAYS get "Warning: Matrix is close to singular or badly scaled.
Results may be inaccurate." no matter the objective positions specified. What should I do? Please someone send help!

回答 (1 件)

Jimmy Lapierre
Jimmy Lapierre 2020 年 3 月 30 日
Can I ask what version of Matlab you are using?
If you can provide some sample code, it might also help. Does the help example work correctly on your machine? If so, does this also work afterwards?
interpolatedIRVBAP = interpolateHRTF(hrtfData,sourcePosition,desiredPosition,'Algorithm','VBAP');
  6 件のコメント
Jimmy Lapierre
Jimmy Lapierre 2020 年 4 月 3 日
編集済み: Jimmy Lapierre 2020 年 4 月 3 日
Thank you for that suggestion. I looked into the method being implemented and it looks like that's where the limitation came from.
"It is assumed, without loss of generality, that the points A and B have the same elevation"
I'd hope to keep A as the closest point, but have the computation work even if B doesn't have the same elevation. Ideally we only need A, B and C to form a triangle around the destination point.
Davi Carvalho
Davi Carvalho 2020 年 4 月 3 日
Indeed, when I read it the first time it seemed weird the implementation that point B "must" be at the same elevation as A, but that's why I suggested to change point A if it couldn't find a point B match.
when you manage to solve the functions, will I need to wait until a new matlab update to use your implementations? :/

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeConfigure and View Diagnostics についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by