跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

: 
twitterline
研究生:陳冠宏
研究生(外文):Kuan-Hung Chen
論文名稱:多重弁鉬P可擴充性設計之低成本/低必v視訊編碼技術
論文名稱(外文):PROGRAMMABLE/CONFIGURABLE IP DESIGNS FOR HIGH-EFFICIENCY VIDEO CODING
指導教授:王進賢郭峻因
指導教授(外文):Jiun-In Guo
學位類別:博士
校院名稱:國立中正大學
系所名稱:電機工程所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2006
畢業學年度:94
語文別:英文
論文頁數:175
中文關鍵詞:積體電路設計視訊編碼低必v
外文關鍵詞:Low-powerVLSI designvideo coding
相關次數:
  • 被引用被引用:0
  • 點閱點閱:245
  • 評分評分:
  • 下載下載:23
  • 收藏至我的研究室書目清單書目收藏:0
為達到低成本/低必v的高效能設計目標與多重弁?可擴充性的設計彈性,本論文提出一包含三項新技術之可擴充性資料路徑為基礎之設計方法(A Programmable Data-path (PD)-based Design Approach),可設計具有多重弁鉬P可擴充性的多媒體視訊編碼硬體架構,並以轉換編碼為例闡明所提技術的正確性與實用性。本論文所提之設計技術從演算法推導、硬體架構設計、邏輯及電路設計等層面進行最佳化設計考量,以達到低成本/低必v的設計目標。所提之三項新設計技術包含:以可程式資料路徑(Programmable data-path)為基礎的架構設計技術、分散式算術演算法(Adder-based DA) 設計技術與虛必v消除設計技術(SPST)。利用這些技術,本論文提出了三項設計實例,分別為:通曉性能之轉換編碼設計(設計一)、通曉能量的SA-DCT/IDCT設計(設計二)與高效能之H.264 Direct 2-D轉換編碼設計(設計三)。設計一擁有計算DCT/IDCT與H.264整係數轉換編碼之多重弁遄A同時可依據應用需求而調整適合硬體成本的通曉性能可擴充性。與設計一相比,設計二增加計算SA-DCT/IDCT之弁鉬P通曉能量之彈性。設計三則可完成H.264之二維整係數轉換編碼而不須使用轉置記憶體,以節省硬體成本。此外,虛必v消除設計技術可消除電路中非必要的動態必v消耗,本論文將此技術應用到設計三並實作成晶片,成它a證明所提設計技術之正確性與實用性。利用這些技術所設計的轉換編碼電路比傳統以乘法器為基礎或處理器為基礎之轉換編碼電路擁有更高的計算效率。除了上述本論文中所探討的三種設計實例之外,本論文所提出的可擴充性之架構設計方法與分散式算術演算法亦適用於其它的轉換編碼如傅立葉轉換、濾波器和量化器等電路,虛必v消除設計技術則可應用於各式多媒體視訊應用所需的數位電路如移動補償器、移動估測器和乘加器等以達到有效節省必v消耗的目的。
For high-efficiency video coding, this dissertation proposes a programmable data-path (PD)-based design approach which includes three new techniques to design the VLSI architecture that owns both the versatility and scalability. Meanwhile, this dissertation explains the correctness and practicability of the proposed design approach based on the example of transform coding design. The proposed design techniques which includes the Programmable Data-path (PD) based architectural design technique, adder-based DA formulation, and Spurious Power Suppression Technique (SPST) provide optimization in the view points of algorithmic, architectural, logic, and circuit levels to achieve low-cost and low-power design goals. Using those techniques, this dissertation proposes three design examples which are (1) a performance-aware DCT/IDCT design, (2) an energy-aware SA-DCT/IDCT design, and (3) a high-performance direct 2-D transform coding design. The design (1) can perform multi-function of computing the block-based DCT/IDC and integer transforms for H.264. Besides, it possesses the performance-aware scalability of configuring appropriate hardware for different performance requirements on demand without requiring additional I/O data registers. The design (2) can compute SA-DCT/IDCT in addition, and possesses the energy-aware feature that allows the trade-off of lower energy consumption with less demand of data precision. The design (3) can efficiently compute 2-D transforms without using a transpose memory, which saves much area cost. Moreover, SPST can suppress the spurious dynamic power dissipation which exists in the data-paths for multimedia VLSI designs. This technique has been applied on the design (3) and the combined design has been physically implemented as a chip. The success of this chip implementation proves the correctness and practicability of the proposed design techniques. In addition to applying to the three design examples presented in this dissertation, the proposed design technique can also be adopted in designing FFT, filters, quantizers, motion compensators, motion estimators, and multiply-accumulators.
Abstract (Chinese)……………………………………………..i
Abstract (English)…………………………………………….iii
Acknowledgement……………………………………………..v
Contents………………………………………………………vii
Figure Captions…………………………………………….. ..xi
Table Captions……………………………………………..... xv

