07011983
Automotive
- Sep 15, 2005
- 8
He!
I was wondering... In a m-file I can make a filter by a sommation of 100 data samples and then calculate the mean of that.
c = ones(1,100)/100;
fy= filter(c,1,y);
Now I want this to do in simulink, but I have no idea how to make something?!?! Any suggestions??
I was wondering... In a m-file I can make a filter by a sommation of 100 data samples and then calculate the mean of that.
c = ones(1,100)/100;
fy= filter(c,1,y);
Now I want this to do in simulink, but I have no idea how to make something?!?! Any suggestions??