Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_10.py156 wf64 = dsp.arm_welch_f64(128) variable
157 assert_allclose(ref,wf64)
164 wf64 = dsp.arm_bartlett_f64(128) variable
165 assert_allclose(ref,wf64)
172 wf64 = dsp.arm_hamming_f64(128) variable
173 assert_allclose(ref,wf64)
180 wf64 = dsp.arm_hanning_f64(128) variable
181 assert_allclose(ref,wf64)
188 wf64 = dsp.arm_nuttall3_f64(128) variable
189 assert_allclose(ref,wf64)
[all …]