This is my starting code:
a=audiorecorder(8000,8,1);
record(a)
stop(a)
data=getaudiodata(a);
plot(data)
I obtained this.
How can I know the duration of the recording (because on the x-axis there are not the seconds...)?
Onother question: how can I compute the fft and find the frequency spectrum of this signal?
Thank you!
댓글 수: 0
댓글을 달려면 로그인하십시오.