This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6654: Charting and decimation

Part Number: TMS320C6654

Hello,

I am sampling some signal and I need to collect 100,000 samples. Once the data is collected and processed I need to display it on an LCD (among other things).

The LCD resolution is 800x480px. So in order to show the data I believe I need to do some form of decimation to go from 100,000 to 800 on the maximum zoom-out level. 

  1. Is there a better way to approach the above ? 
  2. Should I use a FIR filter and pick the Nth element for decimation ?
  3. In the DSP lib any function to implement decimation/downsampling ? 

Hardware Summary:

TMS320C6654 with ADC input. LCD controller is external connected to the DSP using SPI.

Any optimization or tips are highly appreciated. Thanks