Slicing of Aspect-Oriented Programs Based on Reduced Dynamic Dependence Graph *

Size: px
Start display at page:

Download "Slicing of Aspect-Oriented Programs Based on Reduced Dynamic Dependence Graph *"

Transcription

1 ISSN CODEN JKYTA8 Journal of Frontiers of Computer Science and Technology /2011/05(03) Tel: DOI: /j.issn * 张广泉 1,2+, 黄静 1, 章晓芳 1,3, 刘长林 1. 苏州大学计算机科学与技术学院, 江苏苏州 中国科学院软件研究所计算机科学国家重点实验室, 北京 南京大学计算机软件新技术国家重点实验室, 南京 Slicing of Aspect-Oriented Programs Based on Reduced Dynamic Dependence Graph * ZHANG Guangquan 1,2+, HUANG Jing 1, ZHANG Xiaofang 1,3, LIU Changlin 1 1. School of Computer Science and Technology, Soochow University, Suzhou, Jiangsu , China 2. State Key Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing , China 3. State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing , China + Corresponding author: gqzhang@suda.edu.cn ZHANG Guangquan, HUANG Jing, ZHANG Xiaofang, et al. Slicing of aspect-oriented programs based on reduced dynamic dependence graph. Journal of Frontiers of Computer Science and Technology, 2011, 5(3): Abstract: Program slicing is an important technique for program analysis, which has many applications in various fields such as program debugging, testing, maintenance, etc. Aspect-oriented program is a new software development paradigm that enables modular implementation of cross-cutting concerns, and poses difficulties for slicing of aspect-oriented programs. From the two types: static slicing and dynamic slicing, a systematic analysis of the researches on slicing of aspect-oriented programs is conducted, and a dynamic slicing method of aspect-oriented programs based on reduced dynamic dependence graph is proposed, which can reduce the number of nodes and edges of dynamic dependence graph. The generated dynamic slice is accurate that helps people to better understand *The National Natural Science Foundation of China under Grant No ( ); the Open Funds of State Key Laboratory of Computer Science of Chinese Academy of Sciences under Grant No. SYSKF0908 ( ); the Natural Science Foundation of Jiangsu Higher Education Institutions of China under Grant No. 08KJB520010, 09KJB ( ). Received , Accepted

2 230 Journal of Frontiers of Computer Science and Technology 2011, 5(3) aspect-oriented programs. Key words: aspect-oriented program; static slicing; dynamic slicing; reduced dynamic dependence graph 程序切片是一种重要的程序分析技术, 广泛应用于程序的调试 测试与维护等领域 面向方面程序设计作为一种新的软件开发范型, 能够实现横切关注点的模块化, 其特有的语言元素和功能为切片增加了难度 从静态切片和动态切片两种类型, 讨论了面向方面程序切片技术 在此基础上, 提出了一种基于简化动态依赖图的面向方面程序切片方法, 可以减少动态依赖图中节点和边的数量, 生成准确的面向方面程序的动态切片, 从而有助于人们更好地对面向方面程序进行分析和理解 面向方面程序 ; 静态切片 ; 动态切片 ; 简化动态依赖图 A TP311 1 (program slicing) [1], Weiser 1979 [2],,,, (slicing criterion), <s, v>, s, v s,, <s, v>,,,,,,,,,,, : 2 ; 3, ; 4 ; 5 ; 2,,, Kiczales 1997 (aspect-oriented programming, AOP) [3] AOP,,,, (aspect),,,,,, AOP (core concerns) (cross-cutting concerns),

3 231,, AOP,, ( Java ), ( AspectJ, Java ), 1 AOP Fig.1 The process of AOP 1 AOP, AOP (1) (join point):,, AOP, (2) (pointcut): AOP,, (3) (advice):, (4) (aspect):, (object-oriented programming, OOP), (5) (introduction):, (6) (weaving):, 3, Zhao 2002 [4],,,, 3.1,, <s, v>, s, v s Weiser Zhao, [5 7], Horwitz [8], [9] Braak [10] 2006,, 2010, Ahmad, [11],,,,,, ( ) 3.2 <s,v,i 0 >, s, v s, I 0,,,,,,

4 232 Journal of Frontiers of Computer Science and Technology 2011, 5(3) Sahu Mohapatra [12] 2007, Zhao,,,, Mohapatra [13] 2008,,,, ( ),, 2, (a) Java, ; (b) AspectJ,, 2, args[0]=4, <1, 2, 3, 13, 14, 15, 4, 5, 6, 7 1, 8 1, 9 1, 7 2, 8 2, 9 2, 7 3, 8 3, 9 3, 7 4, 8 4, 9 4, 7 5, 16, 17, 11>,, 7 1 7, , , 3 7 while 4 <11, p, 4> ( args[0]=4, 11 p ), 11, ( ), {11, 17, 8, 16, 7, 8, 9, 7, 13, 5, 9, 7, 8, 9, 3, 2, 4, 7, 8, 9, 1, 15, 7, 6, 14},, {11, 17, 8, 16, 7, 9, 13, 5, 3, 2, 4, 1, 15, 6, 14}, 3,, Fig.2 An example of aspect-oriented program 2

5 233 Fig.3 Dynamic dependence graph for the aspect-oriented program 3,, ( ), 4,,, 4.1,, (reduced dynamic dependence graph),,, DefnNode PredNode, DefnNode, ; PredNode, ReachableNodes, S i,, ( v) S i, S i v, S i ReachableNodes v ReachableNodes, S i v,, S i ;, S i, S i DefnNode,,, PredNode, 2, args[0]=4, <1, 2, 3, 13, 14, 15, 4, 5, 6, 7 1, 8 1, 9 1, 7 2, 8 2, 9 2, 7 3, 8 3, 9 3, 7 4, 8 4, 9 4, 7 5, 16, 17, 11> 4

