How can i implement the equation in SIMULINK MODEL??
Show older comments
Hai all,
I am trying to implement First order Filter whose output is out(k) = out(k-1)+((in(k)-(out(k-1))*gain .
I have input in(k) and gain I need to find out(k) for every 5 milli-seconds. I am new to MATLAB Simulink. please help me out to solve this.
Answers (2)
Ameer Hamza
on 17 Mar 2020
0 votes
The attached model shows you how to implement such an equation in MATLAB. Also, press the "FixedTimeDiscrete" at the bottom right of the Simulink window to open solver properties to see how to set the time step to be 5 milliseconds.
4 Comments
Dileepa B S
on 17 Mar 2020
Ameer Hamza
on 17 Mar 2020
Please check the attached file exported for R2019a.
Dileepa B S
on 17 Mar 2020
Ameer Hamza
on 18 Mar 2020
Glad to be of help.
Siamak Lotfi
on 10 Sep 2021
0 votes
thanks
Communities
More Answers in the Power Electronics Control
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!