Control systems with different frequencies.
Control systems with different frequencies.
(OP)
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!





RE: Control systems with different frequencies.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
[IMG http://tinyurl.com/7ofakss]
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: Control systems with different frequencies.