Chapter 1 Introduction……………………………………….1
1.1 Evolution of Video Coding Systems…………………………1
1.2 Design Challenges of Realizing Video Coding Systems…….3
1.3 Motivation…………………………………………………....7
1.4 Organization of this Dissertation…………………….……...11
Chapter 2 Proposed Programmable Data-path (PD)-based Design Approach…………………………………15
2.1 Programmable Data-path (PD)-based Architecture Design...16
2.2 Adder-based Distributed Arithmetic Formulation…..………19
2.3 Spurious Power Suppression Technique (SPST)……………20
2.4 Design Examples of PD-based Design Approach…....……..23
Chapter 3 A Performance-Aware DCT/IDCT IP Core Design Using Scalable-DA Algorithm…………………...29
3.1 Introduction…………………………………………………30
3.2 Design Techniques..…………………………………….…...32
3.2.1 Review of DCT/IDCT and Adder-based DA Formulation.….……32
3.2.2 Evolution of Scalable-DA Algorithm…...………………………...38
3.2.3 Advanced Temporal Refinement (ATR)……………………..……40
3.2.4 Possible Schemes for Performance-Aware Hardware Design……………………………………………………….……41
3.3 Design of the Performance-Aware DCT/IDCT IP Core…….42
3.3.1 Data-path Design…………………………………….……………43
3.3.2 Design of Pre-process/Post-process Units…..………………….…43
3.4 Implementation, Performance Evaluation, and Comparison..45
3.5 Summary……………………………………….……………47

