Sunday, 29 April 2018

sepic - Coupled inductor vs an actual transformer?


What is the difference between a coupled inductor and an actual transformer? The LT3757 datasheet mentions that I need a coupled inductor for the SEPIC to work



Answer



You don't have to use coupled inductors in a SEPIC configuration. The main advantage is that you can get by with lower inductance windings. If the two inductors are closely coupled, the ripple current is divided between them and the required inductance is halved. So if you want to replace a coupled inductor which has two 3.3 uH windings, you would need two individual inductors of 6.6 uH each at the same current rating.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...