Sign in

username:

password:



Not a member?

Search audiodsp



Search tips

Subscribe to audiodsp



audiodsp by Keywords

AAC | ADPCM | Convolution | DAFx | FFT | IIR | Mixer | MP3 | MPEG | MPEG-4

Discussion Groups

Discussion Groups | Audio Signal Processing | Store audio data from DSK6711

Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).

  

Post a new Thread

Store audio data from DSK6711 - naam...@hotmail.com - Apr 9 8:28:52 2008



Hi guys,
Im implementing noise cancelling in DSK6711 using PCM3003.
Could anyone tell me if there is any way i can store or save my filtered audio speech directly
from CCS and not from the PCM3003 output.
Thanks

------------------------------------



(You need to be a member of audiodsp -- send a blank email to audiodsp-subscribe@yahoogroups.com )

Re: Store audio data from DSK6711 - Jeff Brower - Apr 9 19:40:37 2008

Nam Nai-

> Im implementing noise cancelling in DSK6711 using PCM3003.
> Could anyone tell me if there is any way i can store or save my
> filtered audio speech directly from CCS and not from the PCM3003
> output.

There are a couple of ways:

1) Use file I/O functions, which will transfer data via CCS + JTAG.  This method is slow, and
should only be used in
main(), before (or after) real-time code is running.

2) There are free software packages / DLLs out there that will transfer data through the
C6711's HPI interface via the
PC parallel port connection.  This method is suitable for real-time communication.

-Jeff
------------------------------------



(You need to be a member of audiodsp -- send a blank email to audiodsp-subscribe@yahoogroups.com )

Re: Store audio data from DSK6711 - Jeff Brower - Apr 11 7:00:53 2008

Nam Nai-

> Thanks for the help.  However, if you could elaborate method number 2, like which
> free software is suitable for my application, it would really help me out.

Here are a couple:

  http://www.educationaldsp.com/stockproduct.htm

  http://www.signalogic.com/dskc6xxx.htm

I think I've seen others when Googling before, but not sure.  Try combining DSK 6711
with keywords like DLL, parallel port, 'real-time data transfer', etc.

-Jeff

> > Date: Wed, 9 Apr 2008 11:28:15 -0500
> > Subject: Re: [audiodsp] Store audio data from DSK6711
> > From: j...@signalogic.com
> > To: n...@hotmail.com
> > CC: a...@yahoogroups.com
> >
> > Nam Nai-
> >
> > > Im implementing noise cancelling in DSK6711 using PCM3003.
> > > Could anyone tell me if there is any way i can store or save my
> > > filtered audio speech directly from CCS and not from the PCM3003
> > > output.
> >
> > There are a couple of ways:
> >
> > 1) Use file I/O functions, which will transfer data via CCS + JTAG. This method
> is slow, and should only be used in
> > main(), before (or after) real-time code is running.
> >
> > 2) There are free software packages / DLLs out there that will transfer data
> through the C6711's HPI interface via the
> > PC parallel port connection. This method is suitable for real-time communication.
> >
> > -Jeff

------------------------------------



(You need to be a member of audiodsp -- send a blank email to audiodsp-subscribe@yahoogroups.com )