group dotproduct example


CMSIS DSP Software Library: Dot Product Example Main Page Modules Data Structures Files Examples Dot Product Example [Examples] Description: Demonstrates the use of the Multiply and Add functions to perform the dot product. The dot product of two vectors is obtained by multiplying corresponding elements and summing the products. Algorithm: The two input vectors A and B with length n, are multiplied element-by-element and then added to obtain dot product. This is denoted by the following equation: dotProduct = A[0] * B[0] + A[1] * B[1] + ... + A[n-1] * B[n-1] Block Diagram: Variables Description: srcA_buf_f32 points to first input vector srcB_buf_f32 points to second input vector testOutput stores dot product of the two input vectors. CMSIS DSP Software Library Functions Used: arm_mult_f32() arm_add_f32() Refer arm_dotproduct_example_f32.c  All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines Generated on Mon Nov 29 2010 17:20:04 for CMSIS DSP Software Library by  1.7.2

Wyszukiwarka

Podobne podstrony:
group convolution example
group matrix example
group variance example
arm dotproduct example ?2? source
arm dotproduct example ?2?
arm dotproduct example?2? example
group group examples
group sin cos example
group linear interp example
Superficial Fascia in the Hip Adductor Muscle Group tapeSP
group avr errno
group corr
general training example writing 6 10
group matrix sub
group util ?lay
Project manager CV example 1

więcej podobnych podstron