Chapter 4 An Energy-Aware Variable-Length DCT/IDCT IP Design……………………………...………..…… 49
4.1 Introduction………………………………………………… 51
4.2 Proposed Flexible Hardware Solution………………….…...55
4.2.1 Design Idea in the Proposed Flexible Hardware Solution………..55
4.2.2 Design Techniques……………………………………………….. 57
4.3 Design of the Proposed IP Core…………………………….61
4.3.1 Algorithm Derivation and Complexity Analysis for the Variable-Length DCT/IDCT………………….………………….61
4.3.2 Architecture Design of the Proposed IP Core for SA-DCT/IDCT…………...………………...………………........ 66
4.3.3 Instruction Set of the Proposed IP Core………..…………………67
4.3.4 Management of the Interleaved Memory……………………...….70
4.3.5 Development of the Instruction Library for SA-DCT/IDCT…..…71
4.4 Hardware Realization and Energy-Aware IP Implementation………………………………………..……75
4.4.1 The Design Issues of Hardware Realization……………………...75
4.4.2 The Design Issues of Energy-Aware IP Implementation…………77
4.5 Performance Evaluation and Comparison…………………..80
4.6 Summary…………………………………………………………….87
Chapter 5 A High-Performance H.264 Direct 2-D Transform Coding IP Design………………………………... 89
5.1 Introduction………………………………………………...90
5.2 Transform Coding and Previous Works in H.264…………..93
5.3 Proposed Direct 2-D Transform Coding Design for H.264... 96
5.3.1 Proposed Direct 2-D Transform Algorithm…………………….. .96
5.3.2 Proposed H.264 Direct 2-D Transform Architecture Design……101
5.3.3 Considerations of System Integration─Interlaced I/O Schedule.105
5.4 Implementation and Verification……………………….….108
5.5 Performance Evaluation and Comparison…………………112
5.6 Summary……………………………………………….….116
Chapter 6 Spurious Power Suppression Technique (SPST) and Its Applications…………………………...119
6.1 Introduction………………………………………………..120
6.2 Proposed Spurious Power Suppression Technique (SPST)..124
6.3 Architecture Design for SPST……………...……………...128
6.3.1 Design example 1─SPST-based H.264 multi-transform designs.128
6.3.2 Design example 2─An SPST-based versatile IP Core design…..130
6.4 Implementation and Verification………………………….. 133
6.5 Performance Evaluation and Comparison………………... 137
6.6 Summary………………………………………………….. 139
Chapter 7 A Chip Implementation…..…….………………141
7.1 Introduction…..……………………………………………141
7.2 Design Process…………………………….………………142
7.3 Measuring Considerations……………….………………...143
7.4 Measuring Results…………………………….…………...148
7.5 Summary…………………………………………………..150
Chapter 8 Conclusions and Future Works………………..153
8.1 Conclusions………………………………………………..153
8.2 Future Works………………………………………………155
References…………………………………………………...156
Appendix A Supplementary for Performance-Aware DCT/ IDCT IP Design………..……..…………........163
Appendix B Supplementary for Variable-Length DCT/IDCT IP Design……………………………………...167
Publication List……………………………………………..173
Honor…...…………………………………………………...175
[1] International standard “Information technology – Coding of audio-visual objects – Part 2: Visual,” ISO/IEC 14496-2.
[2] International standard “Information technology – Coding of audio-visual objects – Part 10: Visual,” ISO/IEC 14496-10.
[3] T. Sikora, “Trends and perspectives in image and video coding,” Proc. of the IEEE, vol. 93, no. 1, pp. 6-17, Jan. 2005.
[4] R. C. Kim, and S. U. Lee, “A VLSI architecture for a pel recursive motion estimation algorithm,” IEEE Trans. Circuits Syst., vol. 36, no. 10, pp. 1291-1300, Oct. 1989.
[5] T. S. Chang, C. S. Kung, and C. W. Jen, “A simple processor core design for DCT/IDCT,” IEEE Trans. Circuits Syst. Video Technol., vol. 10, no. 3, pp. 439-447, Apr. 2000.
[6] K. H. Chen, J. I. Guo, J. S. Wang, C. W. Yeh and J. W. Chen, “A power-aware IP core design for the variable-length DCT/IDCT targeting at MPEG4 shape-adaptive transforms,” IEEE Trans. Circuits Syst. Video Technol., vol. 15, no. 5, pp. 704-715, May 2005.
[7] C. Chen, T. S. Chang, and C. W. Jen, “The IDCT processor on the adder-based distributed arithmetic,” IEEE Int. Symp. VLSI Circuits, pp. 36–37, 1996.
[8] S. A. White, “Applications of distributed arithmetic to digital signal processing: A tutorial review,” IEEE ASSP MAGAZINE July 1989.
[9] T. S. Chang, J. I. Guo, and C. W. Jen, “Hardware-efficient DFT designs with cyclic convolution and subexpression sharing,” IEEE Trans. Circuits Syst.—II: vol. 47, no. 9, pp. 886-892, Sept. 2000.
[10] I. E. G. Richardson, “H.264 and MPEG-4 video compression, video coding for next-generation multimedia,” John Wiley & Sons Ltd, 2003.

