Eff ic ien t Space A lloca tion and Reclama tion M echan ism for Fla sh M em ory

Size: px
Start display at page:

Download "Eff ic ien t Space A lloca tion and Reclama tion M echan ism for Fla sh M em ory"

Transcription

1 Journal of Chinese Com puter System s V ol131 N o ,,, (, ) E2m ail: zzliu@m ail. ustc. edu. cn : W eb,,, BSFTL. BSFTL, BSFTL, : ; ; ; ; ; : TP316 : A : (2010) Eff ic ien t Space A lloca tion and Reclama tion M echan ism for Fla sh M em ory YU E L i2hua, L IU Zhan2zhan, J IN Pei2quan, X IAN G X ian2yan (D epa rtment of Computer Science and Technology, U niversity of Science and Technology of China, Hefei , China) Abstract:W ith rap id increase of the density of flash m em ory and the em ergence of new flash2based app lications such as enterp rise com puting and w eb data m anagem ent, it becom es a critical issue to p rovide efficient m anagem ent for large2scale flash m em ory. This paper focuses on the low perform ance in garbage collection and space utilization of existing flash m em ory space m anagm ent m ethods, and p resents a novel efficient space allocation and reclaim ation m echanism, called BSFTL. BSFTL p rovides different m anagem ent schem es w ith hot and cold blocks. head, keep ing space utilization at high level. The experim ental results show ed that BSFTL could significantly reduce garbage collection over2 Key words: flash m em ory; flash translation layer; space allocation; garbage collection; space utilization; update load 1 ( Flash M em ory) [ 1 ].,, PDA, 2006,,, [ 1, 7, 12 ]..,, ( 2. 1 ).,,,,,,,, Intel 1998 ( Flash Translation L ayer, FTL ). FTL,, ( O racle DB 2 ) FTL, FTL [ 1, 4, 5, 10 ], N FTL [ 4 ] FA ST [ 10 ]. N FTL (NAND Flash Translation L ayer),. FA ST,., N FTL,, FA ST, N FTL ( ). N FTL FA ST, FTL 22 BSFTL (B lock2set2based FTL ). BSFTL FTL. N FTL FA ST, : (1) BSFTL ( 3 )., : : ( ). :,, 1952,,,,, ;,, 1983,, ;,, 1975,,,,, ;,, 1983,,

2 , N FTL FA ST, BSFTL, (2) BSFTL ( 4 ). (3), ( 5 )., BSFTL 2 ( ), FTL 2. 1 NO R NAND. NO R, NAND,. NAND. NAND [ 11 ], (w rite2once) ( bulk2erasing) / /, /,,,, ( out2 p lace update),,. [ 9 ]., /,,,, FTL FTL ( Flash Translation L ayer) [ 3 ],,,,, N FTL (NAND Flash Translation L ayer) [ 4 ],,,., FA ST [ 10 ]. FA ST,,, A FTL ( an adap tive flash translation layer) [ 1 ] A FTL,,, Kang FTL ( superblock2based FTL ) [ 5 ].,,.,,, NFTL N FTL [ 4 ] N FTL, ( ) (p rim ary block, P2 B lock),, ( ) ( rep lacem ent block, R 2 B lock).,,,,,,, N FTL,. N FTL, BSFTL,,, 2. 4 FAST FA ST ( Fully A ssociative Sector Translation) [ 10 ],,. FA ST,,,,,. FA ST, B SFTL,,,, 3 BSFTL 3. 1,, [ 6, 8 ]., N FTL, ;, 1 ( a). FA ST, BSFTL, N FTL FA ST,,,,,, (B lock2set) : n m. n m :

3 5 : n N 0 m f ng, 0 < f 1 (1) n +m 2, N, f,,, 2 BSFTL Fig. 2 A rchitecture of BSFTL,, 4 BSFTL,,.,, ( full) ( N FP ) : N FP = 0 m = f ng, ( overflow ). (2) m > f ng (3) 2. (B lock2g roup ) : 3. (B lock2pair) :., ; N FTL, BSFTL. BSFTL :. BSFTL ( ), 1 ( b), BSFTL,, ;,,, BSFTL, ( insertion) ( sepa2 ration),, BSFTL LB PB, LB, 3 ( a) :, LB,, BS., BS,,, LB BS, LB BS ;, LB,,,, 4. 2,. LB, TH, LB 3 ( b) B SFTL,,,,, ;.,,,,, HB, PB HB, BG HB, HB 3 ( c). 4. 4,,,

4 if (LB BG ) if (BG RB ) RB ; for(bg B lock) if (B lock ) B lock BG ; if (BG ) (BG ) BG ; BG RB; RB BG ; RB ; if (LB BP ) if (BP RB ) RB ; BP ; / /LB If (LB ) && ( BS) PB BS; BS RB ; PB RB, PB RB B P; RB ; ( a) LB. upda teload + +; Rank = LB. rank; P rev = LB. p rev; / / LB w hile ( P rev! = null && P rev. upda teload < LB. upda teload) P rev. rank + +; if ( P rev. rank > TH && P rev ) P rev ; Rank - - ; P rev = P rev. p rev; end w hile if (LB. rank! = Rank) LB. rank = Rank; if (LB. rank < = TH &&LB ) LB ; LB Rank ; ( b) HB B lock; for ( HB BG Page) Page B lock ; Page ; HB PB, PB ; for (BG RB ) if ( RB ) RB, RB ; ; ( c) BP B lock; for (BP Page) Page B lock, Page ; B P PB RB, PB RB ; ; ( d) 3 Fig. 3 A lgorithm s, B P, PB RB B P 3 ( d).,.,,, ;,,,. f,,., BSFTL, BSFTL. : 2. 0GH z (AM D A lthon X P 2. 0G ), 1GB ( Kingston DD R2). NAND [ 2, 7, 9 ], 1 [ 11 ] , 20%, 20%, 1 Table 1 Experim ental conditions 64 ( ) 128KB 2KB 1. 5m s 200 s 25 s 80%.,. N FTL FAST BSFTL (4) : f = (MAX R2B lock - N HB ) /N CB (4), MAX R2B lock N HB N CB., ( ). 4, 4 ( a) ( ), 4 ( b) ( 160).

