|
Surface velocity application config container. More...
Data Fields | |
float | surface_distance |
uint16_t | time_series_length |
uint16_t | slow_zone_half_length |
float | psd_lp_coeff |
uint16_t | cfar_guard |
uint16_t | cfar_win |
float | threshold_sensitivity |
float | velocity_lp_coeff |
float | max_peak_interval_s |
float | sensor_angle |
acc_config_t * | sensor_config |
Surface velocity application config container.
Definition at line 92 of file example_surface_velocity.c.
uint16_t acc_surface_velocity_config_t::cfar_guard |
Definition at line 98 of file example_surface_velocity.c.
uint16_t acc_surface_velocity_config_t::cfar_win |
Definition at line 99 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::max_peak_interval_s |
Definition at line 102 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::psd_lp_coeff |
Definition at line 97 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::sensor_angle |
Definition at line 103 of file example_surface_velocity.c.
acc_config_t* acc_surface_velocity_config_t::sensor_config |
Definition at line 104 of file example_surface_velocity.c.
uint16_t acc_surface_velocity_config_t::slow_zone_half_length |
Definition at line 96 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::surface_distance |
Definition at line 94 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::threshold_sensitivity |
Definition at line 100 of file example_surface_velocity.c.
uint16_t acc_surface_velocity_config_t::time_series_length |
Definition at line 95 of file example_surface_velocity.c.
float acc_surface_velocity_config_t::velocity_lp_coeff |
Definition at line 101 of file example_surface_velocity.c.