[11] J. Choi, J. Jeon, and K. Choi, “Power minimization of functional units by partially guarded computation,” IEEE Int. Symp. Low Popwer Electronics Design, pp. 131-136, 2000.
[12] N. I. Cho, and S. U. Lee, “Fast algorithm and implementation of 2-D discrete cosine transform,” IEEE Trans. Circuits Syst., vol. 38, no. 3, pp. 297-305, Mar. 1991.
[13] P. Pirsch, N. Demassieux, and W. Cehrke, “VLSI architectures for video compression – A survey,” Proc. of the IEEE, No. 2, pp. 220-245, Feb. 1995.
[14] J. I. Guo, R. C. Ju, and J. W. Chen, “An efficient 2-D DCT/IDCT core design using cyclic convolution and adder-based realization,” IEEE Trans. Circuits Syst. Video Technol., vol. 14, no. 4, pp. 416-428, Apr. 2004.
[15] W. Houl, “An 8 8 discrete cosine transform implementation on the TMS320C25 or TMS320C30,” Texas Instruments, Application Rep. SPRA115, 1997.
[16] TMS320C62x Assembly Benchmarks (1997). [Online]. Available: http://www.ti.com/sc/docs/dsps/products/c6000/62xbench.htm
[17] M. Yoshida, H. Ohtomo, and I. Kuroda, “A new generation 16-bit general purpose programmable DSP and its video rate application,” IEEE Workshop on VLSI Signal Processing, pp 93-101, 1993.
[18] T. Darwish, and M. Bayoumi, “Energy aware distributed arithmetic DCT architectures,” IEEE Workshop on Signal Processing Systems, pp. 351-356, 2003.
[19] W. Pan, A. Shams, and M. Bayoumi, ”NEDA: A new distributed arithmetic architecture and its implementation to one dimensional discrete cosine transforms,” IEEE Workshop on Signal Processing Systems, pp. 159-168, 20-22, Oct. 1999.
[20] Y. P. Lee, T. H. Chen, L. G. Chen, M. J. Chen, and C. K. Wu, “A cost effective architecture for 8 8 two-dimensional DCT/IDCT using direct method,” IEEE Trans. Circuits Syst. Video Technol., vol. 7, no. 3, pp. 459-467, June 1997.
[21] T. Xanthopoulos, and A. P. Chandrakasan, “A low-power DCT core using adaptive bitwidth and arithmetic activity exploiting signal correlation and quantization,” IEEE J. of Solid-State Circuits, vol. 35, no. 5, May 2000.
[22] C. Y. Pai, W. E. Lynch, and A. J. Al-Khalili, “Low-power data-dependent 8x8 DCT/IDCT for video compression,” IEE Proc.-Vis. Image Signal Process., vol. 150, no. 4, Aug. 2003.
[23] S. F. Hsiao, Y. H. Hu, T. B. Jung, and C. H. Lee, “Efficient VLSI implementations of fast multiplierless approximated DCT parameterized hardware modules for silicon intellectual property design,” IEEE Trans. Circuits Syst. Vol. 52, no. 8, pp. 1568-1579, Aug. 2005.
[24] S. Yu, and E. E. Swartzlander, “A scaled DCT architecture with the CORDIC algorithm,” IEEE Trans. Signal Process., vol. 50, no. 1, pp. 160-167, Jan. 2002.
[25] IEEE Standard Specifications for the Implementation of 8 8 Inverse Discrete Cosine Transform, IEEE Std. 1180-1190.
[26] Y. T. Chang, and C. L. Wang, “A new fast DCT algorithm and its systolic VLSI implementation,” IEEE Trans. Circuits Syst., vol. 44, no. 11, 959-962, Nov. 1997.
[27] D. F. Chiper, M. N. S. Swamy, M. O. Ahmad, and T. Stouraitis, “A systolicarray architecture for the discrete sine transform,” IEEE Trans. Signal Process., vol. 50, no. 9, 2347-2354, Sep. 2002.
[28] C. Cheng, and K. K. Parhi, “A novel systolic array structure for DCT,” IEEE Trans. Circuits Syst.─II: Express Brief, vol. 52, no. 7, July 2005.
[29] H. Malvar, A. Hallapuro, M. Karczewicz, and L. Kerofsky, “Low-complexity transform and quantization in H.264/AVC,” IEEE Trans. Circuits Syst. Video Technol., vol. 13, no. 7, pp.598-603, July 2003.
[30] Z. Bojkovic, D. Milovanovic, and N. Mastorakis, “Neural networks applications for multimedia processing,” 5th Seminar on Neural Network Applications in Electrical Engineering, pp. 87-91, 25-27 Sept. 2000.

