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.

sound card as analog-to-digital converter

Status
Not open for further replies.

elkimhoc

Member level 3
Member level 3
Joined
Apr 24, 2004
Messages
56
Helped
12
Reputation
24
Reaction score
9
Trophy points
1,288
Activity points
370
sound card as analog to digital converter

Hi all,
I want to use a computer's sound card as analog-to-digital converter, presenting a real-time waveform or spectrum of the signal - which can be music, speech, or output from an electronic circuit.

Did anyone know a good PC program for data acquisition using the sound card? (vb , c++, matlab etc....)

thanks
 

analog to digital conversion using sound card

for data acquisitioning labview is used
 

sound card analog to digital converter

elkimhoc said:
Hi all,
I want to use a computer's sound card as analog-to-digital converter, presenting a real-time waveform or spectrum of the signal - which can be music, speech, or output from an electronic circuit.

Did anyone know a good PC program for data acquisition using the sound card? (vb , c++, matlab etc....)

thanks

VB can work
but matlab is usualy the best in processing signals
a=wavrecord(N,Fs,Ch)
this comand records and samples the input signal from the mic input as follows:
N: number of samples, it equals s*Fs where s is period of recording in seconds
Fs: sampling frequency
ch: number of input channels< mono or stereo

u can playback the recorded samples as follows:
wavplay(a,Fs)
hope that's useful
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top