SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 142
Comparison of Single Phase and Four Phase Boost Converter for Closed
Loop Model
Abhishek Kumar1
Gajendra Singh Rawat2
Rituraj Singh Thakur3
1,2
Assistant Professor 3
M.Tech(Power System and Electric drives)
1,2
Electrical Department
1,2
Faculty of Engg. & Technology, Gurukula Kangri Vishwavidyalaya 3
Disha Institute of Management
and Technology
Abstract— The objective of this paper deals on analysis and
implementation of single phase and four phase boost
converter. The input ripple current and output ripple voltage,
steady state capacitor current are observed using MATLAB
Simulink.
Key words: Battery, Boost Converter, Capacitor, PI
controller
I. INTRODUCTION
A. Overview
Boost dc-to-dc converters have very good source interface
properties. The input inductor makes the source current
smooth and hence these converters provide very good EMI
performance.
One of the issues of concern in these converters is
the large size of the storage capacitor on the dc link. The
boost converter suffers from the disadvantage of
discontinuous current injected to the load. The size of the
capacitor is therefore large. Further, the ripple current in the
capacitor is as much as the load current; hence the ESR
specification of the tank capacitor is quite demanding. This
is especially so in the emerging application areas of
automotive power conversion, where the input voltage is
low (typically 12V) and large voltage boost (4 to 5) are
desired.
II.
A. Boost Converter
A boost converter regulates the average output voltage at a
level higher than the input or source voltage. For this reason
the boost converter is often referred to as a step-up converter
or regulator. The DC input voltage is in series with a large
inductor acting as a current source. A switch in parallel with
the current source and the output is turned off periodically,
providing energy from the inductor and the source to
increase the average output voltage. The boost converter is
commonly used in regulated DC power supplies and
regenerative braking of DC motors.
III. DIGITAL CONTROL OF POLYPHASE BOOST
CONVERTER
A. Poly-phase operation
In poly-phase boost converter each stage has an independent
current mode control loop, which uses the same reference
current. The reference current in turn is generated by the
outer voltage control loop. For correct operation of poly-
phase boost converter each PWM gate signal is required to
have 90 degrees phase shift respect to the previous one.
Generation of the four phase shifted PWM signals can be
done in two ways:
 Method A: Programming general purpose timers
with period of switching frequency and initializing
four different counter registers with 0, 90, 180, 270
degrees phase shift respect to the timer period
register.
 Method B: The switching pattern of different