5 5 : 823, FA ST BSFTL N FTL., 160, N FTL FA ST BSFTL ,, N FTL,., 4, BSFTL FA ST, BSFTL, 5 N FTL FA ST BSFTL, 5 ( a) 5 ( b). 5 ( a) 5 ( b), N FTL, 5 ( a) 5 ( b), N FTL 2. 5 ( a ) N FTL FA ST BSFTL ( ). 5 ( a), FA ST BSFTL N FTL, BSFTL FA ST BSFTL, N FTL FA ST,,., 5 ( a),, BSFTL FA ST,, BSFTL FA ST N FTL, BSFTL FA ST,, 5 ( b ) N FTL FA ST BSFTL ( 160). 5 ( b ), FA ST BSFTL N FTL, BSFTL FA ST., 5 ( b), FAST BSFTL, FA ST 3. 2, BSFTL N FTL, N FTL FA ST, BSFTL, , 6 ( a) 6

6 ( b), FA ST BSFTL N FTL. 6 ( a) ( ). 6 ( a),, FA ST BSFTL,, BSFTL FA ST.,. 6 ( b) FA ST BSFTL ( 160). 6 ( b), FA ST BSFTL,,, N FTL FA ST, BSFTL, 6 BSFTL, BSFTL BSFTL,,., BSFTL N FTL FA ST., N FTL FA ST, BSFTL References: [ 1 ] W u C H, Kuo T W. A n adap tive tw o2level m anagem ent for the flash translation layer in em bedded system s [ C ]. In Proc. of the 2006 IEEE /ACM Int l Conf. on Computer2A ided D esign ( ICCAD 06), 2006, [ 2 ] W u C H, Kuo T W, Chang L P. The design of efficient initializa2 tion and crash recovery for log2based file system s over flash m em o2 ry [ J ]. ACM Trans. on S torage ( TO S), 2006, 2 (4) : [ 3 ] Intel Corporation. U nderstanding the flash translation layer ( FTL ) specification[ R ]. Technical Report A P2684, [ 4 ] Kim J, Kim J M, N oh S H, et al. A space2efficient flash transla2 tion layer for compact2flash system s [ J ]. IEEE Trans. on Consum 2 er Electronics, 2002, 48 ( 2) : [ 5 ] Kang J U, Jo H, Kim J S, et al. A superblock2based flash transla2 tion layer for NAND flash m em ory [ C ]. In Proc. of the 6 th ACM & IEEE Int l Conf. on Em bedded Softw are ( EM SO FT 06), 2006, [ 6 ] Hsieh J W, Kuo T W, Chang L P. Efficient Identification of hot data for flash m em ory storage system s [ J ]. ACM Trans on S torage ( TOS ), 2006, 2 (1) : [ 7 ] Chang L P, Kuo T W. Efficient m anagem ent for large2scale flash2 m em ory storage system s w ith resource conservation [ J ]. ACM Trans. on S torage ( TOS ), 2005, 1 ( 4) : [ 8 ] Chang L P. O n efficient w ear leveling for large2scale flash2m em ory storage system s [ C ]. In Proc. of the 2007 ACM Symp. on Ap2 p lied Computing ( SAC 2007), 2007, [ 9 ] W ei P, Yue L, L iu Z, et al. Flash m em ory m anagem ent based on p redicted data exp iry2tim e in em bedded real2tim e system s [ C ]. In Proc. of the 2008 ACM Symp. on App lied Computing ( SAC 2008). 2008, [ 10 ] L ee S W, Park D J, Chung T S, et al. A log buffer2based flash translation layer using fully2associative sector translation [ J ]. ACM Trans. on Em bedded Computing System s, 2007, 6 ( 3 ) : A rticle 18. [ 11 ] Sam sung Electronics. K9XXG08UXA 1G x 8 B it / 2G x 8 B it / 4G x 8 B it NAND Flash M em ory D ata Sheet[ Z ] [ 12 ] X iang X, Yue L, L iu Z, et al. A reliable B 2tree imp lem entation o2 ver flash m em ory [ C ]. In Proc. of the 2008 A CM Symp. on Ap2 p lied Computing ( SAC 2008). 2008,

SSD Firmware Implementation Project Lab. #1

SSD Firmware Implementation Project Lab. #1 SSD Firmware Implementation Project Lab. #1 Sang Phil Lim (lsfeel0204@gmail.com) SKKU VLDB Lab. 2011 03 24 Contents Project Overview Lab. Time Schedule Project #1 Guide FTL Simulator Development Project

More information

A Superblock-based Flash Translation Layer for NAND Flash Memory

A Superblock-based Flash Translation Layer for NAND Flash Memory A Superblock-based Flash Translation Layer for NAND Flash Memory Jeong-Uk Kang, HeeseungJo, Jin-Soo Kim, Joonwon Lee Korea Advanced Institute of Science and Technology (KAIST) EMSOFT 06, October 22 25,

More information

Printed UWB MIMO Antenna with Different Polarizations and Band-Notch Characteristics

Printed UWB MIMO Antenna with Different Polarizations and Band-Notch Characteristics Progress In Electromagnetics Research Letters, Vol. 46, 113 118, 214 Printed UWB MIMO Antenna with Different Polarizations and Band-Notch Characteristics Jia-Yue Zhao *, Zhi-Ya Zhang, Qiong-Qiong Liu,

More information

Im proved M anual M ethods of Coordinated Signal Tim ing

Im proved M anual M ethods of Coordinated Signal Tim ing Im proved M anual M ethods of Coordinated Signal Tim ing R o b e r t M. Sh a n t e a u Research Associate Joint Highway R esearch Project IN T R O D U C T IO N T his p ap er addresses the problem of finding

More information

Bridging the Information Gap Between Buffer and Flash Translation Layer for Flash Memory

Bridging the Information Gap Between Buffer and Flash Translation Layer for Flash Memory 2011 IEEE Transactions on Consumer Electronics Bridging the Information Gap Between Buffer and Flash Translation Layer for Flash Memory Xue-liang Liao Shi-min Hu Department of Computer Science and Technology,

More information

Document # Logos: Purch-11B Purchasing Use ONLY: How to Change a Vendor in Logos Original Author Karrie Revolinski Date 5/10/13 Updated Author Date

Document # Logos: Purch-11B Purchasing Use ONLY: How to Change a Vendor in Logos Original Author Karrie Revolinski Date 5/10/13 Updated Author Date Original Author Karrie Revolinski Date 5/10/13 Updated Author Date Scope Adding or changing a vendor is done by the Purchasing staff. Departments request changes to vendors by filling out a New Vendor/Change

