跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.41) 您好!臺灣時間:2025/09/01 08:40
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:曾毓翔
研究生(外文):Yu-Hsiang Tseng
論文名稱:以數位訊號處理器實現電力電子即時模擬器之研究
論文名稱(外文):research of the realization of RTDS by Digital Signal Processor (DSP).
指導教授:俞齊山俞齊山引用關係
指導教授(外文):Chi-Shan Yu
學位類別:碩士
校院名稱:國防大學中正理工學院
系所名稱:電子工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2007
畢業學年度:95
語文別:中文
論文頁數:83
中文關鍵詞:電力電子即時模擬器即時數位模擬器數位訊號處理器
外文關鍵詞:Real Time Digital Simulator (RTDS)Digital Signal Processor
相關次數:
  • 被引用被引用:2
  • 點閱點閱:698
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近十年來大功率電力電子技術在各領域中越來越重要,對於大功率電力電子電路的性能與可靠性都有極高的要求。由於電力電子即時數位模擬器(RTDS , Real Time Digital Simulator)能與實際的控制裝置和保護設備進行同步測試實驗,因此可達到一般數值模擬軟體所無法辦到的功能。藉著RTDS,我們可以滿足分析與測試實驗時對於經濟性與安全性的需求,因此RTDS目前成為科技人員所關注的研究方向。
本論文內容主要是利用數位訊號處理器(DSP, Digital Signal Processor)實現電力電子即時模擬器之研究。其目的是以DSP來代替電力電子電路之功能,並擔任控制器實作測試與開發環境。本文主要討論電力電子模擬器的系統狀態方程式模型、數值計算方法、以及切換開關的演算法。本論文最後利用DSP以實現一降壓型直流-直流轉換器,並將其模擬結果與IsSpice和MATLAB軟體的模擬結果比較,由實驗結果可知本論文所發展之即時模擬器確實可行。
In recent decades, high rating power electronics techniques gradually play the important role in many fields. The demanding of the high performances and high reliabilities of power electronics circuits are increasing. Since the power electronics Real Time Digital Simulator (RTDS) can cooperate with the practical control and protection devices to do their relative tests, the RTDS can achieve the test functions which cannot be achieved by software test environment. By the RTDS, we can satisfy the safety and economy issues of the analysis and test systems. Thus, many researchers have put their focuses on the RTDS.
This thesis mainly focuses on the research of the realization of RTDS by Digital Signal Processor (DSP). The main purpose of this research is to replace the power electronics circuit by DSP and build the test environment of controller. First, this thesis will discuss the state-equation model of RTDS. Then, numerical methods and the algorithms to simulate the switching operation will also be discussed. Finally, a buck converter will be simulated by DSP. The simulation results will be compared with the results of IsSpice and MATLAB to verify the effectiveness of the proposed RTDS.
致謝 ii
摘要 iii
ABSTRACT iv
目錄 v
圖目錄 viii
表目錄 x
1. 緒論 1
1.1 研究動機 1
1.2 研究方法 2
1.3 研究貢獻 3
1.4 內容大綱 3
2. 電力電子即時模擬器 4
2.1 前言 4
2.2 電力電子技術模擬簡介 4
2.3 電力電子即時模擬器簡介 5
2.3.1 類比模擬器 5
2.3.2 類比與數位混合模擬器 5
2.3.3 即時數位模擬器 6
2.4 電力電子即時數位模擬主要應用 7
2.5 降壓型直流-直流轉換器即時模擬器設計 9
2.5.1 降壓型直流-直流轉換器電路簡介 10
2.5.2 降壓型直流-直流轉換器(Buck Converter)狀態方程式 11
2.6 即時數位模擬器數值計算方法 16
2.7 電力電子即時模擬器切換開關演算法 17
3. 電力電子模擬器硬體平台整體結構 24
3.1 前言 24
3.2 控制板之特性及架構 26
3.2.1 中央單元處理器 27
3.2.2 周邊功能模組 28
3.2.3 記憶體結構 30
3.2.4 模擬控制板TMS320LF2407A功能介紹 31
3.3 軟體開發流程 33
3.4 Q數值格式應用 35
3.5 TMS320LF2407A定點(Fixed-Point)運算 36
3.5.1 加減法運算的C語言定點運算 37
3.5.2 乘法運算的C語言定點運算 37
3.5.3 除法運算的C語言定點運算 38
3.5.4 加減法運算的組合語言定點運算 39
3.5.5 乘法運算的組合語言定點運算 40
3.5.6 除法運算的組合語言定點運算 40
3.6 C語言和組合語言的混合方法 41
4. 即時數位模擬結果 43
4.1 前言 43
4.2 降壓型直流-直流轉換器設計 43
4.3 即時數位模擬器開迴路實驗 44
4.3.1 C語言浮點運算開發即時數位模擬器開迴路實驗 45
4.3.2 C語言與組合語言定點運算開發即時數位模擬器開迴路實驗 54
4.4 即時數位模擬器閉迴路實驗 63
4.4.1 閉迴路設計 64
4.4.2 C語言的浮點運算來開發電力電子模擬器硬體平台 66
4.4.3 C語言與組合語言定點運算開發電力電子模擬器硬體平台 72
5. 結論與未來研究方向 79
5.1 結論 79
5.2 未來研究方向 79
參考文獻 80
論文發表 82
自傳 83
[1] 鄭培璿,Is Spice 電力電子與電源轉換器上的應用,全華科技,台北,第6-4到6-10頁,2001。
[2] 俞克維,控制系統分析與設計使用MATLAB,新文京開發出版有限公司,台北,第367-397頁,2002。
[3] Marti, J.R., and Linares, L.R., “Real-time EMTP-based transient simulation,” IEEE Trans. Power Syst., Vol. 9, pp. 1309–1317, Aug., 1994。
[4] Jakominich, D., Krebs, R., Retzmann, D., and Kumar, A., “Real time digital power system simulator design considerations and relay performance evaluation,” IEEE Trans. Power Delivery, Vol. 14, pp. 773–781, July, 2004。
[5] Marti, J. R., Acevedo, S., Linares, L. R., and Dommel, H. W., “Accurate solution of HVDC converters in real-time transients simulation,” in IPST’97—International Conference on Power Systems Transient, Seattle, pp. 455–459, June, 1997。
[6] 張洪濤、宋強、劉仲淇、劉文準,“Real-time Digital Simulation of a ±50 Mvar Cascaded STATCOM”,電力系統自動化,第17期,第19~23頁,2006。
[7] Dinavahi, V. R., Iravani, M. R., and Bonert, R., “Design of a Real-Time Digital Simulator for a D-STATCOM System,” IEEE Trans on International Electronics, Vol. 51, No. 5, Oct., 2004 。
[8] Lian, K. L., and Lehn, P. W., “Real-Time Simulation of Voltage Source Converters Based on Time Average Method” IEEE Trans. Power Delivery, Vol. 20, No. 1, February, 2005。
[9] Dinavahi, V. R., Iravani, M. R., and Bonert, R., “Real-time digital simulation of power electronic apparatus interfaced with digital controllers,” IEEE Trans.Power Delivery, Vol. 16, pp. 775–781, Oct., 2001。
[10] 楊文治,“即時模擬技術在電力系統上之應用”,北台學報第29期,第74~87頁,2005。
[11] 王佔領、鄭三立,“電力系統的即時仿真技術分析”,電力設備,2月號,第7卷,第2期,第46~48頁,2006。
[12] 鄭三立、雷憲章、Rethzman D,“電力系統電腦及即時數位仿真”,電力系統自動化,第40-60頁,2001。
[13] 陳明賢、李迪章、汪惠健,數位控制系統,高立圖書有限公司,台北,第252~258頁,2002。
[14] 梁適安,交換式電源供給器之理論與實務設計,全華科技,台北,2004。
[15] 王順忠,電力電子學,東華書局,台北,第456~462頁,1999。
[16] 新華電腦,TI DSP LF2407A及MotorRun實作訓練,台科大圖書股份有限公司,台北,2003。
[17] 董勝源,DSP TMS320LF2407與C語言控制實習,長高科技股份有限公司,台北,第1-1至3-3頁,2002。
[18] Texas Instruments, “TMS320C2xx/C24x Code Composer User’s Guide,” Literature Number: SPRU490, Oct., 2000。
[19] 張雄偉、陳亮、徐光輝,DSP晶片的原理與應用,五南書局,台北,第58-98頁,2004。
[20] Texas Instruments, “Writing a C Callable Assembly Function Using the TMS320C2000,” Number: SPRU590, Oct., 2000。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top