mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Implement biquad on 2nd dterm lowpass filter.
This commit is contained in:
parent
799704cee3
commit
641d0a2e54
3 changed files with 20 additions and 4 deletions
|
@ -148,6 +148,7 @@ typedef struct pidProfile_s {
|
|||
uint8_t abs_control_gain; // How strongly should the absolute accumulated error be corrected for
|
||||
uint8_t abs_control_limit; // Limit to the correction
|
||||
uint8_t abs_control_error_limit; // Limit to the accumulated error
|
||||
uint8_t dterm_filter2_type; // Filter selection for 2nd dterm
|
||||
} pidProfile_t;
|
||||
|
||||
PG_DECLARE_ARRAY(pidProfile_t, MAX_PROFILE_COUNT, pidProfiles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue