You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* |\b CMSIS\\DSP_Lib\\Examples | Example projects demonstrating the usage of the library functions |
144
144
* |\b CMSIS\\DSP_Lib\\Source | Source files for rebuilding the library |
145
-
*
145
+
*
146
146
* <hr>
147
147
* Revision History of CMSIS-DSP
148
148
* ------------
@@ -347,7 +347,7 @@ extern "C"
347
347
#else
348
348
#defineALIGN4 __align(4)
349
349
#endif
350
-
#endif/*#ifndef UNALIGNED_SUPPORT_DISABLE*/
350
+
#endif/*#ifndef UNALIGNED_SUPPORT_DISABLE*/
351
351
352
352
/**
353
353
* @brief Error status returned by some functions in the library.
@@ -1187,11 +1187,11 @@ extern "C"
1187
1187
/**
1188
1188
* @brief Initialization function for the Q31 FIR filter.
1189
1189
* @param[in,out] *S points to an instance of the Q31 FIR structure.
1190
-
* @param[in] numTaps Number of filter coefficients in the filter.
1191
-
* @param[in] *pCoeffs points to the filter coefficients.
1192
-
* @param[in] *pState points to the state buffer.
1193
-
* @param[in] blockSize number of samples that are processed at a time.
1194
-
* @return none.
1190
+
* @param[in] numTaps Number of filter coefficients in the filter.
1191
+
* @param[in] *pCoeffs points to the filter coefficients.
1192
+
* @param[in] *pState points to the state buffer.
1193
+
* @param[in] blockSize number of samples that are processed at a time.
1194
+
* @return none.
1195
1195
*/
1196
1196
voidarm_fir_init_q31(
1197
1197
arm_fir_instance_q31*S,
@@ -1217,11 +1217,11 @@ extern "C"
1217
1217
/**
1218
1218
* @brief Initialization function for the floating-point FIR filter.
1219
1219
* @param[in,out] *S points to an instance of the floating-point FIR filter structure.
1220
-
* @param[in] numTaps Number of filter coefficients in the filter.
1221
-
* @param[in] *pCoeffs points to the filter coefficients.
1222
-
* @param[in] *pState points to the state buffer.
1223
-
* @param[in] blockSize number of samples that are processed at a time.
1224
-
* @return none.
1220
+
* @param[in] numTaps Number of filter coefficients in the filter.
1221
+
* @param[in] *pCoeffs points to the filter coefficients.
1222
+
* @param[in] *pState points to the state buffer.
1223
+
* @param[in] blockSize number of samples that are processed at a time.
1224
+
* @return none.
1225
1225
*/
1226
1226
voidarm_fir_init_f32(
1227
1227
arm_fir_instance_f32*S,
@@ -1524,7 +1524,7 @@ extern "C"
1524
1524
* @brief Floating-point matrix transpose.
1525
1525
* @param[in] *pSrc points to the input matrix
1526
1526
* @param[out] *pDst points to the output matrix
1527
-
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1527
+
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1528
1528
* or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
1529
1529
*/
1530
1530
@@ -1536,7 +1536,7 @@ extern "C"
1536
1536
* @brief Q15 matrix transpose.
1537
1537
* @param[in] *pSrc points to the input matrix
1538
1538
* @param[out] *pDst points to the output matrix
1539
-
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1539
+
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1540
1540
* or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
1541
1541
*/
1542
1542
@@ -1548,7 +1548,7 @@ extern "C"
1548
1548
* @brief Q31 matrix transpose.
1549
1549
* @param[in] *pSrc points to the input matrix
1550
1550
* @param[out] *pDst points to the output matrix
1551
-
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1551
+
* @return The function returns either <code>ARM_MATH_SIZE_MISMATCH</code>
1552
1552
* or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
1553
1553
*/
1554
1554
@@ -1575,7 +1575,7 @@ extern "C"
1575
1575
* @param[in] *pSrcA points to the first input matrix structure
1576
1576
* @param[in] *pSrcB points to the second input matrix structure
1577
1577
* @param[out] *pDst points to output matrix structure
1578
-
* @param[in] *pState points to the array for storing intermediate results
1578
+
* @param[in] *pState points to the array for storing intermediate results
1579
1579
* @return The function returns either
1580
1580
* <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
1581
1581
*/
@@ -1591,7 +1591,7 @@ extern "C"
1591
1591
* @param[in] *pSrcA points to the first input matrix structure
1592
1592
* @param[in] *pSrcB points to the second input matrix structure
1593
1593
* @param[out] *pDst points to output matrix structure
1594
-
* @param[in] *pState points to the array for storing intermediate results
1594
+
* @param[in] *pState points to the array for storing intermediate results
1595
1595
* @return The function returns either
1596
1596
* <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
1597
1597
*/
@@ -1723,7 +1723,7 @@ extern "C"
1723
1723
* @param[in,out] *S points to an instance of the floating-point matrix structure.
1724
1724
* @param[in] nRows number of rows in the matrix.
1725
1725
* @param[in] nColumns number of columns in the matrix.
1726
-
* @param[in] *pData points to the matrix data array.
1726
+
* @param[in] *pData points to the matrix data array.
1727
1727
* @return none
1728
1728
*/
1729
1729
@@ -1738,7 +1738,7 @@ extern "C"
1738
1738
* @param[in,out] *S points to an instance of the floating-point matrix structure.
1739
1739
* @param[in] nRows number of rows in the matrix.
1740
1740
* @param[in] nColumns number of columns in the matrix.
1741
-
* @param[in] *pData points to the matrix data array.
1741
+
* @param[in] *pData points to the matrix data array.
1742
1742
* @return none
1743
1743
*/
1744
1744
@@ -1753,7 +1753,7 @@ extern "C"
1753
1753
* @param[in,out] *S points to an instance of the floating-point matrix structure.
1754
1754
* @param[in] nRows number of rows in the matrix.
1755
1755
* @param[in] nColumns number of columns in the matrix.
1756
-
* @param[in] *pData points to the matrix data array.
1756
+
* @param[in] *pData points to the matrix data array.
1757
1757
* @return none
1758
1758
*/
1759
1759
@@ -2321,7 +2321,7 @@ extern "C"
2321
2321
* @param[in] N length of the DCT4.
2322
2322
* @param[in] Nby2 half of the length of the DCT4.
2323
2323
* @param[in] normalize normalizing factor.
2324
-
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported transform length.
2324
+
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>fftLenReal</code> is not a supported transform length.
2325
2325
*/
2326
2326
2327
2327
arm_statusarm_dct4_init_f32(
@@ -2368,7 +2368,7 @@ extern "C"
2368
2368
* @param[in] N length of the DCT4.
2369
2369
* @param[in] Nby2 half of the length of the DCT4.
2370
2370
* @param[in] normalize normalizing factor.
2371
-
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.
2371
+
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.
2372
2372
*/
2373
2373
2374
2374
arm_statusarm_dct4_init_q31(
@@ -2415,7 +2415,7 @@ extern "C"
2415
2415
* @param[in] N length of the DCT4.
2416
2416
* @param[in] Nby2 half of the length of the DCT4.
2417
2417
* @param[in] normalize normalizing factor.
2418
-
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.
2418
+
* @returnarm_status function returns ARM_MATH_SUCCESS if initialization is successful or ARM_MATH_ARGUMENT_ERROR if <code>N</code> is not a supported transform length.
0 commit comments