More information

Application-Managed Flash Sungjin Lee, Ming Liu, Sangwoo Jun, Shuotao Xu, Jihong Kim and Arvind

Application-Managed Flash Sungjin Lee, Ming Liu, Sangwoo Jun, Shuotao Xu, Jihong Kim and Arvind Application-Managed Flash Sungjin Lee, Ming Liu, Sangwoo Jun, Shuotao Xu, Jihong Kim and Arvind Massachusetts Institute of Technology Seoul National University 14th USENIX Conference on File and Storage

More information

QUALITY AND RISK MANAGEMENT, COMPLEMENTARY MANAGEMENT TECHNIQUES TO ASSIST PIPELINE LIFE CYCLE INTEGRITY

QUALITY AND RISK MANAGEMENT, COMPLEMENTARY MANAGEMENT TECHNIQUES TO ASSIST PIPELINE LIFE CYCLE INTEGRITY International Pipeline Conference Volume 1 ASME 1996 IPC1996-1816 QUALITY AND RISK MANAGEMENT, COMPLEMENTARY MANAGEMENT TECHNIQUES TO ASSIST PIPELINE LIFE CYCLE INTEGRITY Bruce E. Fowlie Nu-Trac Management

More information

(12) Patent Application Publication (10) Pub. No.: US 2015/ A1

(12) Patent Application Publication (10) Pub. No.: US 2015/ A1 (19) United States US 2015 0311941A1 (12) Patent Application Publication (10) Pub. No.: US 2015/0311941 A1 Sorrentino (43) Pub. Date: Oct. 29, 2015 (54) MOBILE DEVICE CASE WITH MOVABLE Publication Classification

More information

Pilot Guide Index Last Updated: 6/29/2017 3:16:49 PM

Pilot Guide Index Last Updated: 6/29/2017 3:16:49 PM Last Updated: 6/9/7 :6:49 PM L- Communications 55 5nd St. SE Grand Rapids, MI 495 A A- Manual Description Product Description Part 4-8- B 4/7/7 Pilots Guide for the Infrared Imaging IRIS A Infrared Imaging

More information

Connecto rs A pp lication Server,

Connecto rs A pp lication Server, 3 2003 9 GEO 2IN FORM A T ION SC IEN CE N o13 Sep t1, 2003 W ebg IS A rc IM S (, 410083) A rc IM S, A rc IM S, A rcxm L,, A rc IM S, A rc IM S,, A rc IM S, A rc IM S,, P208 1 A rc IM S () CgS (B gs) A

More information

The Critical Role of Firmware and Flash Translation Layers in Solid State Drive Design

The Critical Role of Firmware and Flash Translation Layers in Solid State Drive Design The Critical Role of Firmware and Flash Translation Layers in Solid State Drive Design Robert Sykes Director of Applications OCZ Technology Flash Memory Summit 2012 Santa Clara, CA 1 Introduction This

More information

J œ. œ œ. œ œ. œ J œ œ.

J œ. œ œ. œ œ. œ J œ œ. 6 1 Car - ol my heart, 2 Think child, S a Chrt-mas out - lives 6 6 car - ol my - self, filled ith great ae, clod in our flesh, rol - lick - prae Car - ol danc - ays Meet - ne - ly seen Tent Spir - it s

More information

Greedy FTL. Jinyong Ha Computer Systems Laboratory Sungkyunkwan University

