MATLAB: Discrete Continuous Simulink Question

discrete continuous transfer function simulink

Hey guys
I want to know if there is a problem if a mix continuous and discrete transfer functions in a simulink model.

Best Answer

There is no problem using continuous and discrete blocks in simulink. If for example the output y(t) of a continuous system is the input u[n] of discrete system:
u[n] is the the signal y(t) taken at each sample time ts.
Related Question