Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
|
hello
i have one question
i have the 56F8300demo board how i do to transform pcm in to
audio again?
thanks
david
|
|
|
|
I am using a
Motorola DSP56858 and I used the G711 and G726 libs in the SDK to accomplish this. G711
will Mu-law or A-law encode your audio and G726 will convert it to ADPCM. The examples in
the SDK are pretty good.
Hope this
helps,
Louis
|
|
You need to review the example of the efield
demo.
In this case, the pcm samples were scaled and level shifted into a
table stored in the program.
The PWM was used to output a pulse train based on
this data.
The pulse train is passed thru a hardware lowpass filter on the
board.
This is then audio signal and passed to
speaker.
------------------------------------
-----------------------------------
* For faster turnaround in answering support questions please access * * Motorola's Customer Support web site at * * http://www.motorola.com/semiconductors/support * * * * Or send email to: D...@motorola.com * ----------------------------------------------------------------------- -----------------------------------------------------------------------
|