Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to correlate a sample audio to a train dataset
1 回表示 (過去 30 日間)
古いコメントを表示
I have a trained dataset F(70,5) .. (70row 5columns) . How do I correlate sample audio to this whole trained class and see the relationship?
I want to corellate their spectrum and cepstrum.
3 件のコメント
Walter Roberson
2020 年 11 月 19 日
For each audio sample, extract its features, and calculate the euclidean distance between those features and the 70-dimensional points (note: each component should be normalized.) The one out of the five that is nearest is the most similar.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!