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.

Octave function y=wavread();

Status
Not open for further replies.

sanna

Member level 2
Joined
Jul 19, 2007
Messages
49
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,658
octave wavread

Hi,
I just want to read a wav file in octave but it doesn't work. I have a mic1.wav on my desktop. I write y=wavread(mic1.wav); in Octave but I get error:
error: 'mic1' undefined near line 25 column 13
error: evaluating argument list element 1

I can't understand what is wrong here?
Anyone can help me?
Thanks
 

wavread octave

I don't undrestand what "octave" means here?

but if you want to read your wave file you should write the command as follows:

y=wavread('mic1.wav');

the file shoiuld also be in the matlab path.
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top