How to solve the discontinuity of MPC controller output?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Jingchao Li
 el 6 de Ag. de 2020
  
    
    
    
    
    Respondida: Jingchao Li
 el 11 de Ag. de 2020
            In simulink, I used the MPC toolbox to obtain the control value calculated by MPC with a sampling period of 0.05s.
In the following calculations, I need to derive the control variable. However, 0.05s is much smaller than the simulation step size, which leads to an infinite value for the derivative.
I tried to use low-pass filtering, but it still can't solve the problem well.
The MPC algorithm should calculate the control variables in the control horizon together, and then output them one by one. Is it possible to perform interpolation processing before the output of the MPC controller? Or is there any better way to solve this difficulty?
0 comentarios
Respuesta aceptada
Más respuestas (1)
  Fangjun Jiang
      
      
 el 6 de Ag. de 2020
        Use a rate transition block or zero-order holder block to deal with different sample rate
4 comentarios
Ver también
Categorías
				Más información sobre Model Predictive Control Toolbox en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!