Searched refs:A0 (Results 1 – 7 of 7) sorted by relevance
/cmsis-dsp-3.5.0/Include/dsp/ |
D | controller_functions.h | 177 q15_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member 196 q31_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member 211 float32_t A0; /**< The derived gain, A0 = Kp + Ki + Kd . */ member 294 out = (S->A0 * in) + in arm_pid_f32() 329 acc = (q63_t) S->A0 * in; in arm_pid_q31() 379 acc = (q31_t) __SMUAD((uint32_t)S->A0, (uint32_t)in); in arm_pid_q15() 385 acc = ((q31_t) S->A0) * in; in arm_pid_q15()
|
/cmsis-dsp-3.5.0/Source/ControllerFunctions/ |
D | arm_pid_init_q31.c | 59 S->A0 = __QADD(__QADD(S->Kp, S->Ki), S->Kd); in arm_pid_init_q31() 70 S->A0 = clip_q63_to_q31((q63_t) temp + S->Kd); in arm_pid_init_q31()
|
D | arm_pid_init_q15.c | 59 S->A0 = __QADD16(__QADD16(S->Kp, S->Ki), S->Kd); in arm_pid_init_q15() 75 S->A0 = (q15_t) __SSAT(temp, 16); in arm_pid_init_q15()
|
D | arm_pid_init_f32.c | 56 S->A0 = S->Kp + S->Ki + S->Kd; in arm_pid_init_f32()
|
/cmsis-dsp-3.5.0/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_controller.c | 89 if (PyArg_ParseTupleAndKeywords(args, kwds, "|hhhhhhh", kwlist,&self->instance->A0 in arm_pid_instance_q15_init() 104 GETFIELD(arm_pid_instance_q15,A0,"h"); 179 if (PyArg_ParseTupleAndKeywords(args, kwds, "|iiiiiii", kwlist,&self->instance->A0 in arm_pid_instance_q31_init() 194 GETFIELD(arm_pid_instance_q31,A0,"i"); 269 if (PyArg_ParseTupleAndKeywords(args, kwds, "|fffffff", kwlist,&self->instance->A0 in arm_pid_instance_f32_init() 284 GETFIELD(arm_pid_instance_f32,A0,"f");
|
/cmsis-dsp-3.5.0/PythonWrapper/examples/ |
D | testdsp.py | 66 print(pidf32.A0()) 69 print(pidf32.A0())
|
D | Noise suppression.ipynb | 207 …Abb/b/9a/wL/OACo/1kA8AA3AUABOP9aAL7+tQCr/6AATf/0/tEAdP+QADABOgEsAbcAJAHc/38A0/5L//AAzv/v/2//2P4rAN… 704 …A0/8NAOMA1v9GAPD/1//y/jD/wQA2AGcAuwCs/ykAwgBk/sD+9QCLAGT/VP+2ACgB1QDv/pIA6ADk/vH/Lv/WACQAr//b/yEAe… 999 …A0/75/gUA3f4C/7b/3QD1AOv+2gBsACYAwACC/4QAj//j/63/sP6eAH4AC//x/vH+XP+K/87+KQEp/+YALgG0/gQA/wCTAAEAD… 1670 …A0/5K/w4AnwBD/xcBKAHw/gwBfP/K/+oAoQCWAJcAnf/+AI//rf9m//EAIgE6AOL+YABUAPEACwEk/4X/n/+0/n8AlgDi/kAAJ…
|