SPWM and SVPWM
The frequency converter using PWM modulates the DC voltage into a variable frequency and variable amplitude voltage (AC or DC). SPWM was first used because it is easy to implement. It only requires comparing the desired output modulated waveform with the triangular carrier wave. In the "ancient" era, analog circuits could easily implement it.
The modulation ratio is defined as the ratio of the output phase voltage to the DC voltage 1/2, and the modulation ratio of SPWM is 1.
SVPWM is now called space vector PWM. It starts from the perspective of the sinusoidal magnetic flux of the motor and aims to obtain a constant circular rotating magnetic field through voltage control, so it is also called sinusoidal flux PWM. The magnetic flux is the integral of the voltage. SVPWM makes the magnetic flux closer to a circle by selecting the appropriate voltage vector and action time. The biggest advantage of SVPWM is that it improves the voltage utilization rate, and the modulation ratio can reach 1.15 (15% higher than SPWM). A more popular understanding of the modulation ratio improvement of SVPWM is that the output line voltage peak can be equal to the DC bus voltage, while the maximum output voltage peak of SPWM is sqrt(3)/2 of the DC bus voltage.
Digital Implementation of SVPWM
Many documents and textbooks will explain how to calculate the action time of 8 voltage vectors and how to act on the voltage vectors in sequence. This process is really too heartbreaking and tests people's patience. However, the people who first engaged in SPWM did not give up and wanted to see what the equivalent carrier looked like under the voltage vector action mode of SVPWM. So many experts came to play a role, and finally found that its modulation wave was based on the sine wave, with the third harmonic injected.
Moreover, the third harmonic is very special. It is not a cubic sine signal, but a waveform similar to a triangle wave. Fortunately, this injected harmonic has an analytical expression, Uz=middle(Ua,Ub,Uc), which is the middle value of the three-phase output voltage ua,ub,uc. That makes it easy. When digitally implementing SVPWM, there is no need to use complex spatial position calculations. It only requires taking the middle value and superimposing it.
Further research, using different values for Uz, in addition to SVPWM, can also be changed to obtain 5-segment PWM, overmodulation PWM, etc. For three-level, five-level or seven-level, the research ideas are similar.
PWM amplification factor
I believe that many people who are engaged in power electronic control will be troubled by the coefficient Kpwm. It appears in many documents and textbooks and is used to deduce the transfer function of the system, but no one tells us what it is. Kpwm is actually used to measure the amplification factor after PWM modulation passes through the power device.
Kpwm=Uout/Uref. As can be seen from the above figure, Kpwm is related to many factors, such as PWM modulation algorithm, chip PWM logic circuit, power device, and everyone has different definitions of these details, so Kpwm does not have an exact value, which I think is why many books are unwilling to explain it clearly. In practical applications, we should assume that if I output a Uref value, after passing various levels, the final output Uout is what, so as to get our own Kpwm.
Previous article:Software decoding and hardware decoding methods for motor position sensors
Next article:How structured PLC variables work
- Popular Resources
- Popular amplifiers
- Red Hat announces definitive agreement to acquire Neural Magic
- 5G network speed is faster than 4G, but the perception is poor! Wu Hequan: 6G standard formulation should focus on user needs
- SEMI report: Global silicon wafer shipments increased by 6% in the third quarter of 2024
- OpenAI calls for a "North American Artificial Intelligence Alliance" to compete with China
- OpenAI is rumored to be launching a new intelligent body that can automatically perform tasks for users
- Arm: Focusing on efficient computing platforms, we work together to build a sustainable future
- AMD to cut 4% of its workforce to gain a stronger position in artificial intelligence chips
- NEC receives new supercomputer orders: Intel CPU + AMD accelerator + Nvidia switch
- RW61X: Wi-Fi 6 tri-band device in a secure i.MX RT MCU
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- CGD and Qorvo to jointly revolutionize motor control solutions
- CGD and Qorvo to jointly revolutionize motor control solutions
- Keysight Technologies FieldFox handheld analyzer with VDI spread spectrum module to achieve millimeter wave analysis function
- Infineon's PASCO2V15 XENSIV PAS CO2 5V Sensor Now Available at Mouser for Accurate CO2 Level Measurement
- Advanced gameplay, Harting takes your PCB board connection to a new level!
- Advanced gameplay, Harting takes your PCB board connection to a new level!
- A new chapter in Great Wall Motors R&D: solid-state battery technology leads the future
- Naxin Micro provides full-scenario GaN driver IC solutions
- Interpreting Huawei’s new solid-state battery patent, will it challenge CATL in 2030?
- Are pure electric/plug-in hybrid vehicles going crazy? A Chinese company has launched the world's first -40℃ dischargeable hybrid battery that is not afraid of cold
- stm32L011F4 Under low power consumption, the current will suddenly increase
- ST60 Short-range Contactless 60GHz Millimeter Wave Connector Different Obstacle Test
- Solve the problem of BQ76930 20 series circuit driving circuit
- Detailed discussion on embedded C programming experience
- You must know these contents - Nichicon's "Capacitor Doctor" series of short films are online
- Have you ever experienced or heard of such severance pay?
- Introduction to crystal oscillator circuit in single chip microcomputer (microcontroller)
- Internet radio design based on RSIC-V RVB2601 (1)
- EEWORLD University----[High Precision Laboratory] Motor Drive: Introduction
- Create a new micropython container in docker