CMSIS-DSP  Verison 1.1.0
CMSIS DSP Software Library
arm_variance_example_f32.c File Reference

Defines

#define MAX_BLOCKSIZE
#define DELTA

Variables

float32_t wire1 [MAX_BLOCKSIZE]
float32_t wire2 [MAX_BLOCKSIZE]
float32_t wire3 [MAX_BLOCKSIZE]
float32_t testInput_f32 [32]
uint32_t blockSize
float32_t refVarianceOut

Functions

int32_t main (void)

Define Documentation

#define DELTA

Referenced by main().

#define MAX_BLOCKSIZE

Variable Documentation

uint32_t blockSize
float32_t wire1[MAX_BLOCKSIZE]
float32_t wire2[MAX_BLOCKSIZE]
float32_t wire3[MAX_BLOCKSIZE]

Function Documentation