Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540


Discussion Groups

Discussion Groups | TMS320C54x | Regarding codec

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Regarding codec - sahana rao - May 15 9:14:00 2002



Hello
I am trying to work on CODEC. 1. when i tried to run the eg program of codec given
by the TI it ran successfuly and i checked out that i
am getting a sine wave on pin 23 of TLC320AD50 chip.
when i halted the program the CLKMD changes to 4007
which is 100MHZ which should be 1007 i.e 40MHZ because
my DIP switches 5 & 6 are up.

2. when i increase the number of points in lookup
table(in the eg program the lookup table is 256) like
512,1024,2048,4096 the amplitude of the sine wave goes
on decreasing and the period of the sine wave also
increases can anyone tell me why?

thanks





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

Re: Regarding codec - Polyhex . - May 15 13:15:00 2002

>2. when i increase the number of points in lookup
>table(in the eg program the lookup table is 256) like
>512,1024,2048,4096 the amplitude of the sine wave goes
>on decreasing and the period of the sine wave also
>increases can anyone tell me why?

When you increase the size of the table the period of the wave increases ie
the frequency of the wave decreases as the sampling rate (or the rate at
which you are reading out the data) is fixed. Meaning that doubling the
table size means it takes twice as long to output the entire waveshape
resulting in a frequency/period change. As for the change in amplitude the
only thing that comes to mind at the moment is there might be a high pass
filter in the codec thats attenuating your signal the lower you go, but
thats just a shot in the dark.

Polyhex




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

RE: Regarding codec - Author Unknown - May 15 15:41:00 2002

1. Are you using DSP BIOS? If so the DSP Bios might have changed the
speed through the Bios tool

2. How are you increasing the size of the lookup table? Are you just
recopying the first 256 bytes over and over? Or are you spreading it out
among the new larger tables?

Carl Chipman
Nomadics, Inc.

http://www.nomadics.com -----Original Message-----
From: sahana rao [mailto:]
Sent: Wednesday, May 15, 2002 4:14 AM
To:
Subject: [c54x] Regarding codec

Hello
I am trying to work on CODEC. 1. when i tried to run the eg program of codec given
by the TI it ran successfuly and i checked out that i
am getting a sine wave on pin 23 of TLC320AD50 chip.
when i halted the program the CLKMD changes to 4007
which is 100MHZ which should be 1007 i.e 40MHZ because
my DIP switches 5 & 6 are up.

2. when i increase the number of points in lookup
table(in the eg program the lookup table is 256) like
512,1024,2048,4096 the amplitude of the sine wave goes
on decreasing and the period of the sine wave also
increases can anyone tell me why?

thanks
_____________________________________




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