How do I smooth out the maximas and minimas of the following scope output in Simulink
조회 수: 3 (최근 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!