Inquiry Regarding Achieving the Highest Resolution for Signal Tracking in External Mode
Show older comments
Currently, I am working on a project that involves signal tracking, and I am specifically interested in understanding how to maximize the resolution when performing signal tracking in external mode with the C2000 MCU. I would greatly appreciate any guidance, suggestions, or best practices that you can offer on this topic.
Answers (1)
SANKALP DEV
on 27 Dec 2023
0 votes
Hello Tala,
I understand that you are trying to enhance the precision with which you can track signals when using a C2000 microcontroller in external mode.
To optimize signal resolution during tracking, please consider following steps:
- In the ‘ADC’ block parameters, set the ‘ADC resolution’ to the maximum supported by your C2000 MCU.
- Smaller samples allow more frequent update, so you can minimize the sample time in the ‘ADC’ block, the total sample time is the sum of ‘Acquisition time’ and ‘conversion time’ parameters.
- Use fixed point data types in the Simulink model, as fixed-point arithmetic can offer better precision over floating point.
- Minimize the delay using filters and amplifiers.
- Increase the data transfer rate in ‘external mode’ settings.
To know more about fine-tuning the hardware setting and C2000 microcontroller block set, please refer to the following MATLAB documentations:
- Parameter tuning and signal logging: https://www.mathworks.com/help/ti-c2000/ug/parameter-tuning-external-mode.html
- C2000 microcontroller block set: https://www.mathworks.com/products/ti-c2000-microcontroller.html
- ADC interface block: https://www.mathworks.com/help/ti-c2000/ref/adcinterface.html
- Getting started with C2000 multiprocessor blocks on MCUs: https://www.mathworks.com/help/ti-c2000/ug/c2000-multiprocessor-mcu-example.html
Hope it helps.
Regards,
Sankalp dev
Categories
Find more on C2000 Microcontroller Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!