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 | 64kbps PCM

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

  

Post a new Thread

64kbps PCM - k seshu babu - Oct 25 16:48:00 2002

hi all

With DSK6711(16-bit codec) can we convert 16-bit PCM to
8-bit.Is their any method to do it without harming sample value too much

thank u all

seshu



______________________________
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 )

Re: 64kbps PCM - simha j - Oct 25 18:44:00 2002

One method is to use mu-law or A-law COMPAND Block.
This can be done easily by passing the samples thro'h
Compand hardware present in the Mcbsp.
You need not write any software function instead you
can use the on-chip hardware for this.

Simha

--- k seshu babu <> wrote:
> hi all
>
> With DSK6711(16-bit codec) can we convert 16-bit PCM
> to
> 8-bit.Is their any method to do it without harming
> sample value too much
>
> thank u all
>
> seshu



______________________________
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: 64kbps PCM - Jeff Brower - Oct 25 19:33:00 2002

K Seshu Babu-

> With DSK6711(16-bit codec) can we convert 16-bit PCM to
> 8-bit.Is their any method to do it without harming sample value too much

Try u-Law, standard telephony method to compress samples to 8-bit. I don't
think the
feature is built into the AD535 codec on the DSK board, so you might try simple
software formula.

Jeff Brower
DSP sw/hw engineer
Signalogic



______________________________
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 )