DSPRelated.com
Forums

Audiorecorder in Matlab.....

Started by P L U M ! January 16, 2005
Hi,
I tried to record an audio signal by speaking into a microphone using
the audiorecorder object in Matlab 6.5.
But the output was absolutely illegible,and was noisy.
I tried the same thing with Microsoft Sound recorder and the signal was
clear.
Do I need to do some conditioning before using the audiorecorder
object's output????

in article 1105882512.577622.179600@c13g2000cwb.googlegroups.com, P L U M !
at karthik.ravikanti@gmail.com wrote on 01/16/2005 08:35:

> I tried to record an audio signal by speaking into a microphone using > the audiorecorder object in Matlab 6.5. > But the output was absolutely illegible,and was noisy. > I tried the same thing with Microsoft Sound recorder and the signal was > clear. > Do I need to do some conditioning before using the audiorecorder > object's output????
dunno MATLAB v 6.5, but you should be able to open your recorded .wav files with MATLAB, but that might be an additional inconvenient step. -- r b-j rbj@audioimagination.com "Imagination is more important than knowledge."
yeah, i could open the recorded wav file using wavread().....but cant I
record a clear audio signal directly into Matlab?

P L U M ! wrote:
> Hi, > I tried to record an audio signal by speaking into a microphone using > the audiorecorder object in Matlab 6.5. > But the output was absolutely illegible,and was noisy. > I tried the same thing with Microsoft Sound recorder and the signal was > clear. > Do I need to do some conditioning before using the audiorecorder > object's output???? >
Presuming you used same parameters (Fs, NBITS, NCHANS), I guess it may be caused by the recording volume. -- Song /* E-mail.c */ #define User "Yu.Song" #define At '@' #define Warwick "warwick.ac.uk" int main() { printf("Yu Song's E-mail: %s%c%s", User, At, Warwick); return 0;} Further Info. : http://www.dcs.warwick.ac.uk/~esubbn/ _______________________________________________________