switches for different values of duty cycles which
is stored as lookup table in memory has been
shown in table II. On time duration of the switch is
determined by D′ and similarly (1-D′) determines
the off time duration.
Where, D′ is given by D′=ND−floor(ND)
B. Design of PI Controller
1) Converter parameters
Po = 35 W, Vin = 12 V, Vo = 32 V
Fs = 100 KHz, D= 1-Vin/Vo = 0.625
∆Iin = 0.2(20%),∆Vo = 0.01(1%)
R = Vo*Vo/Po = 29.257 Ω
L = (Vin*D*Ts)/∆Iin = 128.5714µH
C = (D*Ts*Vo)/(R*∆Vo) =21.3623µF
2) MATLAB program for bode plot of the Boost Converter
Vi=12;Vo=32;Po=35;Fs=100e3;deli=0.2;
delv=0.01;D=1-Vi/Vo;Ts=1/Fs;
R=Vo^2/Po;L=D*(1-D)^2*R*Ts/deli;
C=D*Ts/(R*delv);num=[1/(1-D)];
den=[L*C/(1-D)^2 L/(R*(1-D)^2) 1];
H=tf(num,den);bode(num,den);
grid on;
a) Bode plot of the boost converter
-40
-30
-20
-10
0
10
20
30
40
Magnitude(dB)
10
3
10
4
10
5
-180
-135
-90
-45
0
Phase(deg)
Bode Diagram
Frequency (rad/sec)
Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model
(IJSRD/Vol. 2/Issue 09/2014/032)
All rights reserved by www.ijsrd.com 143
3) Generation of Four Phase Shifted Pulses using Simulink
C. Simulink Model for Single Phase Boost Converter
(Closed loop)
D. Simulink Model for Four Phase Boost Converter
(Closed loop)
E. Sub System for Four Phase Boost Converter
F. Simulink Model for Comparison of Single Phase and
Four Phase Converters (in closed loop)
Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model
(IJSRD/Vol. 2/Issue 09/2014/032)
All rights reserved by www.ijsrd.com 144
IV. RESULTS
A. Comparison of Single Phase and Four Phase
Converters (in closed loop)
1) Output voltage ripple of single phase (N=1) and four
phase (N=4)Converters
2) Input current ripple of single phase (N=1) and four
phase (N=4)Converters
B. Step Response of the Four Phase Boost Converter
V. CONCLUSION
This work discusses analysis and simulation of Single phase
and Four phase boost converter for closed loop.The
comaparision of single phase and four phase boost are
developed using MATLAB/SIMULINK. A modified
method for determining the duty cycle corresponds to
current control has been developed.The performance of four
phase boost converter has been found to be more
satisfactory as compared to single phase boost converter for
closed loop.The size of N boost converters in parallel is
almost same as a single boost converter of the same total
power because the size of main parts-inductors-almost
remains same.
REFERENCES
[1] R. Mirzaei and V. Ramanarayanan, “Polyphase
Boost Converter for Automotive and UPF
Applications with Digital Control.” NATIONAL
POWER ELECTRONICS CONFERENCE, NPEC
2005.
[2] R.Redl and L.Balogh, “Power-factor correction
with interleaved boost converters in continuous-
inductor-current mode.” in Proc. APEC’93,
pp.168–174.
[3] R.D. Middlebrook, S.C. Cuk, "Advance in
Switched Mode Power Conversion.” TeslaCO,
Pasadena, USA, 1983.
[4] P. Li and B. Lehman, “A design method for
paralleling current mode controlled DC-DC
converters,” IEEE Trans. on Power Electron., vol.
19, no. 3, May 2004.
0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02
-20
0
20
40
Vo(volt)
StepResponseoftheFourPhaseBoostConverter
0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02
0
5
10
Iin(amp)
0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02
-5
0
5
10
time(sec)
Ic(amp)
Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model
(IJSRD/Vol. 2/Issue 09/2014/032)
All rights reserved by www.ijsrd.com 145
[5] G. Moschopoulos, P. Jain, and G. Joós, “A novel
zero-voltage switched PWM boost converter”,
Proc. IEEE PESC 1995, pp. 694–700.
[6] G. Moschopoulos, P. Jain, Y.-F. Liu, and G. Joós,
“A zero-voltage switched PWM boost converter
with an energy feed forward auxiliary circuit.”
Proc. IEEE PESC 1996, pp. 76–82.
[7] C. M. C. Duarte and I. Barbi, “A new family of
ZVS-PWM active clamping dc-to-dc converters:
Analysis, design, and experimentation”, Proc.
INTELEC 1996, pp. 305–312.
[8] T.-W. Kim, H.-S. Kim, and H.-W. Ahn, “An
improved ZVT PWM converter.” Proc. IEEE
PESC 2000, pp. 615–619.

More Related Content

What's hot

A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2
yareda6
 

What's hot (20)

load flow 1
 load flow 1 load flow 1
load flow 1
 
Computer Application in Power system: Chapter two - load flow analysis
Computer Application in Power system: Chapter two - load flow analysisComputer Application in Power system: Chapter two - load flow analysis
Computer Application in Power system: Chapter two - load flow analysis
 
Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
N1102018691
N1102018691N1102018691
N1102018691
 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
 
Design and analysis of low power pseudo differential
Design and analysis of low power pseudo differentialDesign and analysis of low power pseudo differential
Design and analysis of low power pseudo differential
 
Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19
 
