Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to read a sound file using wavread in matlab?

Status
Not open for further replies.

bindu salugu

Newbie level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top