How do I smooth out the maximas and minimas of the following scope output in Simulink
4 次查看(过去 30 天)
显示 更早的评论
I need know that I need to change the sample time through discretization to smooth out those peaks and I tried to use a power gui block to do it but it was ineffective. I would greatly appreciate any guidance
0 个评论
采纳的回答
Purushottama Rao
2017-1-31
Matlab Function inherits the sampling time from the block connected to it. As the clock is connected as the input of the function block which does not have sampling time, output is not as expected. Add unity gain block as suggested in other post at the input of the function.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!