A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDAIRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDA
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
 
COMPREHENSIVE ANALYSIS AND SIMULATION OF MULTILEVEL POWER CONVERTERS TO CURTA...
COMPREHENSIVE ANALYSIS AND SIMULATION OF MULTILEVEL POWER CONVERTERS TO CURTA...COMPREHENSIVE ANALYSIS AND SIMULATION OF MULTILEVEL POWER CONVERTERS TO CURTA...
COMPREHENSIVE ANALYSIS AND SIMULATION OF MULTILEVEL POWER CONVERTERS TO CURTA...
 
KICKBACK NOISE ANALYSIS OF LOW POWER COMPARATOR
KICKBACK NOISE ANALYSIS OF LOW POWER COMPARATORKICKBACK NOISE ANALYSIS OF LOW POWER COMPARATOR
KICKBACK NOISE ANALYSIS OF LOW POWER COMPARATOR
 
Single Phase Power Generation System from Fuel Cell
Single Phase Power Generation System from Fuel CellSingle Phase Power Generation System from Fuel Cell
Single Phase Power Generation System from Fuel Cell
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
A Comparison Analysis of Unipolar and Bipolar Switching modulated Cascade H-B...
A Comparison Analysis of Unipolar and Bipolar Switching modulated Cascade H-B...A Comparison Analysis of Unipolar and Bipolar Switching modulated Cascade H-B...
A Comparison Analysis of Unipolar and Bipolar Switching modulated Cascade H-B...
 
A Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor CorrectionA Predictive Control Strategy for Power Factor Correction
A Predictive Control Strategy for Power Factor Correction
 
DISTRIBUTION LOAD FLOW ANALYSIS FOR RDIAL & MESH DISTRIBUTION SYSTEM
DISTRIBUTION LOAD FLOW ANALYSIS FOR RDIAL & MESH DISTRIBUTION SYSTEMDISTRIBUTION LOAD FLOW ANALYSIS FOR RDIAL & MESH DISTRIBUTION SYSTEM
DISTRIBUTION LOAD FLOW ANALYSIS FOR RDIAL & MESH DISTRIBUTION SYSTEM
 
UDSLF
UDSLFUDSLF
UDSLF
 

Viewers also liked

2013 ieee powerelectronics
2013 ieee powerelectronics2013 ieee powerelectronics
2013 ieee powerelectronics
ecwayerode
 
8 ee362_l_dc_dc_buckboost_ppt (1)
 8 ee362_l_dc_dc_buckboost_ppt (1) 8 ee362_l_dc_dc_buckboost_ppt (1)
8 ee362_l_dc_dc_buckboost_ppt (1)
balaji kumar
 
Boost converter by Rahman Cahyadiputra
Boost converter by Rahman CahyadiputraBoost converter by Rahman Cahyadiputra
Boost converter by Rahman Cahyadiputra
Rahman Cahyadiputra
 
EE452_ClosedLoop Boost Converter
EE452_ClosedLoop Boost ConverterEE452_ClosedLoop Boost Converter
EE452_ClosedLoop Boost Converter
ki hei chan
 
Dc Choppers
Dc ChoppersDc Choppers
Dc Choppers
stooty s
 

Viewers also liked (19)

Final Report
Final ReportFinal Report
Final Report
 
2013 ieee powerelectronics
2013 ieee powerelectronics2013 ieee powerelectronics
2013 ieee powerelectronics
 
Design and Simulation of a soft switching scheme for a dc-dc Boost Converter ...
Design and Simulation of a soft switching scheme for a dc-dc Boost Converter ...Design and Simulation of a soft switching scheme for a dc-dc Boost Converter ...
Design and Simulation of a soft switching scheme for a dc-dc Boost Converter ...
 