Greedy FTL. Jinyong Ha Computer Systems Laboratory Sungkyunkwan University Greedy FTL Jinyong Ha (Jinyongha@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Contents DRAM Controller FTL Metadata Garbage Collection Power-Off Recovery Greedy

More information

SA FETY INFORMATION ACUMESH - W IRELESS METERING SYSTEM

SA FETY INFORMATION ACUMESH - W IRELESS METERING SYSTEM ACUMESH - W IRELESS METERING SYSTEM SA FETY INFORMATION Please read this m anual carefully before installation, operation and m aintenance of Acuvim II series m eter. This m anual m ay not be altered or

More information

C803A Series. 8 " Coaxial Loudspeaker Available With Transformer. Specifications. Features. Thiele-Small Parameters. Applications. General Description

C803A Series. 8  Coaxial Loudspeaker Available With Transformer. Specifications. Features. Thiele-Small Parameters. Applications. General Description C803A Series 8 " Coaxial Loudspeaker Available With Transformer Features Industry Standard 8" (203mm) Coaxial, 16 Watt, Loudspeaker Offers Proven Performance with Wide Frequency Response Post-Mounted Tweeter

More information

Speed design and drafting work with AutoCAD LT

Speed design and drafting work with AutoCAD LT Speed design and drafting work with AutoCAD LT Share precise documentation with powerful new tools What s new View your drawings more clearly with Stunning Visual Experience Create appropriate measurements

More information

TAPE RECORDING OF SIDE SCANNING SONAR SIGNALS

TAPE RECORDING OF SIDE SCANNING SONAR SIGNALS TAPE RECORDING OF SIDE SCANNING SONAR SIGNALS b y J.C. H o p k in s B ath U niversity of Technology, E n g lan d ABSTRACT A system for the tape recording of side scan sonar signals perm itting autom atic

More information

Add a W ave of Color with Glass Mosaics

Add a W ave of Color with Glass Mosaics Add a W ave of Color with Glass Mosaics Cover photo features Evening Mixer 3" Block Random Mosaic on the wall. Above photo features Red Hot 2 x 12 liner in a verticalstaggered brick-joint pattern on the

More information

FCC PART & I C RSS CLASS I I PERMI SSI VE CHANGE 2.4 GHz FHSS TEST REPORT

FCC PART & I C RSS CLASS I I PERMI SSI VE CHANGE 2.4 GHz FHSS TEST REPORT FCC PART 1 5.2 4 7 & I C RSS- 2 4 7 CLASS I I PERMI SSI VE CHANGE 2.4 GHz FHSS TEST REPORT 8 4 9 NW State Road 4 5 New berry, FL 3 2 6 6 9 USA Ph.: 8 8 8.4 7 2.2 4 2 4 or 3 5 2.4 7 2.5 5 0 0 Fax: 3 5 2.4

More information

MVD MODEL FILE NAMING

MVD MODEL FILE NAMING MVD MODEL FILE NAMING 7 February 2010 Electronic Drawing File Naming Convention Electronic files shall be named as recommended in Chapter 2 of the A/E/C CADD Standard. This naming convention allows for

More information

Progress In Electromagnetics Research Letters, Vol. 23, , 2011

Progress In Electromagnetics Research Letters, Vol. 23, , 2011 Progress In Electromagnetics Research Letters, Vol. 23, 173 180, 2011 A DUAL-MODE DUAL-BAND BANDPASS FILTER USING A SINGLE SLOT RING RESONATOR S. Luo and L. Zhu School of Electrical and Electronic Engineering

More information

Jan Blonk TNO ITSEF itsef.com

Jan Blonk TNO ITSEF  itsef.com FIPS Physicalsecurity workshop,hawaii2005 Introduction to side channel attacks and non invasive attacks TNO ITSEF Jan Blonk TNO ITSEF www.itsef.com Blonk@ itsef.com TNO ITSEF IT Security Evaluation Facility

More information

Design and Simulation of 5GHz Down-Conversion Self-Oscillating Mixer

Design and Simulation of 5GHz Down-Conversion Self-Oscillating Mixer Australian Journal of Basic and Applied Sciences, 5(12): 2595-2599, 2011 ISSN 1991-8178 Design and Simulation of 5GHz Down-Conversion Self-Oscillating Mixer 1 Alishir Moradikordalivand, 2 Sepideh Ebrahimi

More information

C803A Series. 8 " Coaxial Loudspeaker Available With Transformer. Features. Applications. General Description. Specifications C803A

C803A Series. 8  Coaxial Loudspeaker Available With Transformer. Features. Applications. General Description. Specifications C803A C803A Series 8 " Coaxial Loudspeaker Available With Transformer Features C803A Industry Standard 8" (203mm) Coaxial, 16 Watt Loudspeaker Offers Proven Performance with Wide Frequency Response Post-Mounted

More information

JOINT PRODUCTION OF COMMON DATUM CHARTS OF THE STRAITS OF MALACCA AND SINGAPORE

JOINT PRODUCTION OF COMMON DATUM CHARTS OF THE STRAITS OF MALACCA AND SINGAPORE International Hydrographie Review, Monaco, LVII (2), Ju ly 1980 JOINT PRODUCTION OF COMMON DATUM CHARTS OF THE STRAITS OF MALACCA AND SINGAPORE PHASE I P repared by a Jo in t Team from Indonesia, Jap an,

More information

Timing Analysis of Discontinuous RC Interconnect Lines

Timing Analysis of Discontinuous RC Interconnect Lines 8 TAEHOON KIM et al : TIMING ANALYSIS OF DISCONTINUOUS RC INTERCONNECT LINES Timing Analysis of Discontinuous RC Interconnect Lines Taehoon Kim, Youngdoo Song, and Yungseon Eo Abstract In this paper, discontinuous

More information

Low-Power CMOS VLSI Design

Low-Power CMOS VLSI Design Low-Power CMOS VLSI Design ( 范倫達 ), Ph. D. Department of Computer Science, National Chiao Tung University, Taiwan, R.O.C. Fall, 2017 ldvan@cs.nctu.edu.tw http://www.cs.nctu.tw/~ldvan/ Outline Introduction

More information

Cylindrical Conformal Microstrip Yagi Array with Endfire Radiation and Vertical Polarization

Cylindrical Conformal Microstrip Yagi Array with Endfire Radiation and Vertical Polarization Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) Cylindrical Conformal Microstrip Yagi Array with Endfire Radiation and Vertical Polarization Yulong Xia 1,2, Liangmengcheng

More information

370 SERIES SIGNAL TOWERS 370 SERIES Ø70

370 SERIES SIGNAL TOWERS 370 SERIES Ø70 370 SERIES Modu lar visual and audio indicators By means of a simple manual operation, the bayonet fixing system makes it possible to combine up to seven signal units and simultaneously to connect them

More information

Integrated Inductors with Magnetic Materials for On-Chip Power Conversion

Integrated Inductors with Magnetic Materials for On-Chip Power Conversion Integrated Inductors with Magnetic Materials for On-Chip Power Conversion Donald S. Gardner Collaborators: Gerhard Schrom, Fabrice Paillet, Tanay Karnik, Shekhar Borkar Circuits Research Lab & Future Technology

More information

Combining Modern Codes and Set- Partitioning for Multilevel Storage Systems

Combining Modern Codes and Set- Partitioning for Multilevel Storage Systems Combining Modern Codes and Set- Partitioning for Multilevel Storage Systems Presenter: Sudarsan V S Ranganathan Additional Contributors: Kasra Vakilinia, Dariush Divsalar, Richard Wesel CoDESS Workshop,

More information

1550nm 40km SFP+ Transceivers

1550nm 40km SFP+ Transceivers 550nm 40km SFP+ Transceivers TPP7XGJERxG Pb Product Description The TPP7XGJERxG is an enhanced small form factor pluggable (SFP+) fiber optic transceiver with digital diagnostics monitoring functionality

More information

A novel DC and PWM dual-mode dimming circuit for the WLED driver

A novel DC and PWM dual-mode dimming circuit for the WLED driver LETTER IEICE Electronics Express, Vol.10, No.19, 1 6 A novel DC and PWM dual-mode dimming circuit for the WLED driver Lianxi Liu 1, 2a), Yue Niu 1, Jiao Zou 1, and Zhangming Zhu 1, 2 1 School of Microelectronics

More information

Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications

Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications Ya Wei Shi, Ling Xiong, and Meng Gang Chen A miniaturized triple-band antenna suitable for wireless USB dongle applications

More information

TPP3XGDS0x000E2G 850nm SFP+ Transceiver

TPP3XGDS0x000E2G 850nm SFP+ Transceiver Features 850nm VCSEL laser TPP3XGDS0x000E2G Transmission distance up to 300m on OM3 MM fiber Low power consumption Wide Case Operating Temperature Range Compliant with SFP+ Electrical MSA SFF-843 Compliant

More information

(12) United States Patent (10) Patent No.: US 9,449,544 B2

(12) United States Patent (10) Patent No.: US 9,449,544 B2 USOO9449544B2 (12) United States Patent () Patent No.: Duan et al. (45) Date of Patent: Sep. 20, 2016 (54) AMOLED PIXEL CIRCUIT AND DRIVING (58) Field of Classification Search METHOD CPC... A01B 12/006;

More information

WITH the rapid development of wireless technology, various

