Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).
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 ------------------------------------
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 ------------------------------------
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 ------------------------------------