[31] W. J. Heng, and K. N. Ngan, “Integrated shot boundary detection using object-based technique,” Int. Conf. Image Processing, vol. 3, pp. 289-293, 24-28 Oct. 1999.
[32] J. N. Hwang, and Y. Luo, “Automatic object-based video analysis and interpretation: a step toward systematic video understanding,” IEEE Int. Conf. Acoustics, Speech, Signal Processing, vol. 4, pp. IV-4084 -IV-4087, 13-17 May 2002.
[33] D. Zhang, and G. Lu, “Enhanced generic Fourier descriptors for object-based image retrieval,” IEEE Int. Conf. Acoustics, Speech, Signal Processing, vol. 4, pp. IV-3668 -IV-3671, 13-17 May 2002.
[34] T. Le, and M. Glesner, “Flexible architectures for DCT of variable-length targeting shape-adaptive transform,” IEEE Trans. Circuits Syst. Video Technol., vol. 10, pp. 1489-1495, Dec. 2000.
[35] T. Sikora, and B. Makai, “Shape-adaptive DCT for generic coding of video,” IEEE Trans. Circuits Syst. Video Technol., vol.5, no. 1, pp. 59-62, Feb. 1995.
[36] M. Bi, S. H. Ong, and Y. H. Ang, “Comment on “Shape-adaptive DCT for generic coding of video”,” IEEE Trans. Circuits Syst. Video Technol., vol. 6, no. 6, pp. 686-688, Dec. 1996.
[37] L. Salgado, J. M. Menendez, E, Rendon, N. Garcia, and R. Larrosa, “Efficient prediction error regions determination for region-based video coding through shape adaptive DCT,” IEEE Int. Conf. Image Processing, vol. 1, pp. 996-999, 2000.
[38] W. K. Ng, and Z. Lin, “A new shape-adaptive DCT for coding of arbitrarily shaped image segments,” IEEE Int. Conf. Acoustics, Speech, Signal Processing, vol. 6, pp. 2115-2118, 2000.
[39] S. Makrogiannis, P. Schelkens, S. Fotopoulos, and J. Cornelis, “Region-oriented compression of color images using fuzzy inference and shape adaptive DCT,” Proc. 2001 Int. Con. Image Processing, vol. 3, pp. 478-481, 2001.

[40] T. Le, and M. Glesner, “Configurable VLSI-architectures for both standard DCT and shape-adaptive DCT in future MPEG-4 circuit implementations,” Proc. IEEE Int. Symp. Circuits Syst., vol. 2, pp. 461-464, 2000.
[41] H. C. Chang, Y. C. Chang, Y. C. Wang, W. M. Chao, and L. G. Chen, “VLSI architecture design of MPEG-4 shape coding,” IEEE Trans. Circuits Syst. Video Technol., vol. 12, no. 9, pp. 741-751, Sep. 2002.
[42] D.A. Patterson, and J. L. Hennessy, “Computer organization & design – The hardware/software interface,” Morgan Kaufmann Publishers, Inc., 2nd edition, pp.560-562, 1998.
[43] M. Bhardwaj, R. Min, and A. P. Chandrakasan, “Quantifying and enhancing power awareness of VLSI systems,” IEEE Trans. on VLSI, pp.757-772, Dec. 2001.
[44] R. Amirtharajah, T. Xanthopoulos, and A. P. Chandrakasan,, “Power scalable processing using distributed arithmetic,” IEEE Int. Symp. Low Popwer Electronics Design, pp.170-175, Aug. 1999.
[45] Galax! Inc., “Passport 0.35 micron, 3.3 volt Optimum Silicon SC Library CB35OS142” (document), Mar. 1998.
[46] M. Keating, and P. Bricaud, “Reusable methodology manual,” KLUWER ACADEMIC PUBLISHERS, 2nd Edition, 1999.
[47] R. Schafer, T. Wiegand and H. Schwarz, “The emerging H.264/AVC standard,” EBU TECHNIQUE REVIEW, January 2003, available: http://www.ebu.ch/trev_293-schaefer.pdf.
[48] I. Richardson, “H.264/MPEG-4 part 10: Transform and quantization,” Dec. 2002, available: http://www.vcodex.fsnet.co.uk/h264_transform.pdf.
[49] Y. W. Huang, B. Y. Hsieh, T. C. Chen, and L. G. Chen, “Analysis, fast algorithm, and VLSI architecture design for H.264/AVC intra frame coder,” IEEE Trans. Circuits Syst. Video Technol., vol. 15, no. 3, pp. 378-401, Mar. 2005.
[50] T. C. Wang, Y. W. Huang, H. C. Fang, and L. G. Chen, “Parallel 4x4 2D transform and inverse transform architecture for MPEG-4 AVC/H.264,” IEEE Int. Symp. Circuits and Syst., pp. 800-803, 2003.
[51] L. Z. Liu, Q. Lin., M. T. Rong, and J. Li, “A 2-D forward/inverse integer transform processor of H.264 based on highly-parallel architecture,” IEEE Int. Workshop System-on-Chip for Real-Time Applications, pp. 158 – 161, 19-21 July 2004.
[52] R. Kordasiewicz, and S. Shirani, “Hardware implementation of the optimized transform and quantization blocks of H.264,” IEEE Canadian Conf. Electrical & Computer Engineering, pp. 943 – 946, vol.2, 2-5 May 2004.
[53] I. Amer, W. Badawy, and G. Jullien, “Hardware prototyping for the H.264 4x4 transforms,” IEEE Int. Conf. Acoustics, Speech, Signal Processing, pp. V - 77-80, vol.5, 17-21 May 2004.
[54] Z. Y. Cheng, C. H. Chen, B. D. Liu, and J. F. Yang, “High throughput 2-D transform architectures for H.264 advanced video coders,” IEEE Asia-Pacific Conf. Circuits Syst., vol. 2, pp. 1141-1144, Dec. 2004.
[55] H. Y. Lin, Y. C. Chao, C. H. Chen, B. D. Liu, and J. F. Yang, “Combined 2-D transform and quantization architectures for H.264 video coders,” IEEE Int. Symp. Circuits and Syst., vol. 2, pp. 1802-1805, May 2005.
[56] K. H. Chen, J. I. Guo, J. S. Wang, “An efficient direct 2-D transform coding IP design for MPEG-4 AVC/H.264,” IEEE Int. Symp. Circuits and Syst., pp. 4517-4520, May 2005.
[57] A. Luthra, G. J. Sullivan, T. Wiegand, “Introduction to the special issue on the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. for Video Technol., vol. 13, pp. 557 – 559, July 2003.
[58] M. Horowitz, A. Joch, F. Kossentini, and A. Hallapuro, “H.264/AVC baseline profile decoder complexity analysis,” IEEE Trans. Circuits Syst. for Video Technol., vol. 13, pp. 704 – 716, July 2003.
[59] T. Wiegand, G. J. Sullivan, G. Bjntegaard, and A. Luthra, “Overview of the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. for Video Technol., vol. 13, pp. 560 – 576, July 2003.

