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.
- Is there a better way to approach the above ?
- Should I use a FIR filter and pick the Nth element for decimation ?
- 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