Project 1: Brake System Modelling & Control

Slides:



Advertisements
Similar presentations
Bode Diagram (1) Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
Advertisements

Chapter 10 Stability Analysis and Controller Tuning
Fundamentals of Electric Circuits Chapter 14
Lecture 22. Bode Plots Frequency Response Bode plots Examples
Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 2 Lecture 2: Transfer Functions Prof. Niknejad.
Poles and Zeros and Transfer Functions
Lecture 201 EEE 302 Electrical Networks II Dr. Keith E. Holbert Summer 2001.
Lecture 9: Compensator Design in Frequency Domain.
Lect21EEE 2021 Bode Plots Dr. Holbert April 16, 2008.
VARIABLE-FREQUENCY NETWORK
سیستمهای کنترل خطی پاییز 1389 بسم ا... الرحمن الرحيم دکتر حسين بلندي - دکتر سید مجید اسما عیل زاده.
Experimental determination of motor model parameters ETEC6419.
MESB374 System Modeling and Analysis Forced Response
Frequency Response OBJECTIVE - Bode and Nyquist plots for control analysis - Determination of transfer function - Gain and Phase margins - Stability in.
BODE DIAGRAMS-2 (Frequency Response). Magnitude Bode plot of -- 20log 10 (1+jω/0.1) log 10 (1+jω/5) log 10 (ω) -- 20log 10 (√10) -- 20log.
Chapter 6: Frequency Domain Anaysis
Frequency Response OBJECTIVE - Bode and Nyquist plots for control analysis - Determination of transfer function - Gain and Phase margins - Stability in.
INC 341PT & BP INC341 Frequency Response Method Lecture 11.
Week 9 Frequency Response And Bode Plots. Frequency Response The frequency response of a circuit describes the behavior of the transfer function, G(s),
DC-DC Fundamentals 1.5 Converter Control. What is Converter Control? A converter can provide a constant voltage output at various condition because of.
Frequency Response Analysis and Stability
Frequency Response Analysis
Quiz 4 performance 1 Max. is 28/30. Average is 23 Please note the unique 3 digit code at the 2nd page of your Quiz 4 You can use this to track your grade.
Matlab Tutorial for State Space Analysis and System Identification
Simulated Inductance Experiment 25.
G(s) Input (sinusoid) Time Output Ti me InputOutput A linear, time-invariant single input and single output (SISO) system. The input to this system is.
MESB374 System Modeling and Analysis Chapter 11 Frequency Domain Design - Bode.
SYSTEMS Identification Ali Karimpour Assistant Professor Ferdowsi University of Mashhad Reference: “System Identification Theory.
Automatic Control By Dr. / Mohamed Ahmed Ebrahim Mohamed Web site:
ELECTRICAL ENGINEERING: PRINCIPLES AND APPLICATIONS, Fourth Edition, by Allan R. Hambley, ©2008 Pearson Education, Inc. Lecture 18 Bode Plot, High Pass.
Variable-Frequency Response Analysis Network performance as function of frequency. Transfer function Sinusoidal Frequency Analysis Bode plots to display.
BASIC OF INSRUMENTAION PROCESS & CONTROL -:Guided by:- Proff. Piyush Modi Dept. of Chemical Engg. Pacific School of Engg. Surat.
Lecture 16 Bode Analysis, stability, Gain and Phase Margins North China Electric Power University Sun Hairong.
Feedback Control System THE ROOT-LOCUS DESIGN METHOD Dr.-Ing. Erwin Sitompul Chapter 5
Lesson 21: Methods of System Analysis
Lesson 16: Basic Control Modes
Lesson 22: Determining Control Stability Using Bode Plots
Lesson 13: Effects of Negative Feedback on System disturbances
Lesson 20: Process Characteristics- 2nd Order Lag Process
Frequency response I As the frequency of the processed signals increases, the effects of parasitic capacitance in (BJT/MOS) transistors start to manifest.
Lesson 15: Bode Plots of Transfer Functions
WORKSHOP 7 PID TUNING.
Time Domain and Frequency Domain Analysis
Network Analysis and Synthesis
Chapter 10 Optimal Control Homework 10 Consider again the control system as given before, described by Assuming the linear control law Determine the constants.
2nd Homework: Cervical Syndrome
SINUSOIDAL FREQUENCY ANALYSIS
DNT Control Principle Frequency Response Techniques DNT Control Principle.
Control System Analysis and Design by the Frequency Response Method
Basic Design of PID Controller
Control System Toolbox
Fundamentals of Electric Circuits Chapter 14
Lesson 12: Analog Signal Conditioning
Frequency Resp. method Given: G(s)
Hanani binti Abdul Wahab 24 September 2008
Homework 2 [due Jan. 31] [1] Given the circuit as shown below and a unit step voltage source at the input node s, use SPICE to simulate the circuit and.
Compensators.
Frequency Response Techniques
Digital and Non-Linear Control
Nyquist Stability Criterion
9. Frequency-Domain Analysis
دکتر حسين بلندي- دکتر سید مجید اسما عیل زاده
Jamie West Jay Baker Joel Wood 10/10/11 UTC ENGR 3280L
Ⅰ、Brief introduction to the paper
Frequency Response OBJECTIVE
Frequency Response Techniques
IntroductionLecture 1: Basic Ideas & Terminology
Exercise 1 For the unit step response shown in the following figure, find the transfer function of the system. Also find rise time and settling time. Solution.
Finding Statistics from a Grouped frequency table
The Frequency-Response Design Method
Presentation transcript:

