Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to correlate a sample audio to a train dataset

1 visualización (últimos 30 días)
Kamil Kacer
Kamil Kacer el 17 de Nov. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Kamil Kacer
Kamil Kacer el 17 de Nov. de 2020
In the train class there is 5 samples and each has 70 features
Walter Roberson
Walter Roberson el 19 de Nov. de 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.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by