How to correlate a sample audio to a train dataset
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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 Comments
Walter Roberson
on 17 Nov 2020
Is that 70 features and 5 samples? 5 features and 70 samples? 5 samples of raw audio at 70 samples each?
Kamil Kacer
on 17 Nov 2020
Walter Roberson
on 19 Nov 2020
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.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!