光伏发电系统MPPT控制算法的研究

2024-01-17 06:52

本文主要是介绍光伏发电系统MPPT控制算法的研究,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

摘  要 

随着传统化石能源的不断枯竭及环境污染问题的日益突出,太阳能作为一种 储量丰富,清洁环保的可再生能源,受到了世界各国的广泛关注。光伏发电是目 前太阳能最有效的利用方式之一,但由于光伏电池的输出特性具有较强的非线性 特征,其输出功率极易受到外界环境变化的影响,而无法保证光伏发电系统始终 稳定地工作在最大功率点(MPP)处。因此,需要采用最大功率点跟踪(MPPT)技术 来提高光伏发电的效率和电能质量。针对目前所提出的MPPT控制算法普遍存在 跟踪速度慢,稳定性差等问题,本文以独立光伏发电系统为研究对象,设计并改 进了基于滑模变结构控制的MPPT算法。 
本文首先介绍了光伏发电的研究背景及意义,并对光伏电池在不同外界环境 下的输出特性进行仿真分析。其次,通过对比各种DC-DC变换器的优缺点,选择 Boost变换器作为系统的主电路,并对其进行电路设计。再次,对光伏发电系统 MPPT的基本原理进行介绍,并对几种常用MPPT算法的工作原理及优缺点进行 对比分析。然后,对基于滑模变结构控制的MPPT算法进行研究。为保证系统在 外界环境改变的情况下,能够迅速稳定的实现MPPT,利用Boost变换器中的电感 电流与MPP处电流的差值,设计出传统滑模控制算法。同时,为进一步减小系统 在稳定状态下的功率振荡,通过在传统滑模切换函数中加入积分项及采用饱和函 数sat(s)代替指数趋近率中的符号函数sgn(s),对传统滑模控制算法进行改进,最 终设计出了一种改进型滑模控制算法。最后,在Matlab/Simulink中搭建出MPPT 算法的仿真模型,并对不同MPPT算法的仿真结果进行对比分析。 
仿真结果表明,在外界环境稳定的情况下,改进型滑模控制算法与传统滑模 控制算法相比,在光伏电池输出功率的波动范围上减小了2.7W;同传统扰动观察 法相比,不仅功率的波动范围减小了3.6W,而且MPPT的时间也缩短了0.031s。 在外界环境变化的情况下,改进型滑模控制算法与其他MPPT算法相比,在系统 实现MPPT中,具有更快的跟踪速度和更高的跟踪精度。 

关键词:光伏发电系统;MPPT;滑模变结构控制;指数趋近率 
 


Abstract 

With the continuous depletion of traditional fossil energy sources and the growing  problem of environmental pollution, solar energy, as a kind of renewable energy with  abundant reserves and clean environment, has received wide attention from all over the  world. Photovoltaic power generation is one of the most effective ways to use solar  energy, however, since the output characteristic of photovoltaic cells has strong  nonlinear characteristics, the output power is extremely susceptible to changes in the  external environment, and it is impossible to ensure that the photovoltaic power  generation system always operates stably at the maximum power point (MPP).  Therefore, maximum power point tracking (MPPT) technology is needed to improve the  efficiency and power quality of photovoltaic power generation. Aiming at the problems  of slow tracking speed and poor stability of the proposed MPPT control algorithm, this  thesis designs and improves the MPPT algorithm based on sliding mode variable  structure control with independent photovoltaic power generation system as the research  object. 
This thesis first introduces the research background and significance of  photovoltaic power generation, and simulation analysis the output characteristics of  photovoltaic cells in different external environments. Secondly, by comparing the  advantages and disadvantages of various DC-DC converters, the Boost converter is  selected as the main circuit of the system, and the circuit design is carried out. Thirdly,  the basic principle of photovoltaic power generation system MPPT is introduced, and  the working principle, advantages and disadvantages of several common MPPT  algorithms are analyzed. Then, the MPPT algorithm based on sliding mode variable  structure control is studied. In order to ensure that the system can realize MPPT quickly  and stably under the change of external environment, the traditional sliding mode  control algorithm is designed by using the difference between the inductor current and  the current at the MPP in the Boost converter. At the same time, in order to further  reduce the power oscillation of the system under steady state, the traditional sliding  mode control algorithm is improved by adding the integral term in the sliding mode  switching function and replacing the sign function sgn(s) in the exponential approach  rate with the saturation function sat(s), and an improved sliding mode control algorithm was designed. Finally, the simulation model of MPPT algorithm is built in  Matlab/Simulink, and the simulation results of different MPPT algorithms are compared  and analyzed. 
The simulation results show that when the external environment is stable, compared with the traditional sliding mode control algorithm, the improved sliding  mode control algorithm reduces the fluctuation range of photovoltaic cell output power  by 2.7W. Compared with the traditional perturbation and observation method, not only  the power fluctuation range is reduced by 3.6W, but also the MPPT time is also  shortened by 0.031s. In the case of changes in the external environment, compared with  other MPPT algorithms, the improved sliding mode control algorithm has faster  tracking speed and higher tracking accuracy in the system implementation of MPPT. 

