博碩士論文 995202045 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:87 、訪客IP:18.190.176.157
姓名 歐俊良(Jan-liang Ou)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 可延展的LED電子看板控制器設計和實作
(Design and Implementation of Scalable LED Signage Controller)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 數位電子看板可播放生動動態影像,易於吸引人的目光,使得越來越多廣告
商利用數位電子看板來宣傳。在多數情況下,播放媒體內容的大小並非符合LED
電子看板解析度,因此需將輸入端的影像縮放至LED 電子看板正確畫面上。
本研究基於可擴充、可重組的電子看板系統設計需求,提出一個階層式、模
組化的控制器架構並採用PNN 影像插補器做為縮放的核心。利用此彈性可擴充
大型電子看板架構,可根據需求組成想要電子看板解析度。並藉由PNN 影像插
補器的平滑參數,可調整插補影像的銳利度和平滑度,對文字型的顯示內容其影
像放大顯示保有其最大銳利度,而照片(natural picture)放大影像考量鋸齒效應,改
用較大平滑度。以達到放大影像顯示最好的視覺感受。
最後實作整合 PNN 影像縮放器LED 電子看板顯示控制器,我們可以彈性組
成LED 電子看板的顯示大小,並達到即時影像縮放至電子看板正確畫面上,並
可視顯示需求調整影像的平滑銳利度,讓觀看者達到影像最好的視覺感受。
摘要(英) Digital signage can play vivid video and is easy to attract people. More and more
advertiser use digital signage to advertising. In many case, video content resolution
don’t fit LED digital signage resolution. So we have to enlarge the input video
resolution to fit LED digital signage resolution.
This paper base on extendable and reconfigurable LED digital signage design
requirements. We proposed hierarchical and modular controller architecture. And use
probabilistic neural network video interpolator to scale video resolution. Use this flexible
and extendable large digital signage architecture. We can combine any digital signage
resolution we need. Using smoothing parameter of probabilistic neural network
interpolator to adjust sharpness and smoothness of video frame. In order to the best visual
experience enlarge video frame. Text-based video content we should enlarge video frame
the shaper the better. Because sharp effect natural picture video frame should enlarge the
smoother the better.
Finally we implement PNN interpolator controller integrated into LED display
controller. We can flexibly combine signage resolution, and can real-time scale video
frame to signage. User can adjust sharpness and smoothness of video frame to the best
visual experience.
關鍵字(中) ★ 數位電子看板
★ 影像插補器控制器
關鍵字(英) ★ Digital signage
★ image interpolator controller
論文目次 摘要 ................................................................................................................... I
Abstract ................................................................................................................. II
誌謝 ..................................................................................................................... III
目錄 ................................................................................................................. IV
圖目錄 ................................................................................................................. VI
表目錄 .............................................................................................................. VIII
第一章、緒論 ....................................................................................................... 1
1.1 研究動機 ................................................................................................ 1
1.2 論文架構 ................................................................................................. 2
第二章、LED 數位電子看板 ............................................................................... 3
2.1 LED 點矩陣顯示器 ................................................................................. 3
2.1.1 單色LED 模組 ............................................................................. 3
2.1.2 彩色LED 模組 ............................................................................ 4
2.2 LED 顯示原理與控制 ............................................................................. 5
2.2.1 LED 掃描顯示法 .......................................................................... 5
2.2.2 PWM 色彩控制 ............................................................................ 6
2.3 大尺寸LED 數位電子看板架構 ........................................................... 7
第三章、模組化LED 電子看板控制器設計 ...................................................... 9
3.1 LED 顯示單元電路模組設計 ................................................................. 9
3.2 顯示單元控制器架構設計 ................................................................... 17
3.3 顯示單元控制器實作 ........................................................................... 23
3.3.1 實驗平台 ................................................................................... 23
3.3.2 顯示單元控制器硬體設計 ....................................................... 25
V
3.3.3 控制器電路合成 ....................................................................... 30
3.3.4 實驗結果與討論 ....................................................................... 36
第四章、可延展的影像顯示控制器設計 ......................................................... 37
4.1 機率神經網路插補器 .......................................................................... 37
4.2 PNN 影像縮放器設計 .......................................................................... 42
4.3PNN 影像縮放器電路合成 ................................................................... 47
4.4 系統整合與實驗 ................................................................................... 52
第五章、結論與未來展望 ................................................................................. 53
5.1 結論 ...................................................................................................... 53
5.2 未來展望 .............................................................................................. 54
參考文獻 ............................................................................................................. 54
參考文獻 [1] http://www.ledinside.com.tw/knowledge
[2] Linas Svilainis, 2010. “Large Scale LED Video Display Data Flow Management” Proceedings of the ITI 2010 32nd Int. Conf. on Information Technology Interfaces, June 21-24, 2010, Cavtat, Croatia pp. 657-662.
[3] D. Yanchuang and G. Jinying, “LED display screen design and proteus simulation based on single-chip microcomputer,” in 2nd Int. IEEE Conf. on Inf. Eng. Comput. Sci., 2010, pp. 1–4.
[4] X. Chen and C. Tang, “Intelligent LED display technology with SCM and CPLD,” in Third Int. Symp. on Intell. Inf. Technol. Appl., 2009, pp. 260–263.
[5] Q. Song and Y. Sun, “ARM9-based control system for LED large screen display,” in 3rd Int. IEEE Conf. on Intell. Netw. Intell, Syst,,2010, pp. 217–220.
[6] S. Quin and H. Li, “The research of LED display screen based on embedded technology and FPGA technology,” in Int. IEEE Conf. on Elect.and Contr. Eng., 2010, pp. 2411–2413.
[7] S. Khodambashi, A. Zakerolhosseini, and M. Fazlali, “A scalable architecture to control LED displays,” in 2nd Int. IEEE Conf. on Ind. Inf.Syst., 2010, pp. 456–459.
[8] http://www.led-shop.com.tw/page38.htm
[9] http://www.eeworld.com.cn/LED/2012/0412/article_6812.html
[10] Xichao MO, Yuanyue Zhiang,” Consecutive PWM Driving Video LED Display System, ” 1997 IEEE International Symposium on Circuits and Systems, June 9-12, 1997, Hong Kong ,pp. 1437-1439.
[11] Vegas LED Screens LLC, LED Screen Installation Guide.
[12] seeed studio., LTD, GTM2088 Data sheets.
[13] linear technology, LT8500 Data sheets.
[14] UNISONIC TECHNOLOGIES CO., LTD, HMBT 8550 PNP Data sheets.
[15] UNISONIC TECHNOLOGIES CO., LTD, MMBT 8050NPN Data sheets.
[16] UNISONIC TECHNOLOGIES CO., LTD,LTD, ULN2803 Data sheets.
[17] 浯陽科技, MIAT_C3X25規格說明書
[18] Altera Quartus II v11.0, http://www.altera.com/products/software/quartus-ii/subscription-edition/qts-se-index.html[19] ModelSim-Altera v6.6c, http://www.altera.com/products/software/quartus-ii/modelsim/qts-modelsim-index.html
[20] CHEN, Ching-Han; DAI, Jia_Hong; "Design and high-level synthesis of discrete-event controller," Automatic Control Conference, pp. 610-615 Vol. 1, 2002.
[21] S. H. Hsieh; C. H. Chen, “Adaptive image interpolation using probabilistic neural network”, Expert Systems with Applications, vol.36, issue.3, part.2, pp. 6025-6029, April 2009.
[22] D.F. Specht “Probabilistic neural networks(original contribution) ” Neural Networks .vol. 3, no.1, pp. 109-118, Jan 1990
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2012-11-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明