标题: [M480] M4 DSP Fast Math Function [打印本页] 作者: admin 时间: 2022-4-21 12:27 标题: [M480] M4 DSP Fast Math Function [size=1.1em]
Application: This sample code uses the M4 DSP to calculate sine and cosine.
BSP Version: M480 Series BSP CMSIS V3.04.000
Hardware: NuMaker-PFM-M487 Ver 3.0
This sample code uses the CMSIS DSP library to calculate Fast math functions, including
Sine (input value in radians)
Cosine (input value in radians)
Sine and Cosine (input value in degrees)
User can use these functions to implement mathematical equations. The sample code compares the difference between using the DSP calculation time and calculates the efficiency improvement ratio.