9#ifndef MINIFOC_ALGORITHM_FILTER_H_
10#define MINIFOC_ALGORITHM_FILTER_H_
float filter_update_value(Filter_Structure_t *param, short value)
update the output value of the first-order low-pass filter
volatile Filter_Structure_t velocity_filter
motor rotation speed low pass filter handle
void filter_config(void)
configure low-pass filter parameters
structure of low-pass filter algorithm
float coefficient2
low-pass filter coefficient 2
float last_result
previous calculation results of low-pass filter
float current_result
current calculation results of low-pass filter
float coefficient1
low-pass filter coefficient 1