Project 1: Brake System Modelling & Control

Brake chamber pressure (output) Objective To determine the transfer function of air brake system consisting of electro- pneumatic regulator (EPR). EPR Voltage (input) Brake pressure model Brake chamber pressure (output)

Procedure - Modelling Frequency spectrum Check for LTI approximation System transfer function Frequency response Model parameter values Time response

Check for LTI – Spectral analysis This method feeds a sinusoidal input voltage to the system and analyses the frequency content in the output.

Check for LTI – Spectral analysis Open the frequency data files with Matlab. Each matrix contains Time, Voltage and Pressure data. Frequency Time Voltage Pressure Plot input and output vs time. plot(F_0_1(:,1),F _0_1(:,2),'b') hold on plot(F _0_1(:,1),F _0_1(:,3),'r')

Identify the dominant frequency in each input and output pair.

Make a stem plot of magnitude vs frequency for both input and output. Type this in the command window and press enter to call the function. Input arguments passed to the function Output arguments returned from the function Make a stem plot of magnitude vs frequency for both input and output. Example: stem(frequency,magnitude) Check if the system can be approximated as an LTI system.

Frequency response –Bode plot Get the peak to peak output values for each frequency (use min() max() command in Matlab). Using the values obtained, calculate gain for each frequency as given below: Plot frequency vs calculated gain using semilogx() command in Matlab.

Frequency response –Bode plot Check for the slope of high frequency asymptote. Slope (dB/decade) Relative degree of the system -20 1 -40 2 -60 3 Low frequency asymptote High frequency asymptote

Transfer Function Structure 𝐺 𝑝 𝑠 = 𝐾 1+𝜏𝑠 𝑒 −𝑇𝑠 Model values to be found Using Pade’s Approximation, 𝐺 𝑝 𝑠 = 𝐾 2−𝑇𝑠 1+𝜏𝑠 2+𝑇𝑠 .

Step Response Analysis Import the data Plot the step input and response Find the delay and gain Determine the time constant

Step Response Analysis 1. Import step response data Time Voltage Pressure Step response data for 5V input

Step Response Analysis 2. To plot the data for step response Time Voltage Time Pressure

Step Response Analysis 3. To determine the delay and steady state gain of the system Measure the time delay from the response plots and note down your observations. Measure the input and output steady state values and calculate gain as the ratio of P_s/V_s which is in bar/V. Input steady state voltage (V_s) Output steady state pressure (P_s)

Step Response Analysis 4. Determine the time constant Determine the time constants for all the four sets and check if it is same. If not find the range in which it lies.

Time constant With the τ range obtained from previous exercise, assume a suitable step size and obtain a set a values for the same. Example: If the range is [0.1 0.4] and the assumed step size is 0.05, the set will consist of {0.1,0.15,0.2,0.25, 0.3, 0.35, 0.4}. With delay and gain value obtained, use the code given below to find the simulated response for the above set and compare it with experimental response. Time constant values in an array Step input magnitude Time range for simulated response

Time constant For comparison, calculate Mean Absolute Percentage Error (MAPE) for the time constant value set obtained earlier. 𝑀𝐴𝑃𝐸= 1 𝑁 𝑖=1 𝑁 𝑠𝑖𝑚𝑢𝑙𝑎𝑡𝑒𝑑 𝑣𝑎𝑙𝑢𝑒−𝑒𝑥𝑝𝑒𝑟𝑖𝑚𝑒𝑛𝑡𝑎𝑙 𝑣𝑎𝑙𝑢𝑒 𝑒𝑥𝑝𝑒𝑟𝑖𝑚𝑒𝑛𝑡𝑎𝑙 𝑣𝑎𝑙𝑢𝑒 100%, N- total number of observations.

Time constant Compute MAPE for each τ value for all the voltages given and find the τ value for which it is minimum. Hints to program in Matlab: Use ‘for loop’ to implement the MAPE formula. Time constant MAPE for V1 MAPE for V2 MAPE for V3 MAPE for V4 Average MAPE …

Gdrive link https://drive.google.com/file/d/1C39mDgku0anc0vufnhKzKuuYiaA24FC b/view?usp=sharing