![]() |
miniFOC 1.0.3
This open-source project aims to accomplish a FOC(Field Oriented Control) scheme that is operatable with minimum costs in China.
|
structure of low-pass filter algorithm More...
#include <filter.h>
Data Fields | |
float | coefficient1 |
low-pass filter coefficient 1 More... | |
float | coefficient2 |
low-pass filter coefficient 2 More... | |
float | last_result |
previous calculation results of low-pass filter More... | |
float | current_result |
current calculation results of low-pass filter More... | |
float coefficient1 |
low-pass filter coefficient 1
Definition at line 17 of file filter.h.
Referenced by filter_coefficient_config(), and filter_update_value().
float coefficient2 |
low-pass filter coefficient 2
Definition at line 18 of file filter.h.
Referenced by filter_coefficient_config(), and filter_update_value().
float current_result |
current calculation results of low-pass filter
Definition at line 20 of file filter.h.
Referenced by filter_coefficient_config(), and filter_update_value().
float last_result |
previous calculation results of low-pass filter
Definition at line 19 of file filter.h.
Referenced by filter_coefficient_config(), and filter_update_value().