tailieunhanh - Engineering and Scientific Computations Using MATLAB phần 8

Mục tiêu của chúng tôi là để mô phỏng các công cụ chuyển đổi tăng, và điều kiện ban đầu và các thông số phải được chỉ định. Các điều kiện ban đầu đượcLưu ý của các phương trình vi phân, m-file sau đây được viết để giải quyết phương trình vi phân với điều kiện ban đầu được giao, các thông số chuyển đổi, và tỷ lệ thi hành công vụ | Chapters MATLAB Applications 150 duc dt iL ia-iLdL di 1 t . . --p- uc rl. rc FL dt Lỵ c V rcia ucdD rc-rsyLdD -rciadD Vd Ặ -7- c r h - ra - rciLdD -E . dt La Our goal is to simulate the boost converter and initial conditions and parameters must be assigned. Let the initial conditions be co 4o la0 10 5 -5 Taking note of the differential equations the following m-files are written to solve differential equations with the assigned initial conditions converter parameters and duty ratio. MATLAB script c5 2 6a. m echo on clear all t0 0 tfinal tspan to tfinal initial and final time y0 10 5 -5 initial conditions t y ode45 c5_2_6b tspan yO ode45 MATLAB solver Plot of the time history found by solving three differential equations assigned in the file 3-D plot using xl x2 and x3 as the variables plot3 y l y 2 y 3 xlabel xl ylabel x2 zlabel x3 text 10 5 -5 xO Initial v axis pause 3-D plot using xl x3 and time as the variables plot3 y 1 y 3 t xlabel xl ylabel x3 zlabel time text 10 -5 0 xO Initial v axis pause 2-D plots subplot 2 2 1 plot t y xlabel Time seconds title Dynamics of the state variables subplot 2 2 2 plot t y 1 - xlabel Time seconds title Voltage uc xl V subplot 2 2 3 plot t y 2 xlabel Time seconds title Current iL x2 A subplot 2 2 4 plot t y 3 xlabelf Time seconds title Current ia x3 A disp END MATLAB script c5 2 _6b . m function yprime difer t y converter parameters rs rc ra C L La voltage applied back emf and duty ratio Vd 50 Ea 5 D three differential equations to model a boost converter yprime y 2 -y 3 -y 2 D C . -y 1 - rl rc y 2 rc y 3 y 1 D rc-rs y 2 D-rc y 3 D Vd L . y 1 rc y 2 - ra rc y 3 -rc y 2 D-Ea La Chapter 5 MATLAB Applications 151 Two three-dimensional plots X1 O Xz f X3 0 and X O Xj t are illustrated in Figure . The converter transient dynamics for Xi í X2O X3O are reported in Figure . Dynamics of the state variables 150 100 50 Voltage uc x1 V 100 80 60 40 20 0. _ . _ _ _ _ . 0 .

TỪ KHÓA LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.