第20章ARM官方DSP库的MatrixFunctions的使用(二).pdfVIP

  • 91
  • 0
  • 约2.56万字
  • 约 14页
  • 2017-05-26 发布于江苏
  • 举报

第20章ARM官方DSP库的MatrixFunctions的使用(二).pdf

第20章ARM官方DSP库的MatrixFunctions的使用(二)

安富莱 UM403 安富莱 UM403 DSP 教程 STM32-V5开发板系统篇手册 DSP 教程 STM32-V5开发板系统篇手册 第20章 MatrixFunctions 的使用 (二 ) 第20章 MatrixFunctions 的使用 (二 ) 本期教程主要讲解矩阵运算中的放缩,乘法和转置。 20.1 矩阵放缩 MatScale 20.2 矩阵乘法 MatMult 20.3 转置矩阵 MatTrans 20.4 总结 20.1 矩阵放缩 MatScal 20.1 矩阵放缩 MatScal 20.1.1 arm_mat_scal _f32 20.1.1 arm_mat_scal _f32 公式描述 : 函数定义如下 : arm_status arm_mat_scale_f32( const arm_matrix_instance_f32 * pSrc, float32_t scale, arm_matrix_instance_f32 * pDst) 参数定义 : [in] *pSrc points to input matrix structure [in] scale scale factor to be applied [out] *pDst points to output matrix structure return The function returns either codeARM_MATH_SIZE_MISMATCH/code 20.1.2 arm_mat_scal _q31 20.1.2 arm_mat_scal _q31 函数定义如下 : arm_status arm_mat_scale_q31( 2015年01月15 日 版本:1.0 第 1 页 共 14 页 2015年01月15 日 版本:1.0 第 1 页 共 14 页 安富莱 UM403 安富莱 UM403 DSP 教程 STM32-V5开发板系统篇手册 DSP 教程 STM32-V5开发板系统篇手册 const arm_matrix_instance_q31 * pSrc, q31_t scaleFract, int32_t shift, arm_ma

文档评论(0)

1亿VIP精品文档

相关文档