Is there a way to detrend an output of integrator block in simulink?

1 view (last 30 days)
I understand there is a simulink block detrend, but it requires a vector to operate upon.
And what we are dealing with are 1x1 values in real time, so detrending this simply returns 0.
Detrending the same variable in matlab using function "detrend" works fine, since it then becomes an offline data processing.
Is there a way to do it online? I was thinking if something on the lines of moving average block could be implemented?

Answers (0)

Community Treasure Hunt

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

Start Hunting!