problem regarding audio signal

hi all, can any one give me a solution,how to show that audio signal frequency lies between 20hz to 20khz.can i take the signal from any microphone and test the frequency in matlab.pl give me solution. regards k.v.swamy

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 21 Aug. 2012
Bearbeitet: Azzi Abdelmalek am 21 Aug. 2012

0 Stimmen

here an example for recording your voice
% Record your voice for 5 seconds.
recObj = audiorecorder;
disp('Start speaking.')
recordblocking(recObj, 5);
disp('End of Recording.');
% Play back the recording.
play(recObj);
% Store data in double-precision array.
myRecording = getaudiodata(recObj);
% Plot the waveform.
plot(myRecording);

7 Kommentare

k.v.swamy
k.v.swamy am 21 Aug. 2012
sir how to connect microphone to matlab system.can u eloborate.
Azzi Abdelmalek
Azzi Abdelmalek am 21 Aug. 2012
you have'nt to do it
k.v.swamy
k.v.swamy am 21 Aug. 2012
if iam not configuring mic to the system, how will the matlab recognize the audio.
Azzi Abdelmalek
Azzi Abdelmalek am 21 Aug. 2012
i thought it was done
k.v.swamy
k.v.swamy am 21 Aug. 2012
sir could u explain me how to configure mic to a matlab system.
Azzi Abdelmalek
Azzi Abdelmalek am 21 Aug. 2012
configure your micro to your windows system. matlab will recognize it.
k.v.swamy
k.v.swamy am 21 Aug. 2012
thank you very much sir.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by