Design Project Power Supply Design (Version: 7 Sep)
1 Assignment Deliverable
A well-formatted and laid out report containing details of your power supply design, with justifi- cations for decisions made, and validated test results including analysis of output reliability and impacts on power quality.
Maximum of 10 pages, including design calculations, figures, tables, key schematics and wave- form images. Additional waveform images may be included in an appendix and commented on in the main body of the report.
More details on project report expectations can be found in Section 6.
2 Overview
You work for a consumer electronics design company that is developing a Smart-device Docking Station capable of providing power to a range of smart devices (phones, tablets, music players, etc), audio amplifiers, as well as providing an auxiliary power supply. The docking station is required to be able to plug into any single-phase power outlet anywhere in the world, and should be compliant to applicable power quality standards. Your role at the company is to design and test a power supply system that is capable of supplying the various parts of the docking station with the necessary quantities of power at the required voltages. The requirements are detailed in Section 3.
There are four main parts to the project which you should complete:
Part 1 Rectifier and Converters Designs
Part 2 Implement and Test Stage 2 Converters
Part 3 Implement and Test Rectifier and Stage 1 Converter
Part 4 Join Rectifier/Stage 1 and Three Stage 2 converters and Test
3 Power Supply Specifications
The basic power supply system and requirements are represented by the block diagram shown in Figure 1. You are required to use a standard diode bridge rectifier, and then design two (Stage 1 shown in green, Stage 2 in red in the block diagram). Your company requires that the second (red) that you design be flexible enough such that a single design can be manufactured which satisfies both separate end-use voltage and power requirements. The Stage 2 converter should be able to be powered via the mains/Stage 1 Converter. In order to help reduce manufacturing costs and to keep the product as lightweight
1
as possible, you should design all converters to operate at a switching frequency of between 30 kHz and 90 kHz, and avoid using excessively large components.
To determine the switching frequency use the following formula
f = 30 + (uniID mod 61) kHz
For example, if your university ID is u5364318 then your frequency will be f = 69 kHz. To determine this you can enter 30 + 5364318 mod 61 directly into Google search in a web browser.
Diode&bridge* Rectifier
Si ng le &p ha se *m ai ns *su
pp ly *
(a ny *lo ca tio
n* in *w or ld )
DC&DC* Converter
DC&DC* Converter
DC&DC* Converter
Auxiliary)Supply Vin:*24 V,*Max*V*ripple:*1% Power*Reqd:*0* 150*W
Audio)Amplifier Vin:*34 V,*Max*V*ripple:*3% Power*Reqd:*15* 60*W
Device)Chargers Vin:*5*V,*Max*V*ripple:*0.1*V
Power*Reqd:*6* 16*W
Figure 1: Power supply block diagram.
4 Project Requirements
Part 1 Rectifier and Converters Designs
Diode-Bridge Rectifier + Stage 1 DC-DC Converter
Start by designing the Rectifier and . Unlike the rectifiers mostly discussed in the notes, you wont have a large enough load to enable inductive filtering on its own to smooth the output (without using a very large inductor). And like the hardware labs, if you use too large a capacitive filter it will result in large amount of harmonic distortion on the input side. You should instead allow the rectifier output to have some capacitive filtering but still fluctuate over a reasonable range, and rely upon the Stage 1 DC-DC converter to provide suitable regulation and a constant 24 V output.
(s)
You need to come up with a single converter design that will work for both loads. The converter should be also operate at the previous university ID determined switching frequency. (Note that it does not necessarily have to be at the same switching frequency as the stage 1 rectifier.)
2
Part 2 Implement and Test Stage 2 Converters
Use LTSpice to build the Stage 2 converter with open loop control (unregulated), and then test the converter for all three load types and load ranges. Verify that the converter produces the required outputs and stays in continuous conduction. Measure the input power required in each load scenario and measure converter efficiency under a range of different load scenarios.
Optional: Implement closed loop/feedback PWM control to automatically manage the duty cycle to achieve the required output. Note: it can be harder to get this right than for the Stage 1 converter in fact it is recommended to do stage 1 converter feedback control first.
Part 3 Implement and Test Rectifier and Stage 1 Converter
Use LTSpice to build the Rectifier and Stage 1 converter, complete with closed loop PWM control of the DC-DC converter section (regulated supply). Validate that the circuit works for both maximum and minimum output loads and for the maximum and minimum AC voltages that it can experience. Check that the converter produces the required 24V output, that it stays in continuous conduction and also that there are no high current spikes in the circuit. Measure the input power required in each load/input scenario, identifying where the losses are, and calculate the Rectifier/Converter efficiency. Observe and comment on the AC supply current waveform.
Part 4 Join Rectifier/Stage 1 and Three Stage 2 converters and Test
Connect the Rectifier/Stage 1 converter to two copies of the Stage 2 converter and test under all real conditions. Comment particularly on whether you are still able to achieve the desired output voltages and low ripple, and if required what you think might do to address that. Calculate the combined/overall efficiency of supply to the loads.
Comment on what you observe at start-up, that is when you first plug in the power supply and all output voltages are zero. Do some research and see what can be done in practice to address this.
5 Notes/hints on LTSpice Components
Diode
You may pick any available diode, as long as it can handle a large enough forward current and withstand a large enough reverse bias voltage. The MUR460 is recommended.
Inductor
Use the standard inductor, but to make it more realistic include in series with it (or define in the inductor specs) a resistance which you must scale with inductance value, using 20 m per 100 H, Figure 2.
3
ENGN4625/6625 Major Project, 2015
p4/4
Notes / hints on LTSpice Components: Diode: You may pick any available diode, as long as it can handle a large enough forward current and withstand a large enough reverse bias voltage. I recommend using MUR460.
Inductor: Use the standard inductor, but to make it more realistic include in series with it (or define in the inductor specs) a resistance which you must scale with inductance value, using 20 m per 100 H.
Switch: I recommend starting with a simple generic Switch model (SW), rather than using a FET or IGBT. You wont then have to worry about maximum current or reverse bias or about switching transients (or ). To make it a little more realistic though you should accompany your switch with a 100 m resistor in series with it (this represents the ON resistance of the switch).
PWM control: When it comes to implementing PWM control of your DC-DC converter you will need to compare the output voltage against a desired value and then against a triangle waveform. For similar reasons as for the switch, I recommend to start with that you use a simple behavioural voltage source (bv) to generate the PWM pulse train. You can input into this any equation you like… you can consider this to be a legitimate software implementation of PWM feedback control.
Node labels: It will help, both for plotting and for defining feedback equations, if you label some nodes:
Transient simulation time: Make sure that when you measure average values and ripple, and FFT that you ignore the transient start-up component. I recommend for the case of the Rectifier and stage 1 converter simulating for at least 5 10 lots of 50 Hz cycles. For the Stage 2 converter on its own you will probably not need to simulate for as long.
What your project report should contain: Your project report should contain an abstract or summary which describes in summary form what you did: your power supply design, any special features you uses, your observations and results, comments on any difficulties that need addressing, and which extra bits you might have attempted and with what result.
Your report should then ideally contain a section for each separate part of the project, detailing for example the design calculations and choices, schematics from LTspice of your final circuit, summary of validated results and measurements, include key waveforms and any unusual observations and what you did to fix them.
You should include a short conclusion or discussion section which wraps it all up.
Figure 2: Realistic inductor model.
Switch
Start with a simple generic Switch model (SW), rather than using a FET cor IGBT. You wont then have to worry about maximum current or reverse bias or about switching transients (or possible simulation hang-ups). To make it a little more realistic though you should accompany your switch with a 100 m resistor in series with it (this represents the ON resistance of the switch), Figure 3.
ENGN4625/6625 Major Project, 2015
p4/4
Notes / hints on LTSpice Components: Diode: You may pick any available diode, as long as it can handle a large enough forward current and withstand a large enough reverse bias voltage. I recommend using MUR460.
Inductor: Use the standard inductor, but to make it more realistic include in series with it (or define in the inductor specs) a resistance which you must scale with inductance value, using 20 m per 100 H.
Switch: I recommend starting with a simple generic Switch model (SW), rather than using a FET or IGBT. You wont then have to worry about maximum current or reverse bias or about switching transients (or possible simulation hang-ups). To make it a little more realistic though you should accompany your switch with a 100 m resistor in series with it (this represents the ON resistance of the switch).
PWM control: When it comes to implementing PWM control of your DC-DC converter you will need to compare the output voltage against a desired value and then against a triangle waveform. For similar reasons as for the switch, I recommend to start with that you use a simple behavioural voltage source (bv) to generate the PWM pulse train. You can input into this any equation you like… you can consider this to be a legitimate software implementation of PWM feedback control.
Node labels: It will help, both for plotting and for defining feedback equations, if you label some nodes:
Transient simulation time: Make sure that when you measure average values and ripple, and FFT that you ignore the transient start-up component. I recommend for the case of the Rectifier and stage 1 converter simulating for at least 5 10 lots of 50 Hz cycles. For the Stage 2 converter on its own you will probably not need to simulate for as long.
What your project report should contain: Your project report should contain an abstract or summary which describes in summary form what you did: your power supply design, any special features you uses, your observations and results, comments on any difficulties that need addressing, and which extra bits you might have attempted and with what result.
Your report should then ideally contain a section for each separate part of the project, detailing for example the design calculations and choices, schematics from LTspice of your final circuit, summary of validated results and measurements, include key waveforms and any unusual observations and what you did to fix them.
You should include a short conclusion or discussion section which wraps it all up.
Figure 3: Realistic switch model.
PWM control
When it comes to implementing PWM control of your DC-DC converter you will need to compare the output voltage against a desired value and then against a triangle waveform. For similar reasons as for the switch, it is recommended to start with that you use a simple behavioural voltage source (bv) to generate the PWM pulse train, Figure 4. You can input into this any equation you like… you can consider this to be a legitimate software implementation of PWM feedback control.
ENGN4625/6625 Major Project, 2015
p4/4
Notes / hints on LTSpice Components: Diode: You may pick any available diode, as long as it can handle a large enough forward current and withstand a large enough reverse bias voltage. I recommend using MUR460.
Inductor: Use the standard inductor, but to make it more realistic include in series with it (or define in the inductor specs) a resistance which you must scale with inductance value, using 20 m per 100 H.
Switch: I recommend starting with a simple generic Switch model (SW), rather than using a FET or IGBT. You wont then have to worry about maximum current or reverse bias or about switching transients (or possible simulation hang-ups). To make it a little more realistic though you should accompany your switch with a 100 m resistor in series with it (this represents the ON resistance of the switch).
PWM control: When it comes to implementing PWM control of your DC-DC converter you will need to compare the output voltage against a desired value and then against a triangle waveform. For similar reasons as for the switch, I recommend to start with that you use a simple behavioural voltage source (bv) to generate the PWM pulse train. You can input into this any equation you like… you can consider this to be a legitimate software implementation of PWM feedback control.
Node labels: It will help, both for plotting and for defining feedback equations, if you label some nodes:
Transient simulation time: Make sure that when you measure average values and ripple, and FFT that you ignore the transient start-up component. I recommend for the case of the Rectifier and stage 1 converter simulating for at least 5 10 lots of 50 Hz cycles. For the Stage 2 converter on its own you will probably not need to simulate for as long.
What your project report should contain: Your project report should contain an abstract or summary which describes in summary form what you did: your power supply design, any special features you uses, your observations and results, comments on any difficulties that need addressing, and which extra bits you might have attempted and with what result.
Your report should then ideally contain a section for each separate part of the project, detailing for example the design calculations and choices, schematics from LTspice of your final circuit, summary of validated results and measurements, include key waveforms and any unusual observations and what you did to fix them.
You should include a short conclusion or discussion section which wraps it all up.
Figure 4: Behavioural switch.
4
Node labels
It will help, both for plotting and for defining feedback equations, if you label some nodes, Figure 5.
ENGN4625/6625 Major Project, 2015
p4/4
Notes / hints on LTSpice Components: Diode: You may pick any available diode, as long as it can handle a large enough forward current and withstand a large enough reverse bias voltage. I recommend using MUR460.
Inductor: Use the standard inductor, but to make it more realistic include in series with it (or define in the inductor specs) a resistance which you must scale with inductance value, using 20 m per 100 H.
Switch: I recommend starting with a simple generic Switch model (SW), rather than using a FET or IGBT. You wont then have to worry about maximum current or reverse bias or about switching transients (or possible simulation hang-ups). To make it a little more realistic though you should accompany your switch with a 100 m resistor in series with it (this represents the ON resistance of the switch).
PWM control: When it comes to implementing PWM control of your DC-DC converter you will need to compare the output voltage against a desired value and then against a triangle waveform. For similar reasons as for the switch, I recommend to start with that you use a simple behavioural voltage source (bv) to generate the PWM pulse train. You can input into this any equation you like… you can consider this to be a legitimate software implementation of PWM feedback control.
Node labels: It will help, both for plotting and for defining feedback equations, if you label some nodes:
Transient simulation time: Make sure that when you measure average values and ripple, and FFT that you ignore the transient start-up component. I recommend for the case of the Rectifier and stage 1 converter simulating for at least 5 10 lots of 50 Hz cycles. For the Stage 2 converter on its own you will probably not need to simulate for as long.
What your project report should contain: Your project report should contain an abstract or summary which describes in summary form what you did: your power supply design, any special features you uses, your observations and results, comments on any difficulties that need addressing, and which extra bits you might have attempted and with what result.
Your report should then ideally contain a section for each separate part of the project, detailing for example the design calculations and choices, schematics from LTspice of your final circuit, summary of validated results and measurements, include key waveforms and any unusual observations and what you did to fix them.
You should include a short conclusion or discussion section which wraps it all up.
Figure 5: Node label.
Transient simulation time
Make sure that when you measure average values and ripple, and FFT that you ignore the transient start-up component. For the case of the Rectifier and stage 1 converter simulating for at least 510 lots of 50 Hz cycles is recommended. For the Stage 2 converter on its own you will probably not need to simulate for as long.
6 What Your Project Report Should Contain
Your project report should contain an abstract or summary which describes in summary form what you did: your power supply design, any special features you used, your observations and results, comments on any difficulties that need addressing, and which extra bits you might have attempted and with what result.
Your report should then ideally contain a section for each separate part of the project, de- tailing for example the design calculations and choices, schematics from LTspice of your final circuit, summary of validated results and measurements, include key waveforms and any unusual observations and what you did to fix them.
You should include a short conclusion or discussion section.
5
Assignment Deliverable
Overview
Power Supply Specifications
Project Requirements
Notes/hints on LTSpice Components
What your project report should contain
Are you busy and do not have time to handle your assignment? Are you scared that your paper will not make the grade? Do you have responsibilities that may hinder you from turning in your assignment on time? Are you tired and can barely handle your assignment? Are your grades inconsistent?
Whichever your reason is, it is valid! You can get professional academic help from our service at affordable rates. We have a team of professional academic writers who can handle all your assignments.
Students barely have time to read. We got you! Have your literature essay or book review written without having the hassle of reading the book. You can get your literature paper custom-written for you by our literature specialists.
Do you struggle with finance? No need to torture yourself if finance is not your cup of tea. You can order your finance paper from our academic writing service and get 100% original work from competent finance experts.
Computer science is a tough subject. Fortunately, our computer science experts are up to the match. No need to stress and have sleepless nights. Our academic writers will tackle all your computer science assignments and deliver them on time. Let us handle all your python, java, ruby, JavaScript, php , C+ assignments!
While psychology may be an interesting subject, you may lack sufficient time to handle your assignments. Don’t despair; by using our academic writing service, you can be assured of perfect grades. Moreover, your grades will be consistent.
Engineering is quite a demanding subject. Students face a lot of pressure and barely have enough time to do what they love to do. Our academic writing service got you covered! Our engineering specialists follow the paper instructions and ensure timely delivery of the paper.
In the nursing course, you may have difficulties with literature reviews, annotated bibliographies, critical essays, and other assignments. Our nursing assignment writers will offer you professional nursing paper help at low prices.
Truth be told, sociology papers can be quite exhausting. Our academic writing service relieves you of fatigue, pressure, and stress. You can relax and have peace of mind as our academic writers handle your sociology assignment.
We take pride in having some of the best business writers in the industry. Our business writers have a lot of experience in the field. They are reliable, and you can be assured of a high-grade paper. They are able to handle business papers of any subject, length, deadline, and difficulty!
We boast of having some of the most experienced statistics experts in the industry. Our statistics experts have diverse skills, expertise, and knowledge to handle any kind of assignment. They have access to all kinds of software to get your assignment done.
Writing a law essay may prove to be an insurmountable obstacle, especially when you need to know the peculiarities of the legislative framework. Take advantage of our top-notch law specialists and get superb grades and 100% satisfaction.
We have highlighted some of the most popular subjects we handle above. Those are just a tip of the iceberg. We deal in all academic disciplines since our writers are as diverse. They have been drawn from across all disciplines, and orders are assigned to those writers believed to be the best in the field. In a nutshell, there is no task we cannot handle; all you need to do is place your order with us. As long as your instructions are clear, just trust we shall deliver irrespective of the discipline.
Our essay writers are graduates with bachelor's, masters, Ph.D., and doctorate degrees in various subjects. The minimum requirement to be an essay writer with our essay writing service is to have a college degree. All our academic writers have a minimum of two years of academic writing. We have a stringent recruitment process to ensure that we get only the most competent essay writers in the industry. We also ensure that the writers are handsomely compensated for their value. The majority of our writers are native English speakers. As such, the fluency of language and grammar is impeccable.
There is a very low likelihood that you won’t like the paper.
Not at all. All papers are written from scratch. There is no way your tutor or instructor will realize that you did not write the paper yourself. In fact, we recommend using our assignment help services for consistent results.
We check all papers for plagiarism before we submit them. We use powerful plagiarism checking software such as SafeAssign, LopesWrite, and Turnitin. We also upload the plagiarism report so that you can review it. We understand that plagiarism is academic suicide. We would not take the risk of submitting plagiarized work and jeopardize your academic journey. Furthermore, we do not sell or use prewritten papers, and each paper is written from scratch.
You determine when you get the paper by setting the deadline when placing the order. All papers are delivered within the deadline. We are well aware that we operate in a time-sensitive industry. As such, we have laid out strategies to ensure that the client receives the paper on time and they never miss the deadline. We understand that papers that are submitted late have some points deducted. We do not want you to miss any points due to late submission. We work on beating deadlines by huge margins in order to ensure that you have ample time to review the paper before you submit it.
We have a privacy and confidentiality policy that guides our work. We NEVER share any customer information with third parties. Noone will ever know that you used our assignment help services. It’s only between you and us. We are bound by our policies to protect the customer’s identity and information. All your information, such as your names, phone number, email, order information, and so on, are protected. We have robust security systems that ensure that your data is protected. Hacking our systems is close to impossible, and it has never happened.
You fill all the paper instructions in the order form. Make sure you include all the helpful materials so that our academic writers can deliver the perfect paper. It will also help to eliminate unnecessary revisions.
Proceed to pay for the paper so that it can be assigned to one of our expert academic writers. The paper subject is matched with the writer’s area of specialization.
You communicate with the writer and know about the progress of the paper. The client can ask the writer for drafts of the paper. The client can upload extra material and include additional instructions from the lecturer. Receive a paper.
The paper is sent to your email and uploaded to your personal account. You also get a plagiarism report attached to your paper.
PLACE THIS ORDER OR A SIMILAR ORDER WITH US TODAY AND GET A PERFECT SCORE!!!
Essay Writing Service Features
Our Experience
No matter how complex your assignment is, we can find the right professional for your specific task. Nursing Area is an essay writing company that hires only the smartest minds to help you with your projects. Our expertise allows us to provide students with high-quality academic writing, editing & proofreading services.Free Features
Free revision policy
$10Free bibliography & reference
$8Free title page
$8Free formatting
$8How Our Essay Writing Service Works
First, you will need to complete an order form. It's not difficult but, in case there is anything you find not to be clear, you may always call us so that we can guide you through it. On the order form, you will need to include some basic information concerning your order: subject, topic, number of pages, etc. We also encourage our clients to upload any relevant information or sources that will help.
Complete the order formOnce we have all the information and instructions that we need, we select the most suitable writer for your assignment. While everything seems to be clear, the writer, who has complete knowledge of the subject, may need clarification from you. It is at that point that you would receive a call or email from us.
Writer’s assignmentAs soon as the writer has finished, it will be delivered both to the website and to your email address so that you will not miss it. If your deadline is close at hand, we will place a call to you to make sure that you receive the paper on time.
Completing the order and download