[60] K. K. Parhi, “VLSI digital signal processing systems,” A Wiley-Interscience publication, 1999.
[61] Artisan component, “TSMC 0.18-um process 1.8-volt SAGE-X standard cell library Databook,” Sept. 2003.
[62] T. Stockhammer, M. Hannuksela, and T. Wiegans, “H.264/AVC in wireless environments,” IEEE Trans. Circuits Syst. for Video Technol., vol. 13, no. 7, pp.657-673, July, 2003.
[63] O. Chen, R. Sheen, and S. Wang, “A low-power adder operating on effective dynamic data ranges,” IEEE Trans. on VLSI, vol. 10, no. 4, pp. 435-453, Aug. 2002.
[64] L. Benini, G. D. Micheli, A. Macii, E. Macii, M. Poncino, and R. Scarsi, “Glitching power minimization by selective gate freezing,” IEEE Tran. on VLSI, vol. 8, no. 3, pp. 287-297, June 2000.
[65] K. K. Parhi, “Approaches to low-power implementations of DSP systems,” IEEE Trans. Circuits Syst.─I: Fundamental theory and applications, vol. 48, no. 10, Oct. 2001.
[66] A. Chandrakasan, R. Amirtharajah, J. Goodman, and W. Rabiner, “Trends in low-power signal processing,” IEEE Int. Symp. Circuits and Syst., Vol. 4, pp. 604-607, May 1998.
[67] K. Yano, and T. Yamannaka, “A 3.8-ns CMOS 16x16-b multiplier using complementary pass-transistor logic,” IEEE J. of Solid-State Circuits, vol. 25, no. 2, Apr. 1990.
[68] J. R. Ohm, “Advances in scalable video coding,” Proc. of the IEEE, vol. 93, no. 1, pp. 42-56, Jan. 2005.
[69] H. H. Chang, S. H. Sun, and S. I. Liu, “A low-jitter and precise multiphase delay-locked loop using shifted averaging VCDL,” IEEE Int. Solid-State Circuits Conf., vol. 1, pp. 434-505, Feb. 2003.
[70] Y. J. Jung, S. W. Lee, D. Shim, W. Kim, C. Kim, and S. I. Cho, “A dual-loop delay-locked loop using multiple voltage-controlled delay lines,” IEEE J. Solid-State Circuits, vol. 36, no. 5, pp. 784-791, May 2001.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top