Using SIMD Instructions for ARM Cortex-M4 with Embedded Coder
显示 更早的评论
Hi, I'm trying to use a Cortex-M4 for multiple tasks in real-time digital signal processing. Based on a fixedpoint Simulink model the C-Code for the target shall be produced with the Embedded Coder. I know that (under the right conditions) the CMSIS code replacement library (CRL) can be used to translate DSP Blocks into efficient code for classic operations like FIR and so on ( CMSIS DSP ). But for the sake of performance I want the Embedded Coder to replace the standard math operations like multiplication an division with their SIMD equivalents( SIMD ). Is this feature even implemented in the Embedded Coder (Hardware Support Package for ARM Cortex is installed) and if so, what are the prerequisites for a successful replacement?
Best regards Philipp
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 ARM Cortex-M Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!