V4.0.1 of the ARM CMSIS DSP libraries. Note that arm_bitreversal2.s, arm_cfft_f32.c and arm_rfft_fast_f32.c had to be removed. arm_bitreversal2.s will not assemble with the online tools. So, the fast f32 FFT functions are not yet available. All the other FFT functions are available.

Dependents:   MPU9150_Example fir_f32 fir_f32 MPU9150_nucleo_noni2cdev ... more

Embed: (wiki syntax)

« Back to documentation index

Basic Math Functions

Basic Math Functions

Modules

 Vector Absolute Value
 

Computes the absolute value of a vector on an element-by-element basis.


 Vector Addition
 

Element-by-element addition of two vectors.


 Vector Dot Product
 

Computes the dot product of two vectors.


 Vector Multiplication
 

Element-by-element multiplication of two vectors.


 Vector Negate
 

Negates the elements of a vector.


 Vector Offset
 

Adds a constant offset to each element of a vector.


 Vector Scale
 

Multiply a vector by a scalar value.


 Vector Shift
 

Shifts the elements of a fixed-point vector by a specified number of bits.


 Vector Subtraction
 

Element-by-element subtraction of two vectors.