We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,fal函数中应该是 y = x / powf(delta, 1 - alpha); 而不是 y = x / powf(delta, alpha - 1); 经过仿真,我发现原来的fal在delta过大时 会出现尖峰,太不合理了,经过调参后,delta不能超过1.1左右,那这个饱和函数fal的饱和区间就被限死了,一点意义都没有 这个是修正后的fal对应的delta的效果
The text was updated successfully, but these errors were encountered:
还有我想问一下”三种电机分别使用速度闭环和位置闭环时的标准结构(待完善,有bug“的bug是什么
Sorry, something went wrong.
No branches or pull requests
大佬,fal函数中应该是
y = x / powf(delta, 1 - alpha);
而不是
y = x / powf(delta, alpha - 1);
经过仿真,我发现原来的fal在delta过大时
会出现尖峰,太不合理了,经过调参后,delta不能超过1.1左右,那这个饱和函数fal的饱和区间就被限死了,一点意义都没有
这个是修正后的fal对应的delta的效果
The text was updated successfully, but these errors were encountered: