From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/DSP/html/group__SinCos.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'docs/DSP/html/group__SinCos.html') diff --git a/docs/DSP/html/group__SinCos.html b/docs/DSP/html/group__SinCos.html index d4f812c..24e5d04 100644 --- a/docs/DSP/html/group__SinCos.html +++ b/docs/DSP/html/group__SinCos.html @@ -32,7 +32,7 @@ Logo
CMSIS-DSP -  Version 1.5.2 +  Version 1.7.0
CMSIS DSP Software Library
@@ -169,14 +169,12 @@ Functions
Parameters
- - + +
[in]thetainput value in degrees
[out]*pSinValpoints to the processed sine output.
[out]*pCosValpoints to the processed cos output.
[out]pSinValpoints to processed sine output
[out]pCosValpoints to processed cosine output
-
Returns
none.
- -

References FAST_MATH_TABLE_SIZE, and sinTable_f32.

+
Returns
none
@@ -212,16 +210,14 @@ Functions
Parameters
- - + +
[in]thetascaled input value in degrees
[out]*pSinValpoints to the processed sine output.
[out]*pCosValpoints to the processed cosine output.
[out]pSinValpoints to processed sine output
[out]pCosValpoints to processed cosine output
-
Returns
none.
+
Returns
none

The Q31 input value is in the range [-1 0.999999] and is mapped to a degree value in the range [-180 179].

-

References clip_q63_to_q31(), CONTROLLER_Q31_SHIFT, and sinTable_q31.

- @@ -229,7 +225,7 @@ Functions