AM243x Motor Control SDK  09.02.00

Introduction

Defines ZPK3 strcture that represents a third order transfer function of poles and zeros.

Go to the source code of this file.

Data Structures

struct  DCL_ZPK3
 Defines the DCL_ZPK3 structure. More...
 
struct  DCL_ZPK3F64
 Defines the 64bit ZPK3 structure. More...
 

Macros

#define ZPK3_DEFAULTS
 Defines default values to initialize the DCL_ZPK3 structure. More...
 
#define ZPK3F64_DEFAULTS
 Defines default values to initialize the DCL_ZPK3F64 structure. More...
 

Functions

_DCL_CODE_ACCESS bool DCL_isStableZpk3 (DCL_ZPK3 *q)
 Determines stability of a ZPK3 representation by checking pole magnitude. More...
 
_DCL_CODE_ACCESS bool DCL_isStableZpk3F64 (DCL_ZPK3 *q)
 Determines stability of a ZPK3F64 representation by checking pole magnitude. More...