WITH the rapid development of wireless technology, various IEEE ANTENNAS AND WIRELESS PROPAGATION LETTERS, VOL. 17, NO. 8, AUGUST 2018 1575 A Planar Printed Nona-Band Loop-Monopole Reconfigurable Antenna for Mobile Handsets Yu Liu,PeiqinLiu, Student Member, IEEE,

More information

DESIGN OF MULTIPLE CONSTANT MULTIPLICATION ALGORITHM FOR FIR FILTER

DESIGN OF MULTIPLE CONSTANT MULTIPLICATION ALGORITHM FOR FIR FILTER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

A new QIM-based image watermarking method and system

A new QIM-based image watermarking method and system University of Wollongong Research Online Faculty of Engineering - Papers (Archive) Faculty of Engineering and Information Sciences 2005 A new QIM-based image watermarking method and system Wenming Lu University

More information

U2C-1SP4T-63H. Typical Applications

U2C-1SP4T-63H. Typical Applications Solid state USB / I 2 C RF SP4T Switch 50Ω 2 to 6000 MHz The Big Deal USB and I 2 C power & control High speed ing (250 ns) High power handling (+30 dbm) Very High Isolation (80 db) Small case (3.75 x

More information

1 Digital EE141 Integrated Circuits 2nd Introduction

1 Digital EE141 Integrated Circuits 2nd Introduction Digital Integrated Circuits Introduction 1 What is this lecture about? Introduction to digital integrated circuits + low power circuits Issues in digital design The CMOS inverter Combinational logic structures

More information

(12) United States Patent (10) Patent No.: US 6,614,995 B2

(12) United States Patent (10) Patent No.: US 6,614,995 B2 USOO6614995B2 (12) United States Patent (10) Patent No.: Tseng (45) Date of Patent: Sep. 2, 2003 (54) APPARATUS AND METHOD FOR COMPENSATING AUTO-FOCUS OF IMAGE 6.259.862 B1 * 7/2001 Marino et al.... 396/106

More information

Sang-Phil Lim Sungkyunkwan University. Sang-Won Lee Sungkyunkwan University. Bongki Moon University of Arizona

Sang-Phil Lim Sungkyunkwan University. Sang-Won Lee Sungkyunkwan University. Bongki Moon University of Arizona Sang-Phil Lim Sungkyunkwan University Sang-Won Lee Sungkyunkwan University Bongki Moon University of Arizona Table of Contents Mo.va.on Background NAND Flash Memory and Flash Transla>on Layer (FTL) FAST

More information

CMOS fast-settling time low pass filter associated with voltage reference and current limiter for low dropout regulator

CMOS fast-settling time low pass filter associated with voltage reference and current limiter for low dropout regulator CMOS fast-settling time low pass filter associated with voltage reference and current limiter for low dropout regulator Wonseok Oh a), Praveen Nadimpalli, and Dharma Kadam RF Micro Devices Inc., 6825 W.

More information

Power Distribution Module 54.05

Power Distribution Module 54.05 Power Distribution Module.0 For pin connector locations on the top of the main PDM, see Fig.. 7 B8 C8 D8 E8 F7 9 CC IGN ISO BT B E F C D 08//9 6 7. 6-Pin Connector. 6-Pin Connector B. 6-Pin Connector C.

More information

Multiple Constant Multiplication for Digit-Serial Implementation of Low Power FIR Filters

Multiple Constant Multiplication for Digit-Serial Implementation of Low Power FIR Filters Multiple Constant Multiplication for igit-serial Implementation of Low Power FIR Filters KENNY JOHANSSON, OSCAR GUSTAFSSON, and LARS WANHAMMAR epartment of Electrical Engineering Linköping University SE-8

More information

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1 (19) United States US 20090167438A1 (12) Patent Application Publication (10) Pub. No.: US 2009/0167438 A1 Yang et al. (43) Pub. Date: Jul. 2, 2009 (54) HARMONIC TUNED DOHERTY AMPLIFIER (75) Inventors:

More information

W hat w e leaned from the Tokyo Tech 5 0 kg- satellite TSUBAME

W hat w e leaned from the Tokyo Tech 5 0 kg- satellite TSUBAME W hat w e leaned from the Tokyo Tech 5 0 kg- satellite TSUBAME Yoichi Yatsu N. Kawai, S. Matunaga, M. Matsushita, S. Kawajiri, K. Tawara, K. Ohta, M. Koga, Tokyo I nstitute of Technology S. Kim ura Tokyo

More information

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server Youngsik Kim * * Department of Game and Multimedia Engineering, Korea Polytechnic University, Republic

More information

REDUCING power consumption and enhancing energy

REDUCING power consumption and enhancing energy 548 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 63, NO. 6, JUNE 2016 A Low-Voltage PLL With a Supply-Noise Compensated Feedforward Ring VCO Sung-Geun Kim, Jinsoo Rhim, Student Member,

More information

Novel High Step-Up DC-DC Converter with Coupled-Inductor and Switched-Capacitor Techniques

Novel High Step-Up DC-DC Converter with Coupled-Inductor and Switched-Capacitor Techniques Novel High Step-Up C-C Converter with Coupled-Inductor and Switched-Capacitor Techniques Yi-Ping Hsieh, Jiann-Fuh Chen, Tsorng-Juu iang, and ung-sheng Yang epartment of Electrical Engineering, National

More information

BARBWIRE, TENSION WIRE, & UTILITY WIRE

BARBWIRE, TENSION WIRE, & UTILITY WIRE MISCELLANEOUS ITEMS ANCHORS 66 BARBWIRE 60 BARBWIRE - GAUCHO 60 BOLTS 62 BUMPER POSTS 63 CEMENT 63 FASTENERS 63 FENCE LATTICE 68 GROUND RODS 63 GUIDERAIL 67 H-CLIPS 61 HOG RINGS 60 NAILS 63 OZ-POSTS 64,65

More information

Design of Optimized Digital Logic Circuits Using FinFET

Design of Optimized Digital Logic Circuits Using FinFET Design of Optimized Digital Logic Circuits Using FinFET M. MUTHUSELVI muthuselvi.m93@gmail.com J. MENICK JERLINE jerlin30@gmail.com, R. MARIAAMUTHA maria.amutha@gmail.com I. BLESSING MESHACH DASON blessingmeshach@gmail.com.

More information

Efficient logic architectures for CMOL nanoelectronic circuits

