跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.169) 您好!臺灣時間:2025/01/19 02:22
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:方冠傑
研究生(外文):GUAN-JIE FANG
論文名稱:以改良型螢火蟲演算法結合粒子群最佳化之太陽能最大功率追蹤演算法
論文名稱(外文):A Maximum Power Point Tracking Technique Based on IFA&PSO Method for Overcoming Solar Partial Shading Problem
指導教授:連國龍
指導教授(外文):Kuo-Lung Lian
口試委員:鄧人豪郭政謙郭明哲
口試委員(外文):Jen-Hao TengCheng-Chien KuoMing-Tse Kuo
口試日期:2017-07-13
學位類別:碩士
校院名稱:國立臺灣科技大學
系所名稱:電機工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:105
語文別:中文
論文頁數:84
中文關鍵詞:太陽能最大功率追蹤混合演算法螢火蟲演算法粒子群最佳化法
外文關鍵詞:Maximum power point tracking (MPPT)Hybrid algorithmFirefly algorithmParticle swarm optimization
相關次數:
  • 被引用被引用:0
  • 點閱點閱:232
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
當太陽能模組部分遮蔽的情況發生,因電壓與功率特性曲線不同
而產生多峰的情形且使輸出功率大幅降低。因此需使用最大功率追蹤
(Maximum Power Tracking, MPPT)控制器,以利因不同遮陰因素下太
陽能電池依然能保持最大功率輸出。
混合演算法為近年來,學者們所研究的方向,目的是利用兩種互
補的方式以改善單一演算法的缺點。本論文提出一個結合改良型螢火
蟲演算法(Improved Firefly Algorithm, IFA)與粒子群最佳化法(Particle
Swarm Optimization, PSO)之混合法。本文利用太陽能模擬機模擬出三
條不同照度且有部分遮陰現象之特性曲線,比較本文所提出的混合法、
多粒子擾動觀察法Multiple Perturb-and-Observe(MP&O)、擾動觀察法
結合粒子群最佳化法的演算法Perturb-and-Observe+ Particle Swarm
Optimization(P&O+P.S.O)、差分演化法結合粒子群最佳化法的演算法
Different Evolution+ Particle Swarm Optimization(D.E+P.S.O)與原有粒
子群最佳化法之追蹤時間和追蹤效率。實驗結果證明本文所提出混合
法所得之效率較高,追蹤時間較短。
When partial shading conditions occur, the P-V characteristics
curves of the photovoltaic string may exhibit multiple peaks and the
operating point may not be at the global maximum power (GMP) point,
leading to low efficiency. Therefore, maximum power point tracking
(MPPT) control strategy is needed in a photovoltaic system to output the
power at the maximum.
Combing two different MPPT strategies has gained its popularity
because strategies in complementary can improve the performance of a
single algorithm. This thesis proposes a hybrid method, combing
improved firefly algorithm (IFA) and particle swarm optimization (PSO)
to capture the great attributes from both methods, and yield a better
MPPT control strategy. In order to justify the proposed method, we
compared it with same of the state of the art such as Multiple
Perturb-and-Observe, Perturb-and-Observe+Particle Swarm Optimization,
Different Evolution+ Particle Swarm Optimization and PSO. All the
verifications were done experimentally and the results showed that the
proposed hybrid method yields the highest efficiency and the shortest
tracking time.
摘要
ABSTRACT
目錄
圖目錄
表目錄
第一章 緒論
1.1 前言
1.2 研究動機與背景
1.3 系統架構與描述
1.4 內容大綱
第二章 部分遮蔭與太陽能最大功率追蹤
2.1 前言
2.2 太陽能電池簡介
2.2.1 太陽能電池模型
2.2.2 太陽能電池於遮蔭下之特性
2.3 太陽能最大功率追蹤演算法
2.3.1 擾動觀察法(Perturbation and Observation, P&O)
2.3.2 差分演化演算法 (Different Evolution, DE)
2.3.3 粒子群最佳化法(Particle Swarm Optimization, PSO)
2.3.4 螢火蟲演算法(Firefly Algorithm, FA)
2.3.5 改良型螢火蟲演算法(Improved F.A)
2.3.6 多粒子擾動觀察法(MP&O)
2.3.7 擾動觀察法結合粒子群最佳化法的演算法(P&O+P.S.O)
2.3.8 差分演化法結合粒子群最佳化法的演算法( D.E+P.S.O)
2.3.9 本文提出之混合法
第三章 軟硬體規劃
3.1 前言
3.2 數位信號處理器功能介紹
3.3 數位信號處理器周邊電路
3.3.1 電壓與電流感測電路
3.3.2 開關驅動電路
3.3.3 串列輸出命令電路
3.4 演算法動作流程
3.5 交錯式直流升壓轉換器
3.6 建立實驗曲線
第四章 實驗結果與討論
4.1 前言
4.2 測試之太陽能特性曲線及硬體規格
4.3 最大功率點追蹤實驗
4.3.1 多粒子擾動觀察法實驗結果
4.3.2 擾動觀察法結合粒子群最佳化法之混合法實驗結果
4.3.3 粒子群最佳化法實驗結果
4.3.4 差分演化法結合粒子群最佳化法之混合法實驗結果
4.3.5 本文提出改良型螢火蟲演結合粒子群最佳化之混合法實驗結果
4.3.6 動態曲線變化之實驗結果
4.4 最大功率追蹤實驗之討論與效率比較
第五章 結論與未來展望
5.1 結論
5.2 未來展望
參考文獻
[1] N. Femia, G. Lisi, G. Petrone, G. Spagnuolo, and M. Vitelli, “Distributed maximum power point tracking of photovoltaic arrays: Novel approach and system analysis,” IEEE Transactions on Industrial Electronics, vol. 55, no. 7, pp. 2610–2621, July 2008.
[2] 周桂蘭,「國際再生能源總署(IRENA)研究報告估計2030年太陽能發電將占全球發電量的8%~13%」,能源知識庫,民國105年
[3] Y.-H. Liu, S.-C. Huang, J.-W. Huang, and W.-C. Liang, “A particle swarm optimization-based maximum power point tracking algorithm for pv systems operating under partially shaded conditions,” IEEE 11 Transactions on Energy Conversion, vol. 27, no. 4, pp. 1027 –1035, dec. 2012.
[4] L. L. Jiang, D. L. Maskell, and J. C. Patra, “A novel ant colony optimization-based maximum power point tracking for photovoltaic systems under partial shaded condtions,” Energy Buildings, vol. 58, no. 1, pp. 227–236, March 2013.
[5] Master,Gilbert M, “ Renewable and efficient electric power systems,” Hoboken, NJ : Wiley, pp. 460-487,2004.
[6] Dong Jie, Zhang Chun-jiang and Li Yan-bang, "Comparison of duty ratio perturbation & observation and reference voltage perturbation & observation methods applied in MPPT," Proceedings of The 7th International Power Electronics and Motion Control Conference, Harbin, 2012, pp. 1358-1362.
[7] K. V. Price, R. M. Storn, and J. A. Lampinen, “Differential Evolution: A Practical Approach to Global Optimization.” Berlin, Germany: Springer-Verlag, 2005.
[8] E. Romero-Cadaval, G. Spagnuolo, L. Garcia Franquelo, C. Ramos-Paja, T. Suntio, and W. Xiao, “Grid-connected photovoltaic generation plants:Components and operation,” IEEE Industrial Electronics Magazine, vol. 7, no. 3, pp. 6–20, Sept. 2013.
[9] M. Seyedmahmoudian et al., "Simulation and Hardware Implementation of New Maximum Power Point Tracking Technique for Partially Shaded PV System Using Hybrid DEPSO Method," in IEEE Transactions on Sustainable Energy, vol. 6, no. 3, pp. 850-862, July 2015.
[10] K. L. Lian, J. H. Jhang, and I. S. Tian, “A maximum power point tracking method based on perturb-and-observe combined with particle swarm optimization,” IEEE Journal of Photovoltaics, vol. 4, no. 2, pp. 1062–1069, 2015.
[11] T. Esram and P. L. Chapman, "Comparison of Photovoltaic Array Maximum Power Point Tracking Techniques," IEEE Transactions on Energy Conversion, Vol. 22, No. 22, June 2007.
[12] G. Velasco-Quesada, F. Guinjoan-Gispert, R. Pique-Lpez, M. Roman-Lumbreras, and A. Conesa-Roca, “Electrical pv array reconfiguration strategy for energy extraction improvement in grid-connected pv systems,”IEEE Transactions on Industrial Electronics, vol. 56, no. 11, pp.4319–4331, Nov 2009.
[13] D. Nguyen and B. Lehman, “An adaptive solar photovoltaic array using model-based reconfiguration algorithm,” IEEE Transactions on Industrial Electronics, vol. 55, no. 7, pp. 2644–2654, July 2008.
[14] N. Femia, G. Lisi, G. Petrone, G. Spagnuolo, and M. Vitelli, “Distributed maximum power point tracking of photovoltaic arrays: Novel approach and system analysis,” IEEE Transactions on Industrial Electronics, vol. 55, no. 7, pp. 2610–2621, July 2008.
[15] G. Petrone, G. Spagnuolo, and M. Vitelli, “An analog technique for distributed mppt pv applications,” IEEE Transactions on Industrial Electronics, vol. 59, no. 12, pp. 4713–4722, Dec 2012.
[16] L. Villa, T.-P. Ho, J.-C. Crebier, and B. Raison, “A power electronics equalizer application for partially shaded photovoltaic modules,” IEEE Transactions on Industrial Electronics, vol. 60, no. 3, pp. 1179–1190,March 2013.
[17] M. Uno and A. Kukita, “Single-switch voltage equalizer using multistacked buck-boost converters for partially shaded photovoltaic modules, ”IEEE Transactions on Power Electronics, vol. 30, no. 6, pp. 3091–3105, June 2015.
[18] E. Koutroulis and F. Blaabjerg, “A new technique for tracking the global maximum power point of pv arrays operating under partial-shading conditions,” IEEE Journal of Photovoltaics, vol. 2, no. 2, pp. 184 –190, April 2012.
[19] H. Patel and V. Agarwal, “Maximum power point tracking scheme for pv systems operating under partially shaded conditions,” IEEE Transactions on Industrial Electronics, vol. 55, no. 4, pp. 1689 –1698, April 2008.
[20] Y.-H. Liu, J.-H. Chen, and J.-W. Huang, “A review of maximum power point tracking techniques for use in partially shaded conditions,” Renewable and Sustainable Energy Reviews, vol. 41, pp. 436 – 453, 2015.
[21] K. Ishaque and Z. Salam, “A review of maximum power point tracking techniques of pv system for uniform insolation and partial shading condition,” Renewable and Sustainable Energy Reviews, vol. 19, pp. 475 – 488, 2013.
[22] M. Boztepe, F. Guinjoan, G. Velasco-Quesada, S. Silvestre, A. Chouder, and E. Karatepe, “Global mppt scheme for photovoltaic string inverters based on restricted voltage window search algorithm,” IEEE Transactions on Industrial Electronics, vol. 61, no. 7, pp. 3302 –3312, 2014.
[23] D. Nguyen and B. Lehman, “An adaptive solar photovoltaic array using model-based reconfiguration algorithm,” IEEE Transactions on Industrial Electronics, vol. 55, no. 7, pp. 2644 –2654, July 2008.
[24] P. Lei, Y. Li, and J. Seem, “Sequential esc-based global mppt control for photovoltaic array with variable shading,” IEEE Transactions on Sustainable Energy, vol. 2, no. 3, pp. 348 –358, July 2011.
[25] M. Miyatake, T. Inada, I. Hiratsuka, H. Zhao, H. Otsuka, and M. Nakano,“Control characteristics of a fibonacci-search-based maximum power point tracker when a photovoltaic array is partially shaded,” in IPEMC 2004, vol. 2, Aug. 2004, pp. 816 –821.
[26] Syafaruddin, E. Karatepe, and T. Hiyama, “Artificial neural networkpolar coordinated fuzzy controller based maximum power point tracking control under partially shaded conditions,” IET Renewable Power Generation, vol. 3, no. 2, pp. 239 –253, june 2009.
[27] M. Miyatake, M. Veerachary, F. Toriumi, N. Fujii, and H. Ko, “Maximum power point tracking of multiple photovoltaic arrays: A pso approach,” IEEE Transactions on Aerospace and Electronic Systems, vol. 47, no. 1, pp. 367 –380, Jan. 2011.
[28] Y.-H. Liu, S.-C. Huang, J.-W. Huang, and W.-C. Liang, “A particle swarm optimization-based maximum power point tracking algorithm for pv systems operating under partially shaded conditions,” IEEE 11 Transactions on Energy Conversion, vol. 27, no. 4, pp. 1027 –1035, dec. 2012.
[29] K. Ishaque and Z. Salam, “A deterministic particle swarm optimization maximum power point tracker for photovoltaic system under partial shading condition,” IEEE Transactions on Industrial Electronics, vol. 60, no. 8, pp. 3195–3206, 2013.
[30] M. Seyedmahmoudian, R. Rahmani, S. Mekhilef, A. M. T. Oo, A. Stojcevski, T. K. Soon, and A. S. Ghandhari, “Simulation and hardware implementation of new maximum power point tracking technique for partially shaded pv system using hybrid depso method,” IEEE Transactions on Sustainable Energy, vol. 6, no. 3, pp. 850 –1698, July 2015.
[31] K. Sundareswaran, P. Sankar, P. S. R. Nayak, S. P. Simon, and S. Palani,“Ehanced energy output from a pv system under partial shaded conditions through artificial bee colony,” IEEE Transactions on Sustainable Energy, vol. 6, no. 1, pp. 198 –209, July 2015.
[32] W. Xiao, N. Ozog, and W. Dunford, “Topology study of photovoltaic interface for maximum power point tracking,” IEEE Transactions on Industrial Electronics, vol. 54, no. 3, pp. 1696 –1704, june 2007.
[33] 陳逸軒,「以多粒子擾動觀察法克服遮蔽問題之太陽能最大功率追蹤演算法」,碩士論文,國立台灣科技大學,民國103年
[34] 林育緯,「以改良型螢火蟲演算法克服遮蔽問題之太陽能最大功率追蹤演算法」,碩士論文,國立台灣科技大學,民國104年
[35] 田毅翔,「基於混合法之太陽能最大功率追蹤」,碩士論文,國立台灣科技大學,民國101年。
[36] 張振皓,「因應部份遮蔭之改良型太陽能最大功率追蹤控制方法」,碩士論文,國立台灣科技大學,民國103年。
[37] 梁文誠,「適用於部分遮蔭狀況之太陽能系統最大功率追蹤法則之研究與實現」,碩士論文,國立台灣科技大學,民國101年。
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