.................

这篇关于光伏发电系统MPPT控制算法的研究的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/615187

相关文章

linux重启命令有哪些? 7个实用的Linux系统重启命令汇总

《linux重启命令有哪些?7个实用的Linux系统重启命令汇总》Linux系统提供了多种重启命令,常用的包括shutdown-r、reboot、init6等,不同命令适用于不同场景,本文将详细... 在管理和维护 linux 服务器时,完成系统更新、故障排查或日常维护后,重启系统往往是必不可少的步骤。本文

Mac系统下卸载JAVA和JDK的步骤

《Mac系统下卸载JAVA和JDK的步骤》JDK是Java语言的软件开发工具包,它提供了开发和运行Java应用程序所需的工具、库和资源,:本文主要介绍Mac系统下卸载JAVA和JDK的相关资料,需... 目录1. 卸载系统自带的 Java 版本检查当前 Java 版本通过命令卸载系统 Java2. 卸载自定

基于Python实现一个简单的题库与在线考试系统

《基于Python实现一个简单的题库与在线考试系统》在当今信息化教育时代,在线学习与考试系统已成为教育技术领域的重要组成部分,本文就来介绍一下如何使用Python和PyQt5框架开发一个名为白泽题库系... 目录概述功能特点界面展示系统架构设计类结构图Excel题库填写格式模板题库题目填写格式表核心数据结构

Linux系统中的firewall-offline-cmd详解(收藏版)

《Linux系统中的firewall-offline-cmd详解(收藏版)》firewall-offline-cmd是firewalld的一个命令行工具,专门设计用于在没有运行firewalld服务的... 目录主要用途基本语法选项1. 状态管理2. 区域管理3. 服务管理4. 端口管理5. ICMP 阻断

Windows 系统下 Nginx 的配置步骤详解

《Windows系统下Nginx的配置步骤详解》Nginx是一款功能强大的软件,在互联网领域有广泛应用,简单来说,它就像一个聪明的交通指挥员,能让网站运行得更高效、更稳定,:本文主要介绍W... 目录一、为什么要用 Nginx二、Windows 系统下 Nginx 的配置步骤1. 下载 Nginx2. 解压

如何确定哪些软件是Mac系统自带的? Mac系统内置应用查看技巧

《如何确定哪些软件是Mac系统自带的?Mac系统内置应用查看技巧》如何确定哪些软件是Mac系统自带的?mac系统中有很多自带的应用,想要看看哪些是系统自带,该怎么查看呢?下面我们就来看看Mac系统内... 在MAC电脑上,可以使用以下方法来确定哪些软件是系统自带的:1.应用程序文件夹打开应用程序文件夹

windows系统上如何进行maven安装和配置方式

《windows系统上如何进行maven安装和配置方式》:本文主要介绍windows系统上如何进行maven安装和配置方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不... 目录1. Maven 简介2. maven的下载与安装2.1 下载 Maven2.2 Maven安装2.

使用Python实现Windows系统垃圾清理

《使用Python实现Windows系统垃圾清理》Windows自带的磁盘清理工具功能有限,无法深度清理各类垃圾文件,所以本文为大家介绍了如何使用Python+PyQt5开发一个Windows系统垃圾... 目录一、开发背景与工具概述1.1 为什么需要专业清理工具1.2 工具设计理念二、工具核心功能解析2.

Linux系统之stress-ng测压工具的使用

《Linux系统之stress-ng测压工具的使用》:本文主要介绍Linux系统之stress-ng测压工具的使用,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、理论1.stress工具简介与安装2.语法及参数3.具体安装二、实验1.运行8 cpu, 4 fo

ubuntu20.0.4系统中安装Anaconda的超详细图文教程

《ubuntu20.0.4系统中安装Anaconda的超详细图文教程》:本文主要介绍了在Ubuntu系统中如何下载和安装Anaconda,提供了两种方法,详细内容请阅读本文,希望能对你有所帮助... 本文介绍了在Ubuntu系统中如何下载和安装Anaconda。提供了两种方法,包括通过网页手动下载和使用wg