Efficient logic architectures for CMOL nanoelectronic circuits Efficient logic architectures for CMOL nanoelectronic circuits C. Dong, W. Wang and S. Haruehanroengra Abstract: CMOS molecular (CMOL) circuits promise great opportunities for future hybrid nanoscale IC

More information

Design Of Arthematic Logic Unit using GDI adder and multiplexer 1

Design Of Arthematic Logic Unit using GDI adder and multiplexer 1 Design Of Arthematic Logic Unit using GDI adder and multiplexer 1 M.Vishala, 2 Maddana, 1 PG Scholar, Dept of VLSI System Design, Geetanjali college of engineering & technology, 2 HOD Dept of ECE, Geetanjali

More information

EFFECT OF STRUCTURAL AND DOPING PARAMETER VARIATIONS ON NQS DELAY, INTRINSIC GAIN AND NF IN JUNCTIONLESS FETS

EFFECT OF STRUCTURAL AND DOPING PARAMETER VARIATIONS ON NQS DELAY, INTRINSIC GAIN AND NF IN JUNCTIONLESS FETS EFFECT OF STRUCTURAL AND DOPING PARAMETER VARIATIONS ON NQS DELAY, INTRINSIC GAIN AND NF IN JUNCTIONLESS FETS B. Lakshmi 1 and R. Srinivasan 2 1 School of Electronics Engineering, VIT University, Chennai,

More information

DIGITAL MULTIMETERS VIEW RECORDERS & 7562 Digital Multimeters FUNCTIONS FEATURES

DIGITAL MULTIMETERS VIEW RECORDERS & 7562 Digital Multimeters FUNCTIONS FEATURES 756 & 7562 Digital Multimeters 756 (6-/2 digits) 23 88 330 mm 3 kg (8-3/8 3-/2 3" 6.6 lbs) 7562 (6-/2 digits) 23 88 330 mm 3 kg (8-3/8 3-/2 3" 6.6 lbs) The 7560 (6-/2 digit display) Series is a high-accuracy,

More information

Load Balancing for Centralized Wireless Networks

Load Balancing for Centralized Wireless Networks Load Balancing for Centralized Wireless Networks Hong Bong Kim and Adam Wolisz Telecommunication Networks Group Technische Universität Berlin Sekr FT5 Einsteinufer 5 0587 Berlin Germany Email: {hbkim,

More information

1550nm 40km SFP+ Transceiver

1550nm 40km SFP+ Transceiver 550nm 40km SFP+ Transceiver TPPXGJERxG Pb Product Description The TPPXGJERxG is an enhanced small form factor pluggable (SFP+) fiber optic transceiver with digital diagnostics monitoring functionality

More information

DIGITAL MULTIMETERS 7561 & & 7562 Digital Multimeters FEATURES RECORDERS INDEX

DIGITAL MULTIMETERS 7561 & & 7562 Digital Multimeters FEATURES RECORDERS INDEX 756 & 7562 756 & 7562 Digital Multimeters 756 (6-/2 digits) 23 88 330 mm 3 kg (8-3/8 3-/2 3" 6.6 lbs) 7562 (6-/2 digits) 23 88 330 mm 3 kg (8-3/8 3-/2 3" 6.6 lbs) The 7560 (6-/2 digit display) Series is

More information

Design and Implement of Low Power Consumption SRAM Based on Single Port Sense Amplifier in 65 nm

Design and Implement of Low Power Consumption SRAM Based on Single Port Sense Amplifier in 65 nm Journal of Computer and Communications, 2015, 3, 164-168 Published Online November 2015 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2015.311026 Design and Implement of Low

More information

Guang-Hwa Shiue *, Zhong-Yan You, Hao-Che Hung, and Shu-An Chou

Guang-Hwa Shiue *, Zhong-Yan You, Hao-Che Hung, and Shu-An Chou Progress In Electromagnetics Research B, Vol. 75, 111 129, 217 Low Noise Generation of RFI Noise Suppression Filter for Power Trace by Using Quarter-Wavelength Open-Stub Resonator in Multilayered High-Speed

More information

RC4207. Precision Monolithic Dual Operational Amplifier. Features. Description. Block Diagram. Pin Assignments.

RC4207. Precision Monolithic Dual Operational Amplifier. Features. Description. Block Diagram. Pin Assignments. www.fairchildsemi.com RC7 Precision Monolithic Dual Operational Amplifier Features Low Noise.5 mvp-p (. Hz to Hz) Ultra-low VO 75 mv Ultra-low VO drift. mv/ C Long term VO stability. mv/mo Low input bias

More information

(12) Patent Application Publication (10) Pub. No.: US 2010/ A1

(12) Patent Application Publication (10) Pub. No.: US 2010/ A1 (19) United States US 2010O2.13871 A1 (12) Patent Application Publication (10) Pub. No.: US 2010/0213871 A1 CHEN et al. (43) Pub. Date: Aug. 26, 2010 54) BACKLIGHT DRIVING SYSTEM 3O Foreign Application

More information

DWDM 80km SFP+ Transceiver

DWDM 80km SFP+ Transceiver DWDM 80km SFP+ Transceiver TPD2XGKZRxxG Pb Product Description The TPD2XGKZRxxG is an enhanced small form factor pluggable (SFP+) fiber optic transceiver with digital diagnostics monitoring functionality

More information

Beyond Transistor Scaling: New Devices for Ultra Low Energy Information Processing

Beyond Transistor Scaling: New Devices for Ultra Low Energy Information Processing Beyond Transistor Scaling: New Devices for Ultra Low Energy Information Processing Prof. Tsu Jae King Liu Department of Electrical Engineering and Computer Sciences University of California, Berkeley,

More information

(12) Patent Application Publication (10) Pub. No.: US 2013/ A1

(12) Patent Application Publication (10) Pub. No.: US 2013/ A1 (19) United States US 2013 0072964A1 (12) Patent Application Publication (10) Pub. No.: US 2013/0072964 A1 Sarradon (43) Pub. Date: Mar. 21, 2013 (54) SURGICAL FORCEPS FOR PHLEBECTOMY (76) Inventor: Pierre

More information

Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding

Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding Interference Mitigation in MIMO Interference Channel via Successive Single-User Soft Decoding Jungwon Lee, Hyukjoon Kwon, Inyup Kang Mobile Solutions Lab, Samsung US R&D Center 491 Directors Pl, San Diego,

More information

