Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Basic element-wise math operations for DSP. More...

Topics

 Vector Multiplication
 Element-by-element multiplication of two vectors.
 Vector Addition
 Element-by-element addition of two vectors.
 Vector Subtraction
 Element-by-element subtraction of two vectors.
 Vector Scale
 Multiply a vector by a scalar value.
 Vector Absolute Value
 Computes the absolute value of a vector on an element-by-element basis.
 Vector Dot Product
 Computes the dot product of two vectors.
 Vector Shift
 Shifts the elements of a fixed-point vector by a specified number of bits.
 Vector Offset
 Adds a constant offset to each element of a vector.
 Vector Negate
 Negates the elements of a vector.
 Vector bitwise AND
 Compute the logical bitwise AND.
 Vector bitwise OR
 Compute the logical bitwise OR.
 Vector bitwise NOT
 Compute the logical bitwise NOT.
 Vector bitwise XOR
 Compute the logical bitwise XOR.
 Vector Clipping
 Element-by-element clipping of a value.

Detailed Description

Basic element-wise math operations for DSP.