Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
Darm_fir_example_f32.c142 #define BLOCK_SIZE 32 macro
171 static float32_t firStateF32[2 * BLOCK_SIZE + NUM_TAPS - 1];
173 static float32_t firStateF32[BLOCK_SIZE + NUM_TAPS - 1];
200 uint32_t blockSize = BLOCK_SIZE;
201 uint32_t numBlocks = TEST_LENGTH_SAMPLES/BLOCK_SIZE;