AtlasSound.com 1/8 AF " 1.375" 4.125" 2.375" 2.75" 140 Watt Autoformer AF140. Note: The wire colors are for identification purposes only.

AtlasSound.com 1/8 AF  1.375 4.125 2.375 2.75 140 Watt Autoformer AF140. Note: The wire colors are for identification purposes only. AF140 140 Watt Autoformer Specifications Frequency Response Insertion Loss 30Hz 15kHz (±1dB).3dB Features Serves as a Method for Matching Loudspeaker Loads to Amplifier s Suitable for Professional and

More information

An improved UWB Patch Antenna Design using Multiple Notches and Finite Ground Plane

An improved UWB Patch Antenna Design using Multiple Notches and Finite Ground Plane 73 An improved UWB Patch Antenna Design using Multiple Notches and Finite Ground Plane A.P Padmavathy, M.Ganesh Madhan, Department of Electronics Engineering, Madras Institute of Technology, Anna University,

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 2190 Biquad Infinite Impulse Response Filter Using High Efficiency Charge Recovery Logic K.Surya 1, K.Chinnusamy

More information

A Reset-Free Anti-Harmonic Programmable MDLL- Based Frequency Multiplier

A Reset-Free Anti-Harmonic Programmable MDLL- Based Frequency Multiplier JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, OL.13, NO.5, OCTOBER, 2013 http://dx.doi.org/10.5573/jsts.2013.13.5.459 A Reset-Free Anti-Harmonic Programmable MDLL- Based Frequency Multiplier Geontae

More information

Modb us-r T U is im p lem ented w ith th e function of a slav e. T h e follow ing Modb us functions are

Modb us-r T U is im p lem ented w ith th e function of a slav e. T h e follow ing Modb us functions are Modbus-RTU interface Modb us-r T U is im p lem ented w ith th e of a slav e. T h e follow ing Modb us s are sup p orted: 01, 02, 03, 05, 06 and 16. A ll 128 D up line D igital, A nalink, Counter, and BCD

More information

First Recorder Songs easiest duets

First Recorder Songs easiest duets First Recorder Songs easiest duets by Beatrice Wilder ontents Playsheet 1 Playsheet 2 Playsheet 3 Playsheet 4 Playsheet 5 Playsheet 6 Playsheet 7 Playsheet 8 Playsheet 9 Playsheet 10 Playsheet 11 Playsheet

More information

A Clock and Data Recovery Circuit With Programmable Multi-Level Phase Detector Characteristics and a Built-in Jitter Monitor

A Clock and Data Recovery Circuit With Programmable Multi-Level Phase Detector Characteristics and a Built-in Jitter Monitor 1472 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 62, NO. 6, JUNE 2015 A Clock and Data Recovery Circuit With Programmable Multi-Level Phase Detector Characteristics and a Built-in

More information

Offset-fed UWB antenna with multi-slotted ground plane. Sun, YY; Islam, MT; Cheung, SW; Yuk, TI; Azim, R; Misran, N

Offset-fed UWB antenna with multi-slotted ground plane. Sun, YY; Islam, MT; Cheung, SW; Yuk, TI; Azim, R; Misran, N Title Offset-fed UWB antenna with multi-slotted ground plane Author(s) Sun, YY; Islam, MT; Cheung, SW; Yuk, TI; Azim, R; Misran, N Citation The 2011 International Workshop on Antenna Technology (iwat),

More information

Differential Amplifier Design

Differential Amplifier Design Differential Amplifier Design Design with ideal current source bias. Differential and common mode gain results Add finite output resistance to current source. Replace ideal current source with current

More information

Symbol Error Rate of Quadrature Subbranch Hybrid Selection/Maximal-Ratio Combining in Rayleigh Fading Under Employment of Generalized Detector

Symbol Error Rate of Quadrature Subbranch Hybrid Selection/Maximal-Ratio Combining in Rayleigh Fading Under Employment of Generalized Detector Symbol Error Rate of Quadrature Subbranch Hybrid Selection/Maximal-Ratio Combining in Rayleigh Fading Under Employment of Generalized Detector VYACHESLAV TUZLUKOV School of Electrical Engineering and Computer

More information

Optimum Subcarrier Deviation for PCM/FM+FM/FM Systems using IRIG Constant Bandwidth Channels

Optimum Subcarrier Deviation for PCM/FM+FM/FM Systems using IRIG Constant Bandwidth Channels Optimum Subcarrier Deviation for PCM/FM+FM/FM Systems using IRIG Constant Bandwidth Channels Item Type text; Proceedings Authors Osborne, William P.; Whiteman, Donald E. Publisher International Foundation

More information

A Method for Estimating the Average Packet Error Rates of Multi-carrier Systems With Interference

A Method for Estimating the Average Packet Error Rates of Multi-carrier Systems With Interference A Method for Estimating the Average Packet Error Rates of Multi-carrier Systems With Interference Zaid Hijaz Information and Telecommunication Technology Center Department of Electrical Engineering and

More information

Blind Iterative Channel Estimation and Detection for LDPC-Coded Cooperation Under Multi-User Interference

Blind Iterative Channel Estimation and Detection for LDPC-Coded Cooperation Under Multi-User Interference Blind Iterative Channel Estimation and Detection for LDPC-Coded Cooperation Under Multi-User Interference Don Torrieri*, Amitav Mukherjee, Hyuck M. Kwon Army Research Laboratory* University of California

More information

CYLINDRICAL-RECTANGULAR MICROSTRIP ARRAY WITH HIGH-GAIN OPERATION FOR IEEE J MIMO APPLICATIONS

CYLINDRICAL-RECTANGULAR MICROSTRIP ARRAY WITH HIGH-GAIN OPERATION FOR IEEE J MIMO APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 23, 1 7, 2011 CYLINDRICAL-RECTANGULAR MICROSTRIP ARRAY WITH HIGH-GAIN OPERATION FOR IEEE 802.11J MIMO APPLICATIONS J. H. Lu Department of Electronic

More information

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm

Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm Minimization of Power Loss and Improvement of Voltage Profile in a Distribution System Using Harmony Search Algorithm M. Madhavi 1, Sh. A. S. R Sekhar 2 1 PG Scholar, Department of Electrical and Electronics

More information

Watermarking patient data in encrypted medical images

Watermarking patient data in encrypted medical images Sādhanā Vol. 37, Part 6, December 2012, pp. 723 729. c Indian Academy of Sciences Watermarking patient data in encrypted medical images 1. Introduction A LAVANYA and V NATARAJAN Department of Instrumentation