6 234 Journal of Frontiers of Computer Science and Technology 2011, 5(3) Fig.4 Reduced dynamic dependence graph for the aspect-oriented program 4, 4 3, 4 7, , , ReachableNodes {1, 2, 4, 5, 7, 9, 14, 15} 9 ReachableNodes {1, 2, 4, 5, 7, 9, 14, 15} ; , ReachableNodes {1, 2, 4, 5, 6, 7, 8, 9, 14, 15} 8 2 ReachableNodes {1, 2, 4, 5, 6, 7, 8, 9, 14, 15} ;, while, 3, 4 1 ReachableNodes 4.2, v v DefnNode, ReachableNodes, v, Table 1 ReachableNodes set tied to each node in Fig ReachableNodes ReachableNodes 1 {1} 2 {1, 2} 3 {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17} 13 {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17} 14 {14} 15 {14, 15} 4 {1, 2, 4, 14, 15} 5 {1, 2, 4, 5, 14, 15} 6 {1, 2, 4, 5, 6, 14, 15} 7 {1, 2, 4, 5, 7, 14, 15} 8 1 {1, 2, 4, 5, 6, 7, 8, 14, 15} 9,7 {1, 2, 4, 5, 7, 9, 14, 15} 8 2 {1, 2, 4, 5, 6, 7, 8, 9, 14, 15} 16 {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17} 17 {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17} 11 {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17}, 4 p, 11 ReachableNodes {1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17}, 11 p, 1 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17 Mohapatra [13] 2 p, 11 3 {11, 17, 8, 16,

7 235 7, 8, 9, 7, 13, 5, 9, 7, 8, 9, 9, 3, 2, 4, 7, 8, 9, 1, 15, 7, 6, 14},, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17,,, 5,, Weiser [2], Ottenstein [14], Horwitz [8],,, Larsen Harrold [15], Zhao [16],, Zhao [4 5],, [9] Braak [10], Ahmad [11],,,,,,,,,, Korel Laski [17], Weiser, Agrawal [18] 4,, Sahu Mohapatra [12], Zhao,,,,,,,,,,,, ReachableNode, Mohapatra [13],,,,,,,,,,,, 6,,

8 236 Journal of Frontiers of Computer Science and Technology 2011, 5(3),,,,, ReachableNodes,,, References: [1] Li Bixin. Program slicing technique and its applications[m]. Beijing: Science Press, [2] Weiser M. Program slicing[j]. IEEE Transactions on Software Engineering, 1984, 10(4): [3] Kiczales G, Lamping J, Mendhekar A, et al. Aspectoriented programming[c]//lecture Notes in Computer Science 1241: Proceedings of the 11th European Conference on Object-Oriented Programming, 1997: [4] Zhao J. Slicing aspect-oriented software[c]//proceedings of the 10th IEEE International Workshop on Program Comprehension, 2002: [5] Zhao J, Rinard M. System dependence graph construction for aspect-oriented programs, MIT-LCS-TR-891[R]. Laboratory for Computer Science, MIT, [6] Zhao J. Data-flow-based unit testing of aspect-oriented programs[c]//proceedings of the 27th Annual IEEE International Conference on Computer Software and Applications, 2003: [7] Zhao J. Control-flow analysis and representation of aspectoriented programs[c]//proceedings of the 6th International Conference on Quality Software, 2006: [8] Horwitz S, Reps T, Binkley D. Inter-procedural slicing using dependence graphs[j]. ACM Transactions on Programming Languages and Systems, 1990, 12(1): [9] Shi Liang. Research on test data automatic generation[d]. Nanjing: Southeast University, [10] Braak T T. Extending program slicing in aspect-oriented programming with inter-type declarations[c]//proceedings of the 5th Twente Student Conference on IT, [11] Ahmad S, Ghani A, Sani F, et al. Slicing aspect oriented program using dependence flow graph for maintenance purpose[c]//proceedings of Regional Conference on Knowledge Integration in ICT, 2010: [12] Sahu M, Mohapatra D P. A node marking technique for dynamic slicing of aspect-oriented programs[c]//proceedings of the 10th International Conference on Information Technology, 2007: [13] Mohapatra D P, Sahu M, Kumar R, et al. Dynamic slicing of aspect-oriented programs[j]. Informatica, 2008, 32(3): [14] Ottenstein K J, Ottenstein L M. The program dependence graph in a software development environment[j]. ACM SIGPLAN Notices, 1984, 19(5): [15] Larsen L D, Harrold M J. Slicing object-oriented software[c]//proceedings of the 18th International Conference on Software Engineering, 1996: [16] Zhao J. Dynamic slicing of object-oriented program, SE [R]. Information Processing Society of Japan, [17] Korel B, Laski J. Dynamic program slicing[j]. Information Processing Letters, 1988, 29(3): [18] Agrawal H, Horgan J R. Dynamic program slicing[c]//proceedings of the ACM SIGPLAN 1990 Conference on Programming Languages Design and Implementation, 1990, 25(6): 附中文参考文献 : [1]. [M]. :, [9]. [D]. :, 2006.

9 237 ZHANG Guangquan was born in He received his Ph.D. degree in Computer Software and Theory from Chongqing University in Now he is a professor at Soochow University, and the senior member of CCF. His research interests include software architecture, aspect-oriented technology, formal methods and program analysis, etc. (1965 ),,, 1999,, CCF,,, HUANG Jing was born in She is a master candidate at Soochow University. Her research interests include software testing and aspect-oriented software development, etc. (1988 ),,,,, ZHANG Xiaofang was born in She received her Ph.D. degree in Computer Software and Theory from Southeast University in Now she is a lecturer at Soochow University. Her research interests include program analysis and software testing, etc. (1980 ),,, 2008,,, LIU Changlin was born in He is a master candidate at Soochow University. His research interests include software architecture and aspect-oriented software development, etc. (1985 ),,,,,

Big Data and High Performance Computing

Big Data and High Performance Computing Big Data and High Performance Computing Big data and high performance computing focus on academic research and technology development in areas of high performance computing platform architecture, parallel

More information

Electrical Engineering

Electrical Engineering Electrical Engineering Educational Objectives This major aims to cultivate well-grounded, practical, creative and all-round research talents who are well developed in morality, intelligence and physical

More information

Mixed Frequency Allocation Strategy for GSM-R

Mixed Frequency Allocation Strategy for GSM-R Mixed Frequency Allocation Strategy for GSM-R Xiao-Li Jiang, Xu Li State Key Laboratory of Rail Traffic Control and Safety (Beijing Jiaotong University), Beijing, 100044, China Abstract: In this paper,

More information

A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags

A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags A Self-Adaptive Low-Voltage Current Mode ASK Demodulator for RFID Tags Wei Liu, Yongming Li, Chun Zhang, Zhihua Wang Tsinghua National Laboratory for Information Science and Technology Institute of Microelectronics,

More information

SVPWM 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动. 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM A

SVPWM 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动. 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM A 18 1 2013 2 Vol 18 No 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 2013 SVPWM 150050 三相电压源型逆变器的死区时间效应可能会导致电压损失, 电流波形畸变和转矩脉动 为了改善电流波形, 减少转矩脉动, 详细分析了死区时间对输出电压的影响, 并提出了 SVPWM 死区时间的补偿方法 该方法通过改变传统的

More information

The Simulation Research of the reamer of the cutter suction. dredger based on ADAMS

The Simulation Research of the reamer of the cutter suction. dredger based on ADAMS International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 30-9364, ISSN (Print): 30-9356 Volume 3 Issue 1 ǁ December. 015 ǁ PP.07-13 The Simulation Research of the reamer of the

More information

GSM/GPRS. By Mendy Ouzillou Silicon Laboratories Inc. Austin, TX GSM 3GPP (GSM) burst current) GSM900 DCS V

