Whats next after FFT? signal comparison

1 vue (au cours des 30 derniers jours)
Phantom.i7
Phantom.i7 le 5 Mar 2014
Hi i want to compare two signals one is record the other will be played then recorded.
recObj = audiorecorder;
disp('Start speaking.')
recordblocking(recObj, 4);
disp('End of Recording.');
myRecording = getaudiodata(recObj);
wavwrite(myRecording,'chordread.wav');
[x, Fs] = wavread('chordread.wav');
[x1, Fs1] = wavread('chordA.wav');
Y = fft(x);
Z = fft(x1);
now I have the data Y and Z how can i compare them? i wanna know if the input signal is chord A of a guitar...

Réponses (0)

Catégories

En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by