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 convert wav file graphics into binary code?

Status
Not open for further replies.

zzzzz1

Newbie level 1
Joined
Jan 20, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
please help

how I can convert this wav. file graphics into binary code
 

you can use matlab
x = wavread('c:\..\.wav');
 

fid=fopen('file.wav')
[data,count]=fread(fid,inf,'uint8')
data_bin=de2bi(data)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top