Estimation of Input to Transfer Function

조회 수: 2 (최근 30일)
Omar Khalifa
Omar Khalifa 2020년 4월 20일
댓글: Ameer Hamza 2020년 4월 21일
Hello,
I want to control 220V 100 Watt "Band Heater", to apply 160 degree celsius on load and control it using PID Controller using on/off Relay, so in order to get Transfer function for this system, i applied 220V to the
heater and record the output values in array and send them to MATLAB, but in order to get transfer function i have to specify input/output for the system, so i specify the output(temperature), but i couldn't specify the exact input to the system. So my question is:
What is the exact input to this system in order to identify it in MATLAB?

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 4월 20일
Since you applied a constant voltage of 220V, so you should create a vector with all values 220 and the same size and y2. Then use it as input for transfer function estimation.
x2 = 220*ones(size(y2));
define this in MATLAB workspace, and input x2 in the input field.
  댓글 수: 10
Omar Khalifa
Omar Khalifa 2020년 4월 20일
편집: Omar Khalifa 2020년 4월 20일
Alright, i understand that i should give Band Heater enough time to make the temperature curve becomes horizontal. I hope this will fix my problem.
Once again, thank you very much for your help.
Ameer Hamza
Ameer Hamza 2020년 4월 21일
Correct. That will give enough data to estimate an accurate transfer function.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by