필터 지우기
필터 지우기

Simulink - output mean value of last X signal values

조회 수: 1 (최근 30일)
Aviad Aviad
Aviad Aviad 2018년 4월 20일
I want to create a subsystem in Simulink that has one signal input. The simulation is fixed-step. On the first step, the subsystem should output the value of the input signal. On the second step, the subsystem should output the mean value of the current and previous signal values with weighted parameters (for example: (0.5*IN1+1.5*IN2)/(0.5+1.5)). On the third step, the subsystem should output the mean value of the first, previous and current signal values with weighted parameters, and so forth.
I want to calculate the mean value according to the last 15 output only.
Is there a simple way to accomplish this is Simulink?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by