Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to correlate a sample audio to a train dataset

조회 수: 1 (최근 30일)
Kamil Kacer
Kamil Kacer 2020년 11월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Kamil Kacer
Kamil Kacer 2020년 11월 17일
In the train class there is 5 samples and each has 70 features
Walter Roberson
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!

Translated by