JanusGowda
Computer
- Aug 14, 2015
- 6
Hello,
I'm new in the forum and also kind of new in the Control systems world.
I'm trying to write the transfer functions of a control system:
------------>G1(z)------------>G2(z)----------->
In the z domain (discrete control). The problem is that G2 works at a different sampling rate than G1. That is, there is two blocks that resample the data.
------------>G1(z)------R1(z)------>G2(z)-----R2(z)------>
G1 works at 10Hz and G2 at 2Hz.
So R1 converts the data from 10 to 2 Hz by means of a zero order hold (MATLAB). And R2 converts from 2Hz to 10Hz with a delay (MATLAB).
How can I write the right transfer function of the system considering this?
Thank you very much!
I'm new in the forum and also kind of new in the Control systems world.
I'm trying to write the transfer functions of a control system:
------------>G1(z)------------>G2(z)----------->
In the z domain (discrete control). The problem is that G2 works at a different sampling rate than G1. That is, there is two blocks that resample the data.
------------>G1(z)------R1(z)------>G2(z)-----R2(z)------>
G1 works at 10Hz and G2 at 2Hz.
So R1 converts the data from 10 to 2 Hz by means of a zero order hold (MATLAB). And R2 converts from 2Hz to 10Hz with a delay (MATLAB).
How can I write the right transfer function of the system considering this?
Thank you very much!