More information

NTT Network Innovation Laboratories 1-1 Hikarinooka, Yokosuka, Kanagawa, Japan

NTT Network Innovation Laboratories 1-1 Hikarinooka, Yokosuka, Kanagawa, Japan Enhanced Simplified Maximum ielihood Detection (ES-MD in multi-user MIMO downlin in time-variant environment Tomoyui Yamada enie Jiang Yasushi Taatori Riichi Kudo Atsushi Ohta and Shui Kubota NTT Networ

More information

Three Level Three Phase Cascade Dual-Buck Inverter With Unified Pulsewidth Modulation

Three Level Three Phase Cascade Dual-Buck Inverter With Unified Pulsewidth Modulation IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 4 (July. 2013), V1 PP 38-43 Three Level Three Phase Cascade Dual-Buck Inverter With Unified Pulsewidth Modulation

More information

4.25 Gb/s Fibre Channel Single Mode Transceiver

4.25 Gb/s Fibre Channel Single Mode Transceiver SFP, Duplex LC Connector, 1310 nm FP for Single Mode Fiber, RoHS Compliant Digital Diagnostics Functions, Extended Operating Temperature from -40 to +85 C Features RoHS Pb Applications Fibre Channel Links

More information

IISW 2009 Backside Illumination Symposium

IISW 2009 Backside Illumination Symposium IISW 2009 Backside Illumination Symposium The Mass Production of BSI CMOS Imager Sensors Dr. Howard Rhodes Omnivision Technologies, Inc. 1 Acknowlegement D. Tai, Y. Qian, D. Mao, V. Venezia, Wei Zheng,

More information

PARASITIC CAPACITANCE CANCELLATION OF INTE- GRATED EMI FILTER USING SPLIT GROUND STRUC- TURE

PARASITIC CAPACITANCE CANCELLATION OF INTE- GRATED EMI FILTER USING SPLIT GROUND STRUC- TURE Progress In Electromagnetics Research B, Vol. 43, 9 7, PARASITIC CAPACITANCE CANCEATION OF INTE- GRATED EMI FITER USING SPIT GROUND STRUC- TURE H.-F. Huang and M. Ye * School of Electronic and Information

More information

NATIONAL OCEAN SURVEY AUTOMATED INFORMATION SYSTEM

NATIONAL OCEAN SURVEY AUTOMATED INFORMATION SYSTEM International Hydrographie Review, M onaco, LVIII (2), July 1981 NATIONAL OCEAN SURVEY AUTOMATED INFORMATION SYSTEM by W illiam G. SW ISH ER r > Paper presented at the NOS H ydrographie Survey C onference,

More information

Device Design of SONOS Flash Memory Cell with Saddle Type Channel Structure

Device Design of SONOS Flash Memory Cell with Saddle Type Channel Structure 736 IEICE TRANS. ELECTRON., VOL.E91 C, NO.5 MAY 2008 PAPER Special Section on Fundamentals and Applications of Advanced Semiconductor Devices Device Design of SONOS Flash Memory Cell with Saddle Type Channel

More information

Reza Zoughi and Timothy Vaughan. Electrical Engineering Department Colorado State University Ft. Collins, CO INTRODUCTION

Reza Zoughi and Timothy Vaughan. Electrical Engineering Department Colorado State University Ft. Collins, CO INTRODUCTION DESIGN AND ANALYSIS OF AN ARRAY OF SQUARE MICROSTRIP PATCHES FOR NONDESTRUCTIVE MEASUREMENT OF INNER MATERIAL PROPERTIES OF VARIOUS STRUCTURES USING SWEPT MICROWAVE FREQUENCIES Reza Zoughi and Timothy

More information

Leakage Power Reduction by Using Sleep Methods

Leakage Power Reduction by Using Sleep Methods www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 9 September 2013 Page No. 2842-2847 Leakage Power Reduction by Using Sleep Methods Vinay Kumar Madasu

More information

STEM STEM 1975 STEM. Hurd 1975 STEM STEM. Byhee 2010 SMET STEM STEM STEM STEM Education STEM. Vol. 21,No. 4 Aug. 2015

STEM STEM 1975 STEM. Hurd 1975 STEM STEM. Byhee 2010 SMET STEM STEM STEM STEM Education STEM. Vol. 21,No. 4 Aug. 2015 21 4 2015 8 Open Education Research Vol. 21,No. 4 Aug. 2015 STEM - 100875 STEM STEM STEM G434 A 1007-2179( 2015) 04-0013 - 10 2015 20 50 20 1975 STEM Hurd 1975 20 90 STEM STEM STEM Byhee 2010 SMET Science

More information

Retrieval of Large Scale Images and Camera Identification via Random Projections

Retrieval of Large Scale Images and Camera Identification via Random Projections Retrieval of Large Scale Images and Camera Identification via Random Projections Renuka S. Deshpande ME Student, Department of Computer Science Engineering, G H Raisoni Institute of Engineering and Management

More information

Dynamic Frequency Selection method applying Mobile Security concept

Dynamic Frequency Selection method applying Mobile Security concept Proceedings of the 7th WSEAS International Conference on Multimedia, Internet & Video Technologies, Beijing, China, September 15-17, 2007 193 Dynamic Frequency Selection method applying Mobile Security

More information

An Asymmetrical Bulk CMOS Switch for 2.4 GHz Application

An Asymmetrical Bulk CMOS Switch for 2.4 GHz Application Progress In Electromagnetics Research Letters, Vol. 66, 99 104, 2017 An Asymmetrical Bulk CMOS Switch for 2.4 GHz Application Lang Chen 1, * and Ye-Bing Gan 1, 2 Abstract A novel asymmetrical single-pole

More information

Enhanced Location Estimation in Wireless LAN environment using Hybrid method

Enhanced Location Estimation in Wireless LAN environment using Hybrid method Enhanced Location Estimation in Wireless LAN environment using Hybrid method Kevin C. Shum, and Joseph K. Ng Department of Computer Science Hong Kong Baptist University Kowloon Tong, Hong Kong cyshum,jng@comp.hkbu.edu.hk

More information

/08/$25.00 c 2008 IEEE

/08/$25.00 c 2008 IEEE Abstract Fall detection for elderly and patient has been an active research topic due to that the healthcare industry has a big demand for products and technology of fall detection. This paper gives a

More information