Purchase Solution

Proportional Plus Derivative Control

Not what you're looking for?

Ask Custom Question

The attached drawing shows a proportional plus derivative controller that has a
proportional band of 20% and a derivative action time of 0.1 minutes.
Construct the shape of the output waveform for the triangular
input waveform shown, if the input rises and falls at the rate of 4 units
per minute.

Attachments
Purchase this Solution

Solution Summary

A Matlab code is written to generate output waveform corresponding to a given input waveform to a proportional plus derivative controller.

Solution Preview

Please see attachment -- matlab source code and output plot.

Matlab source code -- this code can be converted into other programming languages also:

clear all; % Clear the memory
%
%
Td = 0.1; % Derivative action time
nUnits = 4; %No. of units/minute
pb = 20; % Proportional band = 20%
kp = 100/pb; %propotional gain = 100/pb
%
setpoint = 0;
peakVal = 1; % triangle peak value = ...

Solution provided by:
Education
  • BEng, Allahabad University, India
  • MSc , Pune University, India
  • PhD (IP), Pune University, India
Recent Feedback
  • " In question 2, you incorrectly add in the $3.00 dividend that was just paid to determine the value of the stock price using the dividend discount model. In question 4 response, it should have also been recognized that dividend discount models are not useful if any of the parameters used in the model are inaccurate. "
  • "feedback: fail to recognize the operating cash flow will not begin until the end of year 3."
  • "Answer was correct"
  • "Great thanks"
  • "Perfect solution..thank you"
Purchase this Solution


Free BrainMass Quizzes
Architectural History

This quiz is intended to test the basics of History of Architecture- foundation for all architectural courses.