how to read a sound file using wavread in matlab?

Status
Not open for further replies.

bindu salugu

Newbie level 1
Joined
May 5, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
India
Activity points
1,285
Hi! i want to read a sound file.. How to mention the filename in wavread function?
 

>> help wavread

Code:
 WAVREAD Read Microsoft WAVE (".wav") sound file.
    Y=WAVREAD(FILE) reads a WAVE file specified by the string FILE,
    returning the sampled data in Y. The ".wav" extension is appended
    if no extension is given.
 
    [Y,FS,NBITS]=WAVREAD(FILE) returns the sample rate (FS) in Hertz
    and the number of bits per sample (NBITS) used to encode the
    data in the file.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…