Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
UKF_Wind_Estimator.h File Reference
#include <math.h>
#include <string.h>
#include "rtwtypes.h"
+ Include dependency graph for UKF_Wind_Estimator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DW
 
struct  ExtU
 
struct  ExtY
 
struct  ukf_init_tag
 
struct  ukf_params_tag
 

Macros

#define UKF_Wind_Estimator_COMMON_INCLUDES_
 

Typedefs

typedef struct ukf_init_tag ukf_init_type
 
typedef struct ukf_params_tag ukf_params_type
 

Functions

void UKF_Wind_Estimator_initialize (void)
 
void UKF_Wind_Estimator_step (void)
 

Variables

DW ukf_DW
 
ExtU ukf_U
 
ExtY ukf_Y
 
ukf_init_type ukf_init
 
ukf_params_type ukf_params
 

Data Structure Documentation

◆ DW

struct DW

Definition at line 30 of file UKF_Wind_Estimator.h.

Data Fields
real32_T Delay1_DSTATE[7]
real32_T Delay_DSTATE[49]
boolean_T P_not_empty
boolean_T x_not_empty

◆ ExtU

struct ExtU

Definition at line 38 of file UKF_Wind_Estimator.h.

Data Fields
real32_T accel[3]
real32_T aoa
real32_T q[4]
real32_T rates[3]
real32_T sideslip
real32_T va
real32_T vk[3]

◆ ExtY

struct ExtY

Definition at line 49 of file UKF_Wind_Estimator.h.

Data Fields
real32_T Pout[49]
real32_T xout[7]

◆ ukf_init_tag

struct ukf_init_tag

Definition at line 55 of file UKF_Wind_Estimator.h.

Data Fields
real32_T alpha
real32_T beta
real32_T ki
real32_T P0[49]
real32_T x0[7]

◆ ukf_params_tag

struct ukf_params_tag

Definition at line 63 of file UKF_Wind_Estimator.h.

Data Fields
real32_T dt
real32_T Q[49]
real32_T R[36]

Macro Definition Documentation

◆ UKF_Wind_Estimator_COMMON_INCLUDES_

#define UKF_Wind_Estimator_COMMON_INCLUDES_

Definition at line 23 of file UKF_Wind_Estimator.h.

Typedef Documentation

◆ ukf_init_type

typedef struct ukf_init_tag ukf_init_type

◆ ukf_params_type

Function Documentation

◆ UKF_Wind_Estimator_initialize()

void UKF_Wind_Estimator_initialize ( void  )

Definition at line 2098 of file UKF_Wind_Estimator.c.

Referenced by init_calculator().

+ Here is the caller graph for this function:

◆ UKF_Wind_Estimator_step()

Variable Documentation

◆ ukf_DW

DW ukf_DW
extern

Definition at line 27 of file UKF_Wind_Estimator.c.

Referenced by init_calculator(), and UKF_Wind_Estimator_step().

◆ ukf_init

ukf_init_type ukf_init
extern

◆ ukf_params

◆ ukf_U

◆ ukf_Y

ExtY ukf_Y
extern