8 ee362_l_dc_dc_buckboost_ppt (1)
 8 ee362_l_dc_dc_buckboost_ppt (1) 8 ee362_l_dc_dc_buckboost_ppt (1)
8 ee362_l_dc_dc_buckboost_ppt (1)
 
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTERFUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
 
Boost converter by Rahman Cahyadiputra
Boost converter by Rahman CahyadiputraBoost converter by Rahman Cahyadiputra
Boost converter by Rahman Cahyadiputra
 
Concept kit: PWM Boost Converter Average Model
Concept kit: PWM Boost Converter Average ModelConcept kit: PWM Boost Converter Average Model
Concept kit: PWM Boost Converter Average Model
 
Seminar Report on MPPT
Seminar Report on MPPTSeminar Report on MPPT
Seminar Report on MPPT
 
EE452_ClosedLoop Boost Converter
EE452_ClosedLoop Boost ConverterEE452_ClosedLoop Boost Converter
EE452_ClosedLoop Boost Converter
 
7 ee462_l_dc_dc_boost_ppt
 7 ee462_l_dc_dc_boost_ppt 7 ee462_l_dc_dc_boost_ppt
7 ee462_l_dc_dc_boost_ppt
 
INTERLEAVED BOOST CONVERTER FOR PV APPLICATION
INTERLEAVED BOOST CONVERTER FOR PV APPLICATIONINTERLEAVED BOOST CONVERTER FOR PV APPLICATION
INTERLEAVED BOOST CONVERTER FOR PV APPLICATION
 
Design of Buck Converter
Design of Buck ConverterDesign of Buck Converter
Design of Buck Converter
 
BUCK converter fed by PV array
BUCK converter fed by PV arrayBUCK converter fed by PV array
BUCK converter fed by PV array
 
Choppers and cycloconverters
Choppers and cycloconvertersChoppers and cycloconverters
Choppers and cycloconverters
 
dc to dc-converter
dc to dc-converterdc to dc-converter
dc to dc-converter
 
BUCK CONVERTER
BUCK CONVERTERBUCK CONVERTER
BUCK CONVERTER
 
Boost converter
Boost converterBoost converter
Boost converter
 
Dc Choppers
Dc ChoppersDc Choppers
Dc Choppers
 
Choppers
ChoppersChoppers
Choppers
 

Similar to COMPARISION OF SINGLE PHASE AND FOUR PHASE BOOST CONVERTER FOR CLOSED LOOP MODEL

Soft Computing Technique for the Control of Triple-Lift Luo Converter
Soft Computing Technique for the Control of Triple-Lift Luo ConverterSoft Computing Technique for the Control of Triple-Lift Luo Converter
Soft Computing Technique for the Control of Triple-Lift Luo Converter
IJERA Editor
 
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
YogeshIJTSRD
 
Design and Simulation of Power Factor Correction Boost Converter using Hyster...
Design and Simulation of Power Factor Correction Boost Converter using Hyster...Design and Simulation of Power Factor Correction Boost Converter using Hyster...
Design and Simulation of Power Factor Correction Boost Converter using Hyster...
ijtsrd
 

Similar to COMPARISION OF SINGLE PHASE AND FOUR PHASE BOOST CONVERTER FOR CLOSED LOOP MODEL (20)

Design, Simulation and Hardware Implementation of a Multi Device Interleaved ...
Design, Simulation and Hardware Implementation of a Multi Device Interleaved ...Design, Simulation and Hardware Implementation of a Multi Device Interleaved ...
Design, Simulation and Hardware Implementation of a Multi Device Interleaved ...
 
A Novel Approach of Position Estimation and Power Factor Corrector Converter ...
A Novel Approach of Position Estimation and Power Factor Corrector Converter ...A Novel Approach of Position Estimation and Power Factor Corrector Converter ...
A Novel Approach of Position Estimation and Power Factor Corrector Converter ...
 
