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!