Response Dependent Gain Calculation

W

Thread Starter

Wasi

Hi,

Anybody can help me? I have a velocity signal from which I want to identify the maximum value of previous [T] sec time period of each sample. I want to do this in Simulink.

it can be a sliding window of T sec duration sliding after each sample and giving the max value of the window.

my email is: [email protected]
 
Hello Wasi,

If your velocity signal is in discrete time, or you can discretise it at a given (fast enough) rate. Then you could use a Tapped Delay block followed by a MinMax block (set to max, of course).

I don't think there is an easy way, if indeed any, to take the max velocity over a given period/window of a fundamentally continuous-time signal.

Let us know if this is what you meant,
Regards,
Gerrit.
 
Top