SIMULINK WHILE LOOP with Estimator

1 次查看(过去 30 天)
Dear All,
I am trying to build a while loop that tries to estimate future values.
Block diagram is as below.
Main Code operates at 1 Hz. and calculates SOC value. I need to precict future SOC value by iterating a process 1000 times before next 1 second.
Main Code calculates SOC and While loop
N. SECOND
{
Main Code operates
Calculates SOC_main
}
{
Takes SOC_main as initil value
Process it
Output SOC_Estimator that is the input for next interation in while loop
Takes SOC_estimater as input
Process it
Output SOC_Estimator that is the input for next interation in while loop
.......% This happens 999 times
% This process is done 1000 times at most
}
(N+1). SECOND
{
Main Code operates
Calculates SOC_main
}
I could not build the model.
Any help will be appreciated.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 System on Chip (SoC) 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by