工具与软件:
尊敬的 TI 系列:
由于 AM-2634微控制器缺少专用 DSP 内核、 为了解决此问题、 我已将 GitHub 中的库集成到我的 DSP 实施项目中。
https://github.com/UBCOrbit/CMSIS_Hercules
对两个长度为4096的数据执行卷积所需的时间为6毫秒。
是否有办法将其时间减少到1毫秒??
谢谢。
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.
工具与软件:
尊敬的 TI 系列:
由于 AM-2634微控制器缺少专用 DSP 内核、 为了解决此问题、 我已将 GitHub 中的库集成到我的 DSP 实施项目中。
https://github.com/UBCOrbit/CMSIS_Hercules
对两个长度为4096的数据执行卷积所需的时间为6毫秒。
是否有办法将其时间减少到1毫秒??
谢谢。
尊敬的 Tej:
几个问题:
1.是来自发布版构建二进制文件或调试版构建二进制文件的6ms 时间(如果要进行调试、请在发布时进行性能评测)
2.是放置在 TCM 存储器中或从 RAM 执行的卷积逻辑(TCM 的访问时间<= OCRAM 缓存部分的访问时间<未缓存 OCRAM 存储器的访问时间。
3.在您的构建中是否启用 FPU? (请访问: https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1213765/am2634-mcu-plus_sdk-am263x-fpu-setting)
此致、
Shaunak