my whole simulation which contains the inverter on Simulink is discrete time system with discrete block 2e-6 sec
I made a state space model for the inverter system
Xdot=Ax+Bu
but I guess that I should implement it as discrete in simulink, right ??
Or I can work on it as continuous state space ??
one of me state parameters is the rate of change of a measurement, how can I do it on Simulink ?? since once I put a discrete derivative block in simulink, there is an error in discrete state space block.
Any advice ??