Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | 6711 DSK Audio sample code

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

6711 DSK Audio sample code - Chacko Thomas - Dec 13 17:30:00 2002

Hi,
I am new to 6711 DSK.
I am using Audio sample code to read/write audio
samples to AD535. Every thing works fine when I
compile the original code and run it. When I tried to
pass the signal through a low pass IIR filter, I get a
noise dominated output. I inserted the IIR code in the
Process() function in audio sample code.
Does any one face similar problem and have a solution?
Can any one help me to resolve this issue?
I appreciate any suggestion.

Thanks
Thomas.

__________________________________________________



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: 6711 DSK Audio sample code - Joie Armstrong - Dec 14 17:23:00 2002

Hi Chacko
If you are using the single sample read/write version, it could be that your
code is taking too much time - depending on compiler optimizations etc. This
could sound like bursty noise.
Also, it may be some overload problem depending on the IIR implementation and
the coeff. you use. Again this sounds like noise in some cases. Have you tested
it with zeros in the feedback loop so you have no poles to make it unstable? IF
you used FP this problem should go away depending on how close your poles are to
the unit circle. I had some other problems with the DSK, they mostly went away when I reset the
CPU each time before I loaded new code. You should also wait after reset since
it takes some time and codecomposer can crash if you click too fast. You have
to be a little gentle with the CC. During some crashes, when I was testing
audio code, everything seemed to work, but wither there was no audio, or there
was some pulsing noise. All these problems were due to crashes of the
system....
I am assuming of course that you have no bugs in the code!

Hope this helps!
J.

Chacko Thomas <> wrote:Hi,
I am new to 6711 DSK.
I am using Audio sample code to read/write audio
samples to AD535. Every thing works fine when I
compile the original code and run it. When I tried to
pass the signal through a low pass IIR filter, I get a
noise dominated output. I inserted the IIR code in the
Process() function in audio sample code.
Does any one face similar problem and have a solution?
Can any one help me to resolve this issue?
I appreciate any suggestion.

Thanks
Thomas.

_____________________________________


______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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