Design high gain dc dc boost converter with coupling inductor and simulation ...
Design high gain dc dc boost converter with coupling inductor and simulation ...Design high gain dc dc boost converter with coupling inductor and simulation ...
Design high gain dc dc boost converter with coupling inductor and simulation ...
 
Very high voltage boost converter based on boot strap capcitors and ...
Very  high  voltage  boost  converter  based  on  boot strap  capcitors  and ...Very  high  voltage  boost  converter  based  on  boot strap  capcitors  and ...
Very high voltage boost converter based on boot strap capcitors and ...
 
Soft Computing Technique for the Control of Triple-Lift Luo Converter
Soft Computing Technique for the Control of Triple-Lift Luo ConverterSoft Computing Technique for the Control of Triple-Lift Luo Converter
Soft Computing Technique for the Control of Triple-Lift Luo Converter
 
A03502001005
A03502001005A03502001005
A03502001005
 
IRJET- Investigation on DC-DC Converter Topologies for PV Applications
IRJET-  	  Investigation on DC-DC Converter Topologies for PV ApplicationsIRJET-  	  Investigation on DC-DC Converter Topologies for PV Applications
IRJET- Investigation on DC-DC Converter Topologies for PV Applications
 
IRJET-Solar Power Generation with Capacitor Based Seven Level Inverter System
IRJET-Solar Power Generation with Capacitor Based Seven Level Inverter SystemIRJET-Solar Power Generation with Capacitor Based Seven Level Inverter System
IRJET-Solar Power Generation with Capacitor Based Seven Level Inverter System
 
Solar Power Generation with Capacitor Based Seven Level Inverter System
Solar Power Generation with Capacitor Based Seven Level Inverter SystemSolar Power Generation with Capacitor Based Seven Level Inverter System
Solar Power Generation with Capacitor Based Seven Level Inverter System
 
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
A Review on Modeling and Analysis of Multi Stage with Multi Phase DC DC Boost...
 
Design and Simulation of Power Factor Correction Boost Converter using Hyster...
Design and Simulation of Power Factor Correction Boost Converter using Hyster...Design and Simulation of Power Factor Correction Boost Converter using Hyster...
Design and Simulation of Power Factor Correction Boost Converter using Hyster...
 
Stand alone regulated single phase five level inverter with coupled inductor
Stand alone regulated single phase five level inverter with coupled inductorStand alone regulated single phase five level inverter with coupled inductor
Stand alone regulated single phase five level inverter with coupled inductor
 
39 9146 a novel single source multi output (edit lafi)
39 9146 a novel single source multi output (edit lafi)39 9146 a novel single source multi output (edit lafi)
39 9146 a novel single source multi output (edit lafi)
 
IRJET- Design and Implementaion of DC-DC Boost Converter using Output Voltage...
IRJET- Design and Implementaion of DC-DC Boost Converter using Output Voltage...IRJET- Design and Implementaion of DC-DC Boost Converter using Output Voltage...
IRJET- Design and Implementaion of DC-DC Boost Converter using Output Voltage...
 
A Study on 3-phase Interleaved DC-DC Boost Converter Structure and Operation ...
A Study on 3-phase Interleaved DC-DC Boost Converter Structure and Operation ...A Study on 3-phase Interleaved DC-DC Boost Converter Structure and Operation ...
A Study on 3-phase Interleaved DC-DC Boost Converter Structure and Operation ...
 
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
Design of an Integrated Power Factor Converter with PI Controller for Low Pow...
 
P01051125133
P01051125133P01051125133
P01051125133
 
Power Quality Improvement Using Cascaded H-Bridge Multilevel Inverter Based D...
Power Quality Improvement Using Cascaded H-Bridge Multilevel Inverter Based D...Power Quality Improvement Using Cascaded H-Bridge Multilevel Inverter Based D...
Power Quality Improvement Using Cascaded H-Bridge Multilevel Inverter Based D...
 
