Category Archives: academic

Simple PWM switching for Packed- U Cell 5 with Self Balancing Capacitor

This topology can produce 5-level using a single dc source and 6 unidirectional switches. The voltage of capacitor usually half of the Vdc value. The topology can be extended to 7 levels by simply insert a capacitor and 2 more switches. However, the sensorless capacitor voltage approach is quite impossible since there is no way in the topology switching that can be utilized to make sure that the capacitor voltage is always at V/3

Boost Power factor Correction

During the conversion of AC to regulated DC output power, often the supply current will deteriorate. The harmonics contents are high and will not meet the standard. The power factor affected and the value will be very low. Low power factor draws more current from the main supply. We want to avoid that since the bills will be at a high amount. Something needs to be done to improve the power factor.

Active power factor correction using Boost dc-dc converter is the ultimate choice. The design is simple and the control is easy to understand. I have reached a website that clearly shows how this circuit works.

http://www.powerfactor.us/active.html

Active power factor correction (PFC) refers to the method of increasing power factor (PF) by using active electronic circuits with feedback that control the shape of the drawn current. There are many commercial PFC controllers that can accomplish this task. Let us first quickly review why we need to do it anyway. In conventional non-PFC AC-DC power supplies a large filter capacitor “Co” is placed directly after bridge rectifier (see the diagram below).

https://googleads.g.doubleclick.net/pagead/ads?guci=2.2.0.0.2.2.0.0&client=ca-pub-1040674168657352&output=html&h=600&slotname=8576878240&adk=3430177577&adf=3594046531&pi=t.ma~as.8576878240&w=160&lmt=1594580345&psa=1&format=160×600&url=http%3A%2F%2Fwww.powerfactor.us%2Factive.html&flash=0&wgl=1&dt=1612192058485&bpp=6&bdt=59&idt=107&shv=r20210127&cbv=r20190131&ptt=9&saldr=aa&abxe=1&cookie=ID%3De6ad0d5cd3c84bf4-227cca84e2c5005a%3AT%3D1612192051%3ART%3D1612192051%3AS%3DALNI_MZDypNd4AehX4N7SPOXbNiHMxq3TQ&correlator=6217600503441&frm=20&pv=2&ga_vid=187174948.1612192059&ga_sid=1612192059&ga_hid=564730644&ga_fc=0&u_tz=480&u_his=4&u_java=0&u_h=1080&u_w=1920&u_ah=1040&u_aw=1920&u_cd=24&u_nplug=3&u_nmime=4&adx=504&ady=205&biw=1903&bih=912&scr_x=0&scr_y=400&eid=42530671%2C21068769%2C21068893&oid=3&pvsid=3351024724904752&pem=350&ref=https%3A%2F%2Fwww.google.com%2F&rx=0&eae=0&fc=896&brdim=0%2C0%2C0%2C0%2C1920%2C0%2C1920%2C1040%2C1920%2C912&vis=1&rsz=%7C%7CleE%7C&abl=CS&pfx=0&fu=8192&bc=23&ifi=1&uci=a!1&fsb=1&xpc=jL59FjP12M&p=http%3A//www.powerfactor.us&dtd=121
Rectifier circuit

With that, in linear PSU the rectifier is connected via a low-frequency transformer, while in off-line switch-mode PSU it is fed from the AC input. In both cases, once “Co” is charged to nearly peak of rectified voltage, most of the time the diodes will be reversed biased and will not conduct. Therefore, such a PSU will draw power from the line in short pulses only when the instantaneous input voltage exceeds the voltage across the capacitor. This produces harmonics whose level can exceed an applicable standard (such as EN61000-3-2) and adversely affect other users.

In order to consume continuous sine-like current over the entire AC cycle, we can place an inductance before “Co”. In passive PFC the inductor is large and uncontrolled. It typically corrects the PF to 0.7-0.85. 

In practice, a passive method is used only in small PSU (usually below 100W), when high PF is not required and regulation of DC-link is not neccesary.

In most other application an active method is used. This is a conceptual schematic of active PFC boost converter. The inductor “L” here is controlled by a solid state switch (denoted “Q”). This switch is driven ON and OFF by the control circuit at a frequency “F” much higher than the mains frequency. Let’s review how this circuit operates. During on-time “ton” the current in the inductor increases by ΔI+=Vin×ton/L. When the switch opens, the voltage across “L” reverses and it is releasing all or portion of accumulated energy via the diode “D”. During the off-time “toff” inductor current decreases by ΔI=(Vo-Vin)×toff/L. The net change during one period “T” is ΔI=ΔI+-ΔI=(Vin-Vo+D×Vo)/LF, where D=ton/T- duty cycle, F=1/T. We can see that by varying duty cycle “D” we can vary ΔI. If we do it properly, we can synthesize a desired I(t) shape.

Block diagram of active PFC control

Here is a simplified block diagram of PFC control. Of course, commercially available PFC controllers contain many more functional blocks, but our example is sufficient to illustrate the basics of the operation. You can see an example of a complete PFC schematichere. The depicted circuit contains two error amplifiers- a slow one for voltage (Vea) and a fast one for current (Iea). A replica of rectified input waveform “Vin” is fed into the multiplier, which produces the programming signal Iref for Iea. The latter monitors the current via a sense resistor Rs and compares it to Iref. By varying control signal to pulse-width modulator (PWM), Iea forces average value of current to follow the shape of the mains voltage. The Vea monitors Vo via a divider and compares it to reference Vref. The error signal from Vea scales multiplier output up or down without changing its sine wave pattern. As the result, this circuit can perform two tasks simultaneously: it creates sine-like current and regulates the bus voltage Vo. The described method allows the designers to achieve PF as high as 0.99. Note that the described power factor correction technique addresses only line-frequency harmonics. You still need an EMI filter to reduce high-frequency components generated by switching mode operation of the power converters. This filter however may cause some negative effects. Particularly, its differential-mode inductors and across-the-line capacitors can introduce certain displacement angle between “Vin” and “I”, which is not corrected by the downstream PFC circuit. This effect may be unimportant if you have to comply only with EN61000-3-2, but could be an issue if in your application you also need to meet certain minimum PF limit.

Matlab model for Power factor measurement

This is a model that I created using Matlab software. It is a true power factor calculator where it uses real power measurement and distortion factor equations. It is suitable for nonlinear circuits, i.e., power electronics circuits.

Oops..I tried to attach it here, but it was blocked and not permitted. So I will give the link when available.

https://www.mathworks.com/matlabcentral/fileexchange/86638-true-power-factor-calculation-block?s_tid=prof_contriblnk

Rebutal 2500 professor tiada kualiti

Saya sokong apa yang Prof Dr Omar, UTM berkenaan kelayakan menjawat jawatan professor. Di UTM sendiri, amat susah kriteria kenaikan pangkat ke jawatan ini.. penerbitan Q1 dan Q2 sahaja yang akan diberi markah..Q3 dan Q4 langsung di pandang sipi sipi je…

Tapi tak dinafikan lah, ada juga yang naik tanpa ada kecemerlangan yang terbukti..saya kenal beberapa orang yang macam ni..ada kepentingan politik, senang je naik.

Tapi jangan pulak menteri KPT melatah dan implement pelbagai instrument baru bagi menilai kenaikan pangkat yang kadang kala tidak masuk akal oleh saya.