Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/
Darm_rfft_fast_init_f16.c65 S->fftLenRFFT = 32U; in arm_rfft_fast_init_32_f16()
90 S->fftLenRFFT = 64U; in arm_rfft_fast_init_64_f16()
116 S->fftLenRFFT = 128; in arm_rfft_fast_init_128_f16()
142 S->fftLenRFFT = 256U; in arm_rfft_fast_init_256_f16()
168 S->fftLenRFFT = 512U; in arm_rfft_fast_init_512_f16()
194 S->fftLenRFFT = 1024U; in arm_rfft_fast_init_1024_f16()
219 S->fftLenRFFT = 2048U; in arm_rfft_fast_init_2048_f16()
245 S->fftLenRFFT = 4096U; in arm_rfft_fast_init_4096_f16()
Darm_rfft_fast_init_f32.c62 S->fftLenRFFT = 32U; in arm_rfft_fast_init_32_f32()
87 S->fftLenRFFT = 64U; in arm_rfft_fast_init_64_f32()
113 S->fftLenRFFT = 128; in arm_rfft_fast_init_128_f32()
139 S->fftLenRFFT = 256U; in arm_rfft_fast_init_256_f32()
165 S->fftLenRFFT = 512U; in arm_rfft_fast_init_512_f32()
191 S->fftLenRFFT = 1024U; in arm_rfft_fast_init_1024_f32()
216 S->fftLenRFFT = 2048U; in arm_rfft_fast_init_2048_f32()
242 S->fftLenRFFT = 4096U; in arm_rfft_fast_init_4096_f32()
Darm_rfft_fast_init_f64.c58 S->fftLenRFFT = 32U; in arm_rfft_fast_init_32_f64()
85 S->fftLenRFFT = 64U; in arm_rfft_fast_init_64_f64()
112 S->fftLenRFFT = 128U; in arm_rfft_fast_init_128_f64()
139 S->fftLenRFFT = 256U; in arm_rfft_fast_init_256_f64()
166 S->fftLenRFFT = 512U; in arm_rfft_fast_init_512_f64()
192 S->fftLenRFFT = 1024U; in arm_rfft_fast_init_1024_f64()
217 S->fftLenRFFT = 2048U; in arm_rfft_fast_init_2048_f64()
243 S->fftLenRFFT = 4096U; in arm_rfft_fast_init_4096_f64()
Darm_rfft_fast_f64.c207 Sint->fftLen = S->fftLenRFFT / 2; in arm_rfft_fast_f64()
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_transform.c1205 ,&self->instance->fftLenRFFT in arm_rfft_fast_instance_f64_init()
1215 GETFIELD(arm_rfft_fast_instance_f64,fftLenRFFT,"h");
1282 ,&self->instance->fftLenRFFT in arm_rfft_fast_instance_f32_init()
1292 GETFIELD(arm_rfft_fast_instance_f32,fftLenRFFT,"h");
2496 pOut=PyMem_Malloc(sizeof(float64_t)*selfS->instance->fftLenRFFT); in cmsis_arm_rfft_fast_f64()
2500 FLOAT64ARRAY1(pOutOBJ,selfS->instance->fftLenRFFT,pOut); in cmsis_arm_rfft_fast_f64()
2556 pOut=PyMem_Malloc(sizeof(float32_t)*(selfS->instance->fftLenRFFT)); in cmsis_arm_rfft_fast_f32()
2560 FLOATARRAY1(pOutOBJ,(selfS->instance->fftLenRFFT),pOut); in cmsis_arm_rfft_fast_f32()
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/
Dtransform_functions_f16.h123 uint16_t fftLenRFFT; /**< length of the real sequence */ member
Dtransform_functions.h543 uint16_t fftLenRFFT; /**< length of the real sequence */ member
573 uint16_t fftLenRFFT; /**< length of the real sequence */ member