GSM/GPRS. By Mendy Ouzillou Silicon Laboratories Inc. Austin, TX GSM 3GPP (GSM) burst current) GSM900 DCS V GSM/GPRS By Mendy Ouzillou Silicon Laboratories Inc. Austin, TX GSM Q ( ) 3GPP (GSM) burst current) GSM900 DCS1800 50 Ω 3.5 V 25 3.7 V www.silabs.com/pa-calculations 32.75 (GSM) dbm (DCS) 29.75 dbm 1-3)

More information

Advanced Design System. Release 2005A New Features

Advanced Design System. Release 2005A New Features Advanced Design System Release 2005A New Features 2005A: Focus on Simulation Technology Improvements 2005A Delivers Faster, Smarter, Stronger Simulators: DC simulator Harmonic Balance simulator Momentum

More information

ADS for your RF Board Design Flow

ADS for your RF Board Design Flow Bart Van Hecke Agilent EEsof EDA Page 1 Agilent EEsof EDA Global solution provider and #1 supplier of RF EDA tools Unique position as the only company delivering Test&Measurement solutions as well as EDA

More information

Extrapolations from 100 (and 116)

Extrapolations from 100 (and 116) 本作品采用知识共享署名 4.0 国际许可协议进行许可 Extrapolations from 100 (and 116) Medical Library Development and Innovation Forum Institute of Medical Information & Library Chinese Academy of Medical Sciences (CAMS) & Peking

More information

Ecological Characteristics of Information and Its Scientific Research 1

Ecological Characteristics of Information and Its Scientific Research 1 Ecological Characteristics of Information and Its Scientific Research 1 Xiaohui ZOU 1,2 *, Shunpeng ZOU 1,2 and Lijun Ke 2 1 China University of Geosciences (Beijing) Institute of Higher Education; 949309225@qq.com

More information

09-Architecture Design 游戏架构设计. Ref cornell

09-Architecture Design 游戏架构设计. Ref cornell 09-Architecture Design 游戏架构设计 盛斌 Ref cornell Architecture: The Big Picture Architecture: The Big Picture 2 Game Architecture Design Patterns Reusable solution to a reoccurring problem Template, not a single

More information

High frequency ratio antenna for RFID tags

High frequency ratio antenna for RFID tags High frequency ratio antenna for RFID tags Jieh-Sen Kuo *(1), Jyun-Jie Wang (2), and Chih-Yu Huang (3) (1) Department of Electronic Engineering, Kao-Yuan University, Kaohsiung, Taiwan 821, Republic of

More information

Mechatronics Engineering Course Introduction

Mechatronics Engineering Course Introduction Mechatronics Engineering Course Introduction Prof. Tianmiao Wang Prof. Li Wen School of Mechanical Engineering and Automation Beihang University Professor biography Tianmiao Wang, Full Professor He worked

More information

Fabrication of Schottky Diode in Standard CMOS Process

Fabrication of Schottky Diode in Standard CMOS Process Fabrication of Schottky Diode in Standard CMOS Process Qiang Li, Junyu Wang,Yifeng Han, Hao Min, Feng Zhou (State Key Lab of ASIC&System, Fudan University, Shang Hai 200433) Abstract- This paper describes

More information

HETERO JUNCTION FIELD EFFECT TRANSISTOR NE4210M01

HETERO JUNCTION FIELD EFFECT TRANSISTOR NE4210M01 查询 供应商 PRELIMINARY DATA SHEET HETERO JUNCTION FIELD EFFECT TRANSISTOR C to Ku BAND SUPER LOW NOISE AMPLIFIER N-CHANNEL HJ-FET DESCRIPTION The is a Hetero Junction FET that utilizes the hetero junction

More information

Internal Compact Dual-Band Printed Loop Antenna for Mobile Phone Application

Internal Compact Dual-Band Printed Loop Antenna for Mobile Phone Application IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 55, NO. 5, MAY 2007 1457 Internal Compact Dual-Band Printed Loop Antenna for Mobile Phone Application Yun-Wen Chi and Kin-Lu Wong Abstract A novel dual-band

More information

FDTD Modeling of Noise in Computer Packages

FDTD Modeling of Noise in Computer Packages FDTD Modeling of Noise in Computer Packages Wiren Dale Becker IBM East Fishkill Raj Mittra University of Illinois at Urbana-Champaign Abstract In this paper, we discuss the electromagnetic modeling of

More information

WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月. All rights reserved 2006, Alcatel Shanghai Bell

WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月. All rights reserved 2006, Alcatel Shanghai Bell WiMAX 技术培训系列 ( 一 ) OFDM 物理层技术初探 MCG 赵昕 2006 年 2 月 目录 Page 2 一. 为什么出现 WiMAX? 二. 什么是 WiMAX? 三. 什么是 OFDM/OFDMA? 四.WiMAX 的 PHY 层五.WiMAX 接入过程 Page 3 一. 为什么出现 WiMAX? 一. 为什么出现 WiMAX? 移动通信的发展过程正在从 3Any 向 Olympics

More information

Ansoft HFSS Antenna Design Kit Design Parameters

Ansoft HFSS Antenna Design Kit Design Parameters Ansoft HFSS Antenna Design Kit Arien Sligar 2007 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary Wire Monopole Low Linear Narrow Monopole Radius Feed Gap Monopole Length Ref: Balanis, Constantine.

More information

A SMALL PASSIVE UHF RFID TAG FOR METALLIC ITEM IDENTIFICATION. Mun Leng Ng, Kin Seong Leong, and Peter H. Cole

A SMALL PASSIVE UHF RFID TAG FOR METALLIC ITEM IDENTIFICATION. Mun Leng Ng, Kin Seong Leong, and Peter H. Cole A SMALL PASSIVE UHF RFID TAG FOR METALLIC ITEM IDENTIFICATION Mun Leng Ng, Kin Seong Leong, and Peter H. Cole Auto-ID Laboratory, School of Electrical and Electronic Engineering, The University of Adelaide

More information

1 st 5G Algorithm Competition SCMA

1 st 5G Algorithm Competition SCMA 1 st 5G Algorithm Competition SCMA Task Description Requirements 要求 : SCMA 下一代无线通信的稀疏码多址接入 多址接入是无线通信物理层最核心的技术之一, 它使得无线基站能区分并同时服务多个终端用户 现有系统采用正交的多址接入方式, 即多个用户通过在不同维度上 ( 频分 时分 码分等 ) 正交划分的资源来接入, 现在 4G 系统中采用的

More information

V GG -V TO. rout = Saturation Region I OUT. Vout V SAT V GS V OUT. Sheet 1 of 10. Cascode Current Mirror

V GG -V TO. rout = Saturation Region I OUT. Vout V SAT V GS V OUT. Sheet 1 of 10. Cascode Current Mirror 1 of 10 Cascode Current Mirror he main property/feature of a current source/sink is that the current though the device is independent of the voltage across it. Figure 1 shows the most basic of current

