Ticket #5808: md_filter.mo

File md_filter.mo, 215 bytes (added by mdonolo@…, 6 years ago)

a file needed for the other file

Line 
1block md_filter
2 extends Modelica.Blocks.Interfaces.MISO;
3 parameter Real x = 4;
4 annotation(
5 Icon(coordinateSystem(extent = {{-100, -100}, {100, 100}})));
6equation
7 y = sum(u)/x;
8end md_filter;