High step up converter with diode capacitor technique for renewable energy ap...
High step up converter with diode capacitor technique for renewable energy ap...High step up converter with diode capacitor technique for renewable energy ap...
High step up converter with diode capacitor technique for renewable energy ap...
 
Design & Simulation Of 3-Phase, 15-Level Inverter with Reverse Voltage Topology
Design & Simulation Of 3-Phase, 15-Level Inverter with Reverse Voltage TopologyDesign & Simulation Of 3-Phase, 15-Level Inverter with Reverse Voltage Topology
Design & Simulation Of 3-Phase, 15-Level Inverter with Reverse Voltage Topology
 

More from ijsrd.com

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 

COMPARISION OF SINGLE PHASE AND FOUR PHASE BOOST CONVERTER FOR CLOSED LOOP MODEL

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 142 Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model Abhishek Kumar1 Gajendra Singh Rawat2 Rituraj Singh Thakur3 1,2 Assistant Professor 3 M.Tech(Power System and Electric drives) 1,2 Electrical Department 1,2 Faculty of Engg. & Technology, Gurukula Kangri Vishwavidyalaya 3 Disha Institute of Management and Technology Abstract— The objective of this paper deals on analysis and implementation of single phase and four phase boost converter. The input ripple current and output ripple voltage, steady state capacitor current are observed using MATLAB Simulink. Key words: Battery, Boost Converter, Capacitor, PI controller I. INTRODUCTION A. Overview Boost dc-to-dc converters have very good source interface properties. The input inductor makes the source current smooth and hence these converters provide very good EMI performance. One of the issues of concern in these converters is the large size of the storage capacitor on the dc link. The boost converter suffers from the disadvantage of discontinuous current injected to the load. The size of the capacitor is therefore large. Further, the ripple current in the capacitor is as much as the load current; hence the ESR specification of the tank capacitor is quite demanding. This is especially so in the emerging application areas of automotive power conversion, where the input voltage is low (typically 12V) and large voltage boost (4 to 5) are desired. II. A. Boost Converter A boost converter regulates the average output voltage at a level higher than the input or source voltage. For this reason the boost converter is often referred to as a step-up converter or regulator. The DC input voltage is in series with a large inductor acting as a current source. A switch in parallel with the current source and the output is turned off periodically, providing energy from the inductor and the source to increase the average output voltage. The boost converter is commonly used in regulated DC power supplies and regenerative braking of DC motors. III. DIGITAL CONTROL OF POLYPHASE BOOST CONVERTER A. Poly-phase operation In poly-phase boost converter each stage has an independent current mode control loop, which uses the same reference current. The reference current in turn is generated by the outer voltage control loop. For correct operation of poly- phase boost converter each PWM gate signal is required to have 90 degrees phase shift respect to the previous one. Generation of the four phase shifted PWM signals can be done in two ways:  Method A: Programming general purpose timers with period of switching frequency and initializing four different counter registers with 0, 90, 180, 270 degrees phase shift respect to the timer period register.  Method B: The switching pattern of different switches for different values of duty cycles which is stored as lookup table in memory has been shown in table II. On time duration of the switch is determined by D′ and similarly (1-D′) determines the off time duration. Where, D′ is given by D′=ND−floor(ND) B. Design of PI Controller 1) Converter parameters Po = 35 W, Vin = 12 V, Vo = 32 V Fs = 100 KHz, D= 1-Vin/Vo = 0.625 ∆Iin = 0.2(20%),∆Vo = 0.01(1%) R = Vo*Vo/Po = 29.257 Ω L = (Vin*D*Ts)/∆Iin = 128.5714µH C = (D*Ts*Vo)/(R*∆Vo) =21.3623µF 2) MATLAB program for bode plot of the Boost Converter Vi=12;Vo=32;Po=35;Fs=100e3;deli=0.2; delv=0.01;D=1-Vi/Vo;Ts=1/Fs; R=Vo^2/Po;L=D*(1-D)^2*R*Ts/deli; C=D*Ts/(R*delv);num=[1/(1-D)]; den=[L*C/(1-D)^2 L/(R*(1-D)^2) 1]; H=tf(num,den);bode(num,den); grid on; a) Bode plot of the boost converter -40 -30 -20 -10 0 10 20 30 40 Magnitude(dB) 10 3 10 4 10 5 -180 -135 -90 -45 0 Phase(deg) Bode Diagram Frequency (rad/sec)
  • 2. Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model (IJSRD/Vol. 2/Issue 09/2014/032) All rights reserved by www.ijsrd.com 143 3) Generation of Four Phase Shifted Pulses using Simulink C. Simulink Model for Single Phase Boost Converter (Closed loop) D. Simulink Model for Four Phase Boost Converter (Closed loop) E. Sub System for Four Phase Boost Converter F. Simulink Model for Comparison of Single Phase and Four Phase Converters (in closed loop)
  • 3. Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model (IJSRD/Vol. 2/Issue 09/2014/032) All rights reserved by www.ijsrd.com 144 IV. RESULTS A. Comparison of Single Phase and Four Phase Converters (in closed loop) 1) Output voltage ripple of single phase (N=1) and four phase (N=4)Converters 2) Input current ripple of single phase (N=1) and four phase (N=4)Converters B. Step Response of the Four Phase Boost Converter V. CONCLUSION This work discusses analysis and simulation of Single phase and Four phase boost converter for closed loop.The comaparision of single phase and four phase boost are developed using MATLAB/SIMULINK. A modified method for determining the duty cycle corresponds to current control has been developed.The performance of four phase boost converter has been found to be more satisfactory as compared to single phase boost converter for closed loop.The size of N boost converters in parallel is almost same as a single boost converter of the same total power because the size of main parts-inductors-almost remains same. REFERENCES [1] R. Mirzaei and V. Ramanarayanan, “Polyphase Boost Converter for Automotive and UPF Applications with Digital Control.” NATIONAL POWER ELECTRONICS CONFERENCE, NPEC 2005. [2] R.Redl and L.Balogh, “Power-factor correction with interleaved boost converters in continuous- inductor-current mode.” in Proc. APEC’93, pp.168–174. [3] R.D. Middlebrook, S.C. Cuk, "Advance in Switched Mode Power Conversion.” TeslaCO, Pasadena, USA, 1983. [4] P. Li and B. Lehman, “A design method for paralleling current mode controlled DC-DC converters,” IEEE Trans. on Power Electron., vol. 19, no. 3, May 2004. 0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02 -20 0 20 40 Vo(volt) StepResponseoftheFourPhaseBoostConverter 0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02 0 5 10 Iin(amp) 0 0.002 0.004 0.006 0.008 0.01 0.012 0.014 0.016 0.018 0.02 -5 0 5 10 time(sec) Ic(amp)
  • 4. Comparison of Single Phase and Four Phase Boost Converter for Closed Loop Model (IJSRD/Vol. 2/Issue 09/2014/032) All rights reserved by www.ijsrd.com 145 [5] G. Moschopoulos, P. Jain, and G. Joós, “A novel zero-voltage switched PWM boost converter”, Proc. IEEE PESC 1995, pp. 694–700. [6] G. Moschopoulos, P. Jain, Y.-F. Liu, and G. Joós, “A zero-voltage switched PWM boost converter with an energy feed forward auxiliary circuit.” Proc. IEEE PESC 1996, pp. 76–82. [7] C. M. C. Duarte and I. Barbi, “A new family of ZVS-PWM active clamping dc-to-dc converters: Analysis, design, and experimentation”, Proc. INTELEC 1996, pp. 305–312. [8] T.-W. Kim, H.-S. Kim, and H.-W. Ahn, “An improved ZVT PWM converter.” Proc. IEEE PESC 2000, pp. 615–619.