More information

Table of Contents. DS177-ZH LUXEON V2 Product Datasheet Lumileds Holding B.V. All rights reserved.

Table of Contents. DS177-ZH LUXEON V2 Product Datasheet Lumileds Holding B.V. All rights reserved. Illumination LUXEON V2 卓越性能 更多可用光 久经验证的封装 设计 LUXEON V2 是一种基于芯片级封装 (CSP 的高功率圆顶 LED 针对定向应用 进行了优化 传承了 Lumileds 在同类产品中的领先地位 LUXEON V2 具备 优越的效能和稳健性 采用 3 条式 3535 封装 可通过与 LUXEON TX 辐射模 式相匹配加快产品的上市时间 同时通过在更高驱动电流下提供无与伦比的

More information

US SEALED SERIES. Structure. Features 特点. Connector M Connector F

US SEALED SERIES. Structure. Features 特点. Connector M Connector F US SEALED SERIES Structure Connector M Connector F Features 特点 Housing Housing TPA TPA Terminal Terminal Wire Seal Wire Seal US sealed series comply with SAE/USCAR-2. This series consits of 0.64mm, 1.5mm,

More information

Technology. F. Tabatabai, Member, IEEE, H.S. Al-Raweshidy, Senior Member, IEEE. filter, normally do not possess high quality factor at the

Technology. F. Tabatabai, Member, IEEE, H.S. Al-Raweshidy, Senior Member, IEEE. filter, normally do not possess high quality factor at the Proceedings of Asia-Pacific Microwave Conference 2007 C and Ka-Band Wide Bandpass Filter Using LTCC Technology F. Tabatabai, Member, IEEE, H.S. Al-Raweshidy, Senior Member, IEEE Brunel University, Department

More information

Appendix 6-3: HFSS 3D Excitations

Appendix 6-3: HFSS 3D Excitations Appendix 6-3: HFSS 3D Excitations 2015.0 Release Introduction to ANSYS HFSS 1 2015 ANSYS, Inc. HFSS Design Setup GUI Mesh Design Setup Solve HPC Geometry Materials Boundaries Solve Setup Excitations 2

More information

Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式

Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 1 Stars Snub Twilight Premiere 明星怠慢 暮光之城 首映式 Dedicated Fans Left Disappointed 忠实的粉丝们大失所望 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习

More information

WiFi 雷达 无所不在的感知 清华大学软件学院

WiFi 雷达 无所不在的感知 清华大学软件学院 WiFi 雷达 无所不在的感知 杨铮 清华大学软件学院 Outline Introduction Background Methods & Applications Conclusion 2 WiFi Signals Everywhere Visualization of WiFi signals by Luis Hernan 3 WiFi as Radar? WiFi Radar Omnipresent

More information

Measuring the performance of Knowledge Transfer from Universities to Industry in China. ZHONG Wei Renmin Univ

Measuring the performance of Knowledge Transfer from Universities to Industry in China. ZHONG Wei Renmin Univ Measuring the performance of Knowledge Transfer from Universities to Industry in China ZHONG Wei Renmin Univ 1 Outline What is knowledge transfer, and how can it be measured? Surveys of Knowledge Transfer

More information

How to Write a Quality Technical Paper and Where to Publish within IEEE 如何撰写高质量科技论文以及在 IEEE 进行论文发表

How to Write a Quality Technical Paper and Where to Publish within IEEE 如何撰写高质量科技论文以及在 IEEE 进行论文发表 How to Write a Quality Technical Paper and Where to Publish within IEEE 如何撰写高质量科技论文以及在 IEEE 进行论文发表 Orignal Speaker, Prof. Saifur Rahman Joseph R. Loring Professor of Electrical and Computer Engineering

More information

4/17/01. Design Seminar. Agilent EEsof Customer Education and Applications. MESFET Power Amplifier Design: Small Signal Approach

4/17/01. Design Seminar. Agilent EEsof Customer Education and Applications. MESFET Power Amplifier Design: Small Signal Approach Design Seminar Agilent EEsof Customer Education and Applications MESFET Power Amplifier Design: Small Signal Approach 1 About the Author Al Sweet PhD, Cornell University Design Engineering: RF/microwave

More information

8 English P.20 한국의 P.21 中 文 P.22

8 English P.20 한국의 P.21 中 文 P.22 8 English P. 20 한국의 P. 21 中文 P. 22 인터넷 시스템 이용가이드 络 统 0120-615-919 support@broad-e.co.jp http://b-cubic.com/user/ 英 :If you have any inquiries about settings or connection please contact the Internet

More information

ULTRAWIDEBAND (UWB) communications have attracted

ULTRAWIDEBAND (UWB) communications have attracted 294 IEEE ANTENNAS AND WIRELESS PROPAGATION LETTERS, VOL. 5, 2006 Circular and Elliptical CPW-Fed Slot and Microstrip-Fed Antennas for Ultrawideband Applications Evangelos S. Angelopoulos, Argiris Z. Anastopoulos,

More information

Chapter 6 Basics of Digital Audio

Chapter 6 Basics of Digital Audio Chapter 6 Basics of Digital Audio 6.1 Digitization of Sound 6.2 MIDI: Musical Instrument Digital Interface 6.3 Quantization and Transmission of Audio 6.3 Quantization and Transmission of Audio Coding of

More information

微电子技术 纳米技术 人机交互 与人机协同

微电子技术 纳米技术 人机交互 与人机协同 EEG Tensor Discriminant Analysis for Brain Computer Interface Liqing Zhang MOE-Microsoft Microsoft Key Lab for Intelligent Computing and Intelligent Systems, Shanghai Jiao Tong University 2010.11.6, Nanjing

More information

downloaded from

downloaded from CHINESE JOURNAL OF SHIP RESEARCH,VOL.13,NO.1,FEB 2018 59 Cite this article:wang Q, YUAN J S, ZHAO Q M. Inductance calculation of submarine DC transmission line based on finite element analysis[j/ol]. Chinese

More information

The audience has given us a lot of positive feedback, some typical ones are listed below:

The audience has given us a lot of positive feedback, some typical ones are listed below: NEWSLETTER December 2010 Successful Closing of 2 nd Sharing Best Practice Workshop The 2 nd Sharing Best Practice Workshop held on 2 nd and 3 rd of December, 2010 at the Nansha Grand Hotel cohosted by

More information

M030 and M040. Operating Manual Genelec M030 and M040 Active Monitoring Loudspeakers 操作手册

M030 and M040. Operating Manual Genelec M030 and M040 Active Monitoring Loudspeakers 操作手册 M030 and M040 Operating Manual Genelec M030 and M040 ctive Monitoring Loudspeakers 操作手册 Quick setup guide 快速设置指南 M030 / M040 Speaker Placement 音箱的摆放 Vertical ngle 垂直方向的角度 L 30 C R L C R 110 LS RS RS LS

More information

Species identification of sympatric cuckoo nestlings in a multiple-cuckoo system, China

Species identification of sympatric cuckoo nestlings in a multiple-cuckoo system, China DOI 10.5122/cbirds.2012.0016 SHORT COMMUNICATION Species identification of sympatric cuckoo nestlings in a multiple-cuckoo system, China Canchao YANG 1,2, Yan CAI 1, Wei LIANG 1, 1 Ministry of Education

More information

为了满足客户不同的焊接需求需要, 莱丹研发了最新的 HEMTEK ST 焊接导向件, 可应用于厚达 4mm/0.16 英寸材料的焊接

为了满足客户不同的焊接需求需要, 莱丹研发了最新的 HEMTEK ST 焊接导向件, 可应用于厚达 4mm/0.16 英寸材料的焊接 1. Produkt-Neuheiten / Product News NEW Guide for the HEMTEK ST Plastic Welding > Technical Textiles & Industrial Fabrics 1.1 New Guide - HEMTEK ST 最新可调节焊接导向件 (4mm) 为了满足客户不同的焊接需求需要, 莱丹研发了最新的 HEMTEK ST

More information

US SERIES CONNECTOR FOR AUTOMOBILES

US SERIES CONNECTOR FOR AUTOMOBILES US SERIES CONNECTOR FOR AUTOMOBILES Specifications of Terminals 0.64 Inline/ Device mm 2 Applicable wire size(mm 2 ) AWG Cable overall diameter(mm) Applicable tab thickness(mm) Contact resistance initial

More information

绘画中的 树 和 ( 或 ) 石头 Tree and/or Stone in Painting

绘画中的 树 和 ( 或 ) 石头 Tree and/or Stone in Painting 2014 北京大学 - 德国柏林自由大学工作坊 PKU-FUB Art History Workshop, 2014 绘画中的 树 和 ( 或 ) 石头 Tree and/or Stone in Painting 北京大学艺术学院美术学系 德国柏林自由大学艺术史系 School of Arts PKU & Institute of Art History FUB 1 /5-10, 2014 1 时间

More information

AUTOMATIC Gain Control (AGC) circuits are employed

AUTOMATIC Gain Control (AGC) circuits are employed IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 45, NO. 3, MARCH 1998 283 On the Design of Constant Settling Time AGC Circuits John M. Khoury, Senior Member, IEEE

More information

Chapter 8 Expanding abroad: from emerging markets

Chapter 8 Expanding abroad: from emerging markets Chapter 8 Expanding abroad: from emerging markets Chinese Firms as examples Dr. Youzhen Zhao 1 Outward FDI from China (1990-2011) (In 100 million US$) 746.5 2011 Source: World Investment Report (data for

More information

BROADBAND INTEGRATED DTV ANTENNA FOR USB DONGLE APPLICATION

BROADBAND INTEGRATED DTV ANTENNA FOR USB DONGLE APPLICATION REFERENCES 1. G.V. Eleftheriades, A.K. Iyer, and P.C. Kremer, Planar negative refractive index media using periodically L-C loaded transmission lines, IEEE Trans Microw Theory Tech 50 (2002), 2702 2712.

More information

DESIGN, SIMULATION, FABRICATION AND TESTING OF IMPROVED HYBRID WIDEBAND MICROSTRIP BALUN CIRCUITS AT 2.4 GHz

DESIGN, SIMULATION, FABRICATION AND TESTING OF IMPROVED HYBRID WIDEBAND MICROSTRIP BALUN CIRCUITS AT 2.4 GHz DESIGN, SIMULATION, FABRICATION AND TESTING OF IMPROVED HYBRID WIDEBAND MICROSTRIP BALUN CIRCUITS AT 2.4 GHz Preeti Leela Nelapati B.Tech, Jawaharlal Nehru Technological University, 26 Vijay Desai B.Tech,

More information

项目进展 北斗剖面浮标数据接收共享系统研制 等课题 获国家重点实验室自主研究课题资助

项目进展 北斗剖面浮标数据接收共享系统研制 等课题 获国家重点实验室自主研究课题资助 项目进展 北斗剖面浮标数据接收共享系统研制 等课题 获国家重点实验室自主研究课题资助 在卫星海洋环境动力学国家重点实验室的重视和支持下, 由中国 Argo 实时资料中心刘增宏副研究员 吴晓芬助理研究员等负责的 北斗剖面浮标数据接收共享系统研制 西太平洋暖池海域热盐含量变异研究 和 西北太平洋台风海域实时海洋环境智能服务平台研制 等三个课题获得了自主研究课题的资助, 课题执行期为两年 (2015-2016

More information

从 新 开始! IEEE 新内容 新服务 新活动

从 新 开始! IEEE 新内容 新服务 新活动 从 新 开始! IEEE 新内容 新服务 新活动 中科院第六届电子资源培训周 湖北武汉,2015 年 4 月 27-30 日 igroup 陈伟 内容 IEEE Xplore 内容更新 IEEE Xplore 功能更新 IEEE/iGroup 与图书馆携手新活动 关于 IEEE World s largest technical membership association with nearly

More information

Design of a 1.6-mW LC-tuned VCO for 2.4GHz in 0.18-um RF CMOS technology

Design of a 1.6-mW LC-tuned VCO for 2.4GHz in 0.18-um RF CMOS technology Stein Erik Weberg RFIC Design Engineer and Bertel-Eivind Flaten R&D Director March, 2002 Turning RF IC technology into successful design Design of a 1.6-mW LC-tuned VCO for 2.4GHz in 0.18-um RF CMOS technology

More information

Topic 7: Harmonic Balance. ADS 2001 Fundamentals - Sept, 2001 Slide 7-1

Topic 7: Harmonic Balance. ADS 2001 Fundamentals - Sept, 2001 Slide 7-1 Topic 7: Harmonic Balance ADS 2001 Fundamentals - Sept, 2001 Slide 7-1 Harmonic Balance Simulation Analyze circuits with Linear and Non-linear components: You define the tones, harmonics, and power levels

More information

R. Dehdasht-Heydari, H. R. Hassani, and A. R. Mallahzadeh

R. Dehdasht-Heydari, H. R. Hassani, and A. R. Mallahzadeh Progress In Electromagnetics Research, PIER 81, 183 195, 2008 A NEW 2 18 GHZ QUAD-RIDGED HORN ANTENNA R. Dehdasht-Heydari, H. R. Hassani, and A. R. Mallahzadeh Electrical Engineering Department Shahed

More information

Sheet 1 of 10. Vout. Cgd1. Vin. gm g. gm1. Cascode CMOS Circuit

Sheet 1 of 10. Vout. Cgd1. Vin. gm g. gm1. Cascode CMOS Circuit of 0 Cascode CMOS Circuit The cascode is a combination of a common-source device with a common-gate load. This has the effect of increasing the output impedance but minimises the Miller effect making it

More information

EMF Safety and Actions in China Telecom

EMF Safety and Actions in China Telecom 4 th ITU Green Standards Week EMF Safety and Actions in China Telecom Tan Rumeng China Telecommunications Corp. 25 September 2014 Outline 31 Background 2 EMF safety in China 3 EMF actions in China Telecom

More information

本科专业人才培养计划 机械学科大类分册 华中科技大学教务处 二 O 一五年七月

本科专业人才培养计划 机械学科大类分册 华中科技大学教务处 二 O 一五年七月 本科专业人才培养计划 机械学科大类分册 华中科技大学教务处 二 O 一五年七月 目 录 1 3 * 20 * 34 *46 62 75 80 81 * 91 * 99 * 108 116 126 128 * 146 * 155 166 178 179 193 207 注 : 带 * 者不属于机械学科大类专业 1 机械科学与工程学院 华中科技大学机械科学与工程学院前身系华中工学院机械工程系,1988

More information

1 BGJ 型变频调速纵剪线 ( 液压 ) FOB60000 USD/SET. BGJ variable frequency speed regulating slitting line (hydraulic pressure)

1 BGJ 型变频调速纵剪线 ( 液压 ) FOB60000 USD/SET. BGJ variable frequency speed regulating slitting line (hydraulic pressure) 1 BGJ1250-06 型变频调速纵剪线 ( 液压 ) FOB60000 USD/SET BGJ1250-06 variable frequency speed regulating slitting line (hydraulic pressure) 1 滚剪切硅钢片或低碳钢薄板厚度 : 0.2~0.5mm Thickness of roll slitting silicon steel sheet

More information

Brief Introduction to Degree Program in Control. Science and Engineering (0811)

Brief Introduction to Degree Program in Control. Science and Engineering (0811) Brief Introduction to Degree Program in Control Science and Engineering (0811) I. Brief Introduction to the Discipline 1. Orientation and Goal Southwest Jiaotong University (SWJTU) is one of the oldest

More information

Common Core State Standard(s) Learning Targets Language Points Assessment Distinguished: Proficient: Apprentice: Novice: 0-70

Common Core State Standard(s) Learning Targets Language Points Assessment Distinguished: Proficient: Apprentice: Novice: 0-70 Team: Geng Hengyan, Jiao Yunpeng, Li Rui, Ou Yangfang, Wei Jin, Zhu Shunmei / (D) Math Kinder Pilot/ Elementary School Timeline (days or weeks) 1 st week Jan.3--Jan.10( Jan.6 No School) 2 nd week Jan.13

More information

SPUR REDUCTION TECHNIQUES IN DIRECT DIGITAL SYNTHESIZERS

SPUR REDUCTION TECHNIQUES IN DIRECT DIGITAL SYNTHESIZERS Published in the Proceedings of the 1993 International Frequency Control Symposium. SPUR REDUCTION TECHNIQUES IN DIRECT DIGITAL SYNTHESIZERS Victor S. Reinhardt Hughes Space and Communications Company

More information

Pantomimes 圣诞节上演的话剧. Look Behind You! 就在你身后!

Pantomimes 圣诞节上演的话剧. Look Behind You! 就在你身后! Pantomimes 1 Look Behind You! 就在你身后! Pantomimes 圣诞节上演的话剧 In winter in Britain, many children and adults enjoy going to the theatre to watch a pantomime Pantomimes are a very old form of entertainment,

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 61169-2 QC 220200 Second edition 2007-02 Radio-frequency connectors Part 2: Sectional specification Radio frequency coaxial connectors of type 9,52 Reference number IEC 61169-2:2007(E)

More information

RACL Activity Class AC Drawing Watercolor Teacher: Liu, Katie WeChat ID: l_katie22

RACL Activity Class AC Drawing Watercolor Teacher: Liu, Katie WeChat ID: l_katie22 Teacher: Liu, Katie lkatie.0322@gmail.com 919-917-3667 WeChat ID: l_katie22 Hi, my name is Katie Liu and I m a senior at Raleigh Charter High School a s well as a RACL alumna! I ve been pursuing art for

More information

Combine Chinese Speed and German Precision

Combine Chinese Speed and German Precision INNOVATION IN THE LIGHT OF MADE IN CHINA 2025 Fraunhofer-Institute for Production Systems and Design Technology (IPK) Berlin Prof. Dr.-Ing. Thomas Knothe Head of Business Process and Factory Management

More information

ACTIVE and passive imaging at millimeter wavelengths

ACTIVE and passive imaging at millimeter wavelengths 714 IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 58, NO. 3, MARCH 2010 High Permittivity Dielectric Rod Waveguide as an Antenna Array Element for Millimeter Waves J. Patrik Pousi, Dmitri V. Lioubtchenko,

More information

Fiber 鄄 coupled Diode Laser Flexible Processing Source for Metal Sheet Welding

Fiber 鄄 coupled Diode Laser Flexible Processing Source for Metal Sheet Welding 第 33 卷摇 212 年 8 月 第 8 期 发摇光摇学摇报 CHINESE JOURNAL OF LUMINESCENCE Vol 郾 33 No 郾 8 Aug., 212 Article ID: 1 鄄 732(212)8 鄄 895 鄄 6 Fiber 鄄 coupled Diode Laser Flexible Processing Source for Metal Sheet Welding

More information

第 21 届中国国际工业博览会. China International Industry Fair 2019

第 21 届中国国际工业博览会. China International Industry Fair 2019 第 21 届中国国际工业博览会 China International Industry Fair 2019 国家会展中心 ( 上海 ) 2019 年 9 月 17 日 -21 日 National Exhibition and Convention Center (Shanghai) 17-21 September 2019 组织机构 ORGANIZING STRUCTURE 主办单位 工业和信息化部

More information

Elements of Art Principles of Design Colouring/shading Techniques

Elements of Art Principles of Design Colouring/shading Techniques MAYFLOWER SECONDARY SCHOOL 2015 SEMESTRAL ASSESSMENT 2 Level: Sec 2 NT Subject Paper Duration Format Topics Comments Art In progress, until end Term 3/ early term 4 Elements of Art Principles of Design

More information

TEL: voltage is sensed by the isolation amplifier inputs over a low value resistor connected in parallel with the input pins. The analog lineari

TEL: voltage is sensed by the isolation amplifier inputs over a low value resistor connected in parallel with the input pins. The analog lineari TEL:033922 Designing with High Performance Hermetic Analog Isolation Amplifier, HCPL1 By Jamshed Namdar Khan Optocoupler Applications Engineer Avago Technologies Abstract Optocouplers today are a ubiquitous

More information

中华人民共和国国家计量技术规范 定量包装商品净含量计量检验规则

中华人民共和国国家计量技术规范 定量包装商品净含量计量检验规则 National Metrology Technical Specifications of the People's Republic of China 中华人民共和国国家计量技术规范 JJF 1070-2005 Rules of Metrological Testing for Net Quantity of Products in Prepackages with Fixed Content

More information

A Horizontally Polarized Omnidirectional Printed Antenna for WLAN Applications

A Horizontally Polarized Omnidirectional Printed Antenna for WLAN Applications IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 54, NO. 11, NOVEMBER 2006 3551 where the center pin is in contact with the hot electrode of the CPW line and the four grounding pins are soldered to

More information

SMART Manufacturing Technologies - A Chinese Approach to Sustainable Manufacturing-

SMART Manufacturing Technologies - A Chinese Approach to Sustainable Manufacturing- ICSM AMT Center at Tongji University Shanghai SMART Manufacturing Technologies - A Chinese Approach to Sustainable Manufacturing- Dr. Ö.S. Ganiyusufoglu -. 葛兴福 Consultant to Chairman of Shenyang Machine

More information

THE majority of current global positioning satellite (GPS)

THE majority of current global positioning satellite (GPS) 1618 IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 45, NO. 11, NOVEMBER 1997 A Dual-Band Circularly Polarized Aperture-Coupled Stacked Microstrip Antenna for Global Positioning Satellite David M.

More information

经济信息工程学院近五年发表高水平论文一览表

经济信息工程学院近五年发表高水平论文一览表 经济信息工程学院近五年发表高水平论文一览表 1 Web Media and Stock Markets : A Survey and Future Directions from a Big Data Perspective 李庆 IEEE T KNOWL DATA EN 外文 A 级 201710 SCI 2 Delay-induced discrete-time consensus 陈姚 AUTOMATICA

More information

Long-Awaited Film 期待已久的影片

Long-Awaited Film 期待已久的影片 Long-Awaited Film 期待已久的影片 1 Long-Awaited Film 期待已久的影片 Stars Turn Out for the Premiere in London 明星亮相伦敦首映式 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : Sex and the City was a

More information

Synchronization Algorithms and VLSI Implementation for DC-OFDM based UWB System

Synchronization Algorithms and VLSI Implementation for DC-OFDM based UWB System Synchronization Algorithms and VLSI Implementation for DC-OFDM based UWB System By Jun Zhou Supervisor: Prof. Junyan Ren Examiner: Thesis Period: Aug 2009 Mar 2010 Department of Microelectronics, School

More information

RHT03-SPI Temperature & Humidity Sensor

RHT03-SPI Temperature & Humidity Sensor - Relative humidity and temperature sensor - 相对温度和湿度传感器 - Pre-calculated temperature and humidity read out, no extra calculation needed - 预先计算的温度和湿度读出, 无需额外计算 - Dew Point Calculation possible - 可以计算露点

More information

2012 照明产品手册 北高智科技有限公司. 欲了解更多产品资讯 或访问 青岛电话 南京电话 深圳电话

2012 照明产品手册 北高智科技有限公司.   欲了解更多产品资讯 或访问 青岛电话 南京电话 深圳电话 www.honestar. com 2012 照明产品手册 欲了解更多产品资讯 请邮件至sales@honestar.com 或访问 北高智科技有限公司 深圳电话 86-755-86018818 南京电话 86-25-84725121 青岛电话 86-532-807122 上海电话 86-21-54071246 北京电话 86-10-82358601 西安电话 86-29-686180 杭州电话 86-571-374993

More information

Qualanod Specifications. Edition 1 st January 年 1 月 1 日版

Qualanod Specifications. Edition 1 st January 年 1 月 1 日版 Qualanod - 2017 Specifications Edition 1 st January 2017 2017 年 1 月 1 日版 Fore-runner of Qualanod Qualanod 的前生 1969 The EWAA quality label for anodized aluminium 1969 年 -EWAA( 欧洲锻铝协会 ) 铝阳极氧化质量标志 2 Foundation

More information

A Technique for an Array to Generate Circular Polarization with Linearly Polarized Elements

A Technique for an Array to Generate Circular Polarization with Linearly Polarized Elements EEE TRANSACTONS ON ANTENNAS AND PROPAGATON, VOL. AP-34, NO. 9, SEPTEMBER 1986 1113 A Technique for an Array to Generate Circular Polarization with Linearly Polarized Elements Abstrut-A method is presented

More information

National Standard of the People's Republic of China 中华人民共和国国家标准

National Standard of the People's Republic of China 中华人民共和国国家标准 UDC GB National Standard of the People's Republic of China 中华人民共和国国家标准 P GB/T 50062 2008 Code for Design of Relaying Protection and Automatic Device of Electric Power Installations 电力装置的继电保护和自动装置设计规范 Issued

More information

CBT/CBT32 Bluetooth Testers

CBT/CBT32 Bluetooth Testers Version 03.00 CBT/CBT32 Bluetooth Testers July 2007 Fast and comprehensive RF and audio measurements for development, production, and verification Highly flexible troubleshooting in R & D Very short measurement

More information

GAMI Newsletter. Foreword. News. News Industry Projects Training Events Contact. News Industry Projects Training Events Contact

GAMI Newsletter. Foreword. News. News Industry Projects Training Events Contact. News Industry Projects Training Events Contact Foreword Dear Partners and Friends, The Global Advanced Manufacturing Institute is aiming at implementing Operational Excellence to manufacturing companies in China. During the first quarter of 2016, we

More information

Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis

Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis Trans. Nonferrous Met. Soc. China 22(2012) s323 s328 Ultrasonic thickness measurement for aluminum alloy irregular surface parts based on spectral analysis CONG Sen, GANG Tie State Key Laboratory of Advanced

More information

Chinese Neuroinformatics Research and Data Sharing

Chinese Neuroinformatics Research and Data Sharing The 3rd China-US Roudntable on Scientific Data Cooperation Chinese Neuroinformatics Research and Data Sharing Guang Li and Xiaowei Tang Neuroinformatics Working group of China Center for Neuroinformatics,

More information

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL IEL Newsletter 2013 年 12 月特刊 :IEEE 召开会议简介 欢迎体验全新的 IEEE Xplore 数字图书馆 http://www.ieee.org/web/conferences IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL (IEEE/IET

More information

Planar Printed Strip Monopole With a Closely-Coupled Parasitic Shorted Strip for Eight-Band LTE/GSM/UMTS Mobile Phone

Planar Printed Strip Monopole With a Closely-Coupled Parasitic Shorted Strip for Eight-Band LTE/GSM/UMTS Mobile Phone 3426 IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 58, NO. 10, OCTOBER 2010 [15] M. Cheffena and T. Ekman, Dynamic model of signal fading due to swaying vegetation, EURASIP J. Wireless Commun. Networking.

More information

Signal Integrity and PCB layout considerations for DDR2-800 Mb/s and DDR3 Memories

Signal Integrity and PCB layout considerations for DDR2-800 Mb/s and DDR3 Memories Signal Integrity and PCB layout considerations for DDR2-800 Mb/s and DDR3 Memories Fidus Systems Inc. 900, Morrison Drive, Ottawa, Ontario, K2H 8K7, Canada Chris Brennan, Cristian Tudor, Eric Schroeter,

More information

A BROADBAND MICROSTRIP ANTENNA ARRAY FOR LMDS APPLICATIONS

A BROADBAND MICROSTRIP ANTENNA ARRAY FOR LMDS APPLICATIONS TABLE 1 Normalized Differential Phase Shift Between Forward and Backward Wave at 3.5 GHz Normalized Differential Phase Shift Ž k 0. Ž deg. 0 90 10 6.6568e-004 4.6596e-004 20 1.3390e-003 1.3979e-003 30

More information

MIPI 技术及物理层测试的挑战. 是德科技 (Keysight) 携手 MIPI 联盟和 Synopsys 共同推动 MIPI 技术发展. Page 1

MIPI 技术及物理层测试的挑战. 是德科技 (Keysight) 携手 MIPI 联盟和 Synopsys 共同推动 MIPI 技术发展. Page 1 MIPI 技术及物理层测试的挑战 是德科技 (Keysight) 携手 MIPI 联盟和 Synopsys 共同推动 MIPI 技术发展 Page 1 内容安排 第一部 MIPI 联盟简介 中国成员 规范框架以及未来走向 第二部 Synopsys 的 MIPI 相关 IP 技术及其与 UFS/SSIC/M-PCIe 的互操作性 第三部 MIPI 物理层发展规划以及电气特征测试方案 MIPI 联盟 移动及相关产业的接口规范

More information

Traveling-Wave Slot Antennas *

Traveling-Wave Slot Antennas * 1624 1PROCEEDINGS OF THE I.R.E. November Traveling-Wave Slot Antennas * J. N. HINESt, ASSOCIATE, IRE, V. H. RUMSEYt, SENIOR MEMBER, IRE, AND C. H. WALTERt, ASSOCIATE, IRE Summary-The traveling-wave slot

More information

英语学科知识与教学能力试题 ( 初级中学 )

英语学科知识与教学能力试题 ( 初级中学 ) 2017 年下半年全国中小学教师资格考试模拟卷 ( 一 ) 英语学科知识与教学能力试题 ( 初级中学 ) 一 单项选择题 ( 本大题共 30 小题, 每小题 2 分, 共 60 分 ) 在每小题列出的四个备选选项中选择一个最佳答案, 请用 2B 铅笔把答题卡上对应题目的答案字母 按要求涂黑 错选 多选或未选均无分 1. Contrary to my expectation, the teacher

More information

Balanced antipodal Vivaldi antenna for wide bandwidth phased arrays

Balanced antipodal Vivaldi antenna for wide bandwidth phased arrays Balanced antipodal Vivaldi antenna for wide bandwidth phased arrays J.D.S. Langley P.S. Hall P. Newham ndexing terms: Vivald antenna, Phased arrays, Wide bandlimited arrays, Stripline antenna Abstract:

More information

Multi-Channel CMOS Front-End IC for Physiological Signal Acquisition 生理信号采集的多通道 CMOS 模拟前端集成电路设计 张金勇王磊于力

Multi-Channel CMOS Front-End IC for Physiological Signal Acquisition 生理信号采集的多通道 CMOS 模拟前端集成电路设计 张金勇王磊于力 Vol 3 No9 / Sep 29 CMOS Front-End IC for Physiological Signal Acquisition 生理信号采集的多通道 CMOS 模拟前端集成电路设计 张金勇王磊于力 ABSTRACT A compacted and low-offset multi-channel CMOS front-end IC for physiological signal

More information

Analog Applications 模拟应用期刊 Journal

Analog Applications 模拟应用期刊 Journal Analog Applications 模拟应用期刊 Journal Second 015 年第 Quarter 季度 015 Copyright 015 Texas 德州仪器 Instruments 015 年版权所有 Incorporated. All rights reserved. Analog Applications Journal 模拟应用期刊 Contents 目录 引言 Introduction......3

More information

中法风险科学与工程实验室 SINO-FRENCH RISK SCIENCE AND ENGINEERING LAB LABORATOIRE SINO-FRANÇAIS DE SCIENCES ET INGÉNIERIE DU RISQUE CONTENTS SOMMAIRE

中法风险科学与工程实验室 SINO-FRENCH RISK SCIENCE AND ENGINEERING LAB LABORATOIRE SINO-FRANÇAIS DE SCIENCES ET INGÉNIERIE DU RISQUE CONTENTS SOMMAIRE 中法风险科学与工程实验室 SINO-FRENCH RISK SCIENCE AND ENGINEERING LAB LABORATOIRE SINO-FRANÇAIS DE SCIENCES ET INGÉNIERIE DU RISQUE 目录 CONTENTS SOMMAIRE 主任寄语 MESSAGE FROM THE DIRECTOR LES MESSAGES DU DIRECTEUR 04

More information

Design and Optimization of CMOS RF Power Amplifiers

Design and Optimization of CMOS RF Power Amplifiers 166 IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 36, NO. 2, FEBRUARY 2001 Design and Optimization of CMOS RF Power Amplifiers Ravi Gupta, Associate Member, IEEE, Brian M. Ballweber, Member, IEEE, and David

More information

Version:2.0 M1+/M2/M3

Version:2.0 M1+/M2/M3 Version:2.0 M1+/M2/M3 Safety Information CAUTION: To reduce the risk of electric shock, do not remove any cover(or the rear section). No user serviceable parts inside. Refer servicing to qualified service

More information

MBD for ANSYS Simulation

MBD for ANSYS Simulation MBD for ANSYS Simulation 焦晓娟 / 高级工程师 13127889362 2015 ANSYS, Inc. 1 Why do MBD simulation? OutLine The difference between MBD and FEA for Dynamics simulation How do MBD simulation? What is MBD for ANSYS?

More information

TEL: the op-amp output would tend to swing to the negative rail (in this case the ground voltage) causing the current to flow. The I PD is

TEL: the op-amp output would tend to swing to the negative rail (in this case the ground voltage) causing the current to flow. The I PD is TEL:0755-833968 Overview of High Performance Analog Optocouplers Application Note 357 Designing Analog Circuits Using the HCNR0 Internally, the HCNR0 analog optocoupler consists of two photo detectors

More information

Journey to the West 西游记

Journey to the West 西游记 Journey to the West 西游记 1 Journey to the West 西游记 The Monkey King in London 孙悟空在伦敦 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : What do you get when you combine a 16 th century

More information