資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
:::
網站導覽
|
首頁
|
關於本站
|
聯絡我們
|
國圖首頁
|
常見問題
|
操作說明
English
|
FB 專頁
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
(18.97.14.84) 您好!臺灣時間:2025/01/14 22:03
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
電子全文
紙本論文
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
陳秋伶
研究生(外文):
Chiu-Ling Chen
論文名稱:
新製程下之省電排程演算法
論文名稱(外文):
Real-Time Power-Saving Scheduling Algorithm in Modern Process
指導教授:
石維寬
指導教授(外文):
Wei-Kuan Shih
學位類別:
碩士
校院名稱:
國立清華大學
系所名稱:
資訊工程學系
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2005
畢業學年度:
93
語文別:
英文
論文頁數:
36
中文關鍵詞:
省電即時排程演算法
、
動態電壓調整
、
Procrastination Algorithm
、
Procrastination interval
、
LC-EDF
相關次數:
被引用:
1
點閱:230
評分:
下載:18
書目收藏:1
隨著可攜式嵌入式系統(如手機,筆記型電腦,PDA)的普及,大多數的民生消費產品都設計成讓人們可以方便攜帶,因為這些產品是可攜式的,因此待機時間也是消費者的重要考量因素,但是這些產品的用電量卻相當可觀,如何省電就成為重要的研究之ㄧ,另外除了省電的議題之外,即時也是重要的考量,尤其是像手機或無線通訊這類的即時系統也需要快速的反應時間(response time),如何讓所有在執行的tasks都能夠meet deadlines的情況下還能達到最佳的省電效果是本篇論文探討的重點。
在即時系統中的省電的方式有很多種,常見省電方式可分為兩種:一種是slowdown,另一種是shutdown。Slowdown的方式又分成幾種,像動態電壓調整 (Dynamic voltage scaling)或是動態頻率調整(Dynamic frequency scaling),這些方式是藉由調降電壓或CPU frequency來達到省電效果,但這種策略只適用於支援多重電壓調整的硬體,而且此種方法會讓周邊的設備消耗更多的電能;而當硬體只支援靜態電壓時,其省電方式為當整個系統處於閒置狀態超過一個臨界時間點,系統會自動shutdown來節省更多電能的消耗,更因為現在的製程技術讓元件愈來愈小,leakage power愈來愈高,使得系統處於閒置狀態時所耗費的電能比以往高,這讓shutdown的機制在整個省電方法中益顯得重要。
本篇論文是在探討在先進製程的系統以及靜態電壓的限制下,如何增加整個系統關閉進入睡眠狀態的時間以及減少關閉跟甦醒之間switch的次數來達到省電的目的,此論文提出一個改良的Procrastination Algorithm –– Enhanced Procrastination Algorithm,以及另一種演算法 –– Pudding Algorithm,並運用此演算法以及EDF的排程策略得到一個即時又省電的排程方法。
In recent years, the products in embedded systems have been growing constantly. Among these development, consumer electronics is the prevalence of electronic equipment intended to be used by people in our daily lives. We can usually find some categories of applications in entertainment, intercommunications, medical appliances, and industrial productivity. For example, mobile phone, PDA, MP3 player, laptop, etc. These systems are ordinarily portable for ideal battery-based products and power management in portable applications is a crucial factor in customer satisfaction and market acceptance. In this scenario, one relevant topic is to increase battery life. In addition, real-time (response time) is an important issue. Some services must be delivered within timing constraints strictly, especially such as mobile phone and wireless communication.
For a real-time system, there are two common ways to reduce the power consumption, that is, the processor shutdown and processor slowdown. The dynamic Voltage Scaling (DVS) approach and the Dynamic Frequency Scaling (DFS) approach make use of the slowdown mode, in which the minimization of the energy consumption performance is achieved through the decreasing of the voltage scaling or the CPU frequency. But this strategy is only suitable for processors supporting multiple-supply-voltage. Thus, it will not only raise execution time of the whole system, but also increase power consumption of peripheral devices. To reduce more electricity consumption, one effective approach is to shutdown the device when the overall system is in an idle period larger than the threshold time. This implies that if the timing requirements are met, the shutdown approach is adequate for reducing overall energy consumption. If we shutdown the system more times, the power saved will be increased.
In this paper, we propose Enhanced Procrastination Algorithm (EPA) scheme. By applying the EPA and the EDF algorithms, more power can be saved.
中文摘要 1
ABSTRACT 3
致謝 5
CONTENTS 6
LIST OF FIGURES 7
CHAPTER 1 INTRODUCTION 8
1.1 Background 8
1.2 Related works 9
1.3 Organization of Thesis 10
CHAPTER 2 PRELIMINARIES 12
2.1 Introduction 12
2.2 Processor Power Model 12
2.3 Leakage Power Control under EDF Scheduling 15
2.4 Procrastination Algorithm 16
CHAPTER 3 POWER SAVING ALGORITHM 19
3.1 Introduction 19
3.2 Problem formulation 19
3.3 Power saving scheduling algorithm 20
CHAPTER 4 EXPERIMENT AND RESULT 27
4.1 Introduction 27
4.2 Experiment environment 27
4.3 Simulation Result 28
4.4 Analysis 30
CHAPTER 5 CONCLUSION 33
5.1 Conclusion 33
5.2 Future work 33
REFERENCE 35
[1] Y. Lee, K.P. Reddy, and C.M. Krishna. “Scheduling techniques for reducing leakage power in hard real-time systems.” In EcuroMicro Conf. on Real Time Systems, Jun. 2003
[2] R. Jejurikar, C. Pereira, and R. Gupta. “Leakage aware dynamic voltage scaling for real-time embedded systems.” DAC, pages 275-280, 2004
[3] L. Niu and G. Quan. “Reducing Both Dynamic and Leakage Energy Consumption for Hard Real-Time Systems.” CASES’04
[4] R. Jejurikar, and R. Gupta. “Procrastination Scheduling in Fixed Priority Real-Time Systems.” LCTES’04 Jun. 2004
[5] S. Borkar. “Design challenges of technology scaling”. In IEEE Micro, pages 23–29, Aug 1999
[6] J. A. Butts and G. S. Sohi. “A static power model for architects.” In Intl. Symposium on Microarchitecture, 2000
[7] Y. Shin, K. Choi, and T. Sakurai. “Power optimization of real-time embedded systems on variable speed processors.” In Proceedings of International Conference on Computer Aided Design, pages 365-368,2000
[8] J. Pouwelse, K. Langendoen, and H. Sips. “Energy priority scheduling for variable voltage processors.” In Proceedings of the 2001 International Symposium on Low Power Electronics and Design, pages 28-33, 2001
[9] C. M. Krishna and Y. H. Lee. “Voltage clock scaling adaptive scheduling techniques for low power in hard real-time systems.” In Proceedings of Real-Time Technology and Applications Symposium, May 20
[10] Intel PXA250/210 Processor. Intel inc. (www.intel.com)
[11] J.W.S. Liu. Real-Time Systems. Prentice-Hall, 2000
[12] R. Jejurikar, C. Pereira, and R. Gupta. “Leakage aware dynamic voltage scaling for real-time embedded systems.” In CECS Technical Report #03-35, UC Irvine, Dec. 2003
電子全文
國圖紙本論文
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
基於手機平台之節能式自動背光和影像處理
無相關期刊
1.
計算排列中值的改良式分支及限制演算法
2.
結合統計與幾何資訊有效率地從單張影像重建3維人臉模型的演算法
3.
應用於異質計算以工作複製為基礎的高效能排程演算法
4.
一種保持結構平方演算法解非對稱代數黎卡迪方程
5.
快閃記憶體之錯誤診斷和縮短測試時間的方法
6.
以高斯混合模型表徵器與語言模型為基礎之語言辨認研究
7.
互補式影像感測器光二極體的SPICE模型
8.
互補式金氧半影像感測器效能參數萃取方法之研究
9.
對於單點多型基因組合問題的演算法延伸
10.
旋律辨識系統之設計:限制回應時間之效能最佳化
11.
強度調控放射治療線上病患治療劑量驗證系統
12.
用辯論來訓練台灣大學生英語溝通能力之個案研究
13.
錫-銀-銅-鎳四元系統等溫相平衡與液相線投影圖
14.
電腦輔助訓練系統開發與應用-以緊急應變中心為例
15.
節能儲存系統之模擬分析與實作
簡易查詢
|
進階查詢
|
熱門排行
|
我的研究室