How to get inverse of Backlash in simulink?
4 次查看(过去 30 天)
显示 更早的评论
Please check the image attached herein (Source; Load Frequency Control of Power Systems with Governor Deadband (GDB) Non-linearity by Wen Tan, Shuaibing Chang, and Rong Zhou). This image has a deadband inverse block. How can I implement this deadband inverse block from simulink. While the deadband block can be implemented from "Backlash" block, but I am not able to realize how to obtain the deadband inverse block from simulink. Please help
2 个评论
David Wilson
2019-4-18
Probably the easiest way to implement this is via "build-your-own" simulink block using the Matlab function block (under User-defined functions).
Given that these blocks typically require some memory, you may also need to implement that as well either using a delay, or a memory block.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discontinuities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!