The regsubseq Package

Size: px
Start display at page:

Download "The regsubseq Package"

Transcription

1 The regsubseq Package Sepember 30, 2007 Type Package Tile Deec and Tes Regular Sequences and Subsequences Version 0.10 Dae Auhor Mainainer For a sequence of even occurence imes, we are ineresed in finding subsequences in i ha are oo regular. We define regular as being significanly differen from a homogeneous Poisson process. The deparure from he Poisson process is measured using a L1 disance. See Di and Perlman 2007 for more deails. License GPL 2. R opics documened: mos.gaplin.sub mos.linear.sub qables recursive.b es.gaplin es.lin Index 8 1

2 2 mos.gaplin.sub mos.gaplin.sub Find he Mos Gap-Linear Subsequence. Find he mos gap-linear lengh k+1 subsequence of he inpu sequence. The subsequence found by his funcion has he same end poins as he original sequence. This funcion is no inended o be used by an end user direcly. Users should use es.gaplin., es.gaplin.p or es.gaplin insead. mos.gaplin.sub(x, k, T); x k T The inpu sequence, a vecor of numbers. The lengh of he subsequences for which we wan o es gap-lineariy. A hreshold value. A subsequence will only be examined when is gap-lineariy es saisic can be bigger han his. improved sub sigma TRUE if we found a subsequence wih a gap-lineariy es saisic more exreme han he inpu. The gap-lineariy es saisic corresponding o he mos gap-linear subsequence. The mos gap-linear subsequence. The indices corresponding o he mos gap-linear subsequence. Auhor(s) Di and Perlman (2007) See Also es.gaplin, es.gaplin., es.gaplin.p.

3 mos.linear.sub 3 mos.linear.sub Find he Mos Lineaer Subsequence Find he mos linear lengh k+1 subsequence of he inpu sequence. The subsequence found by his funcion has he same end poins as he original sequence. This funcion is no inended o be used by an end user direcly. Users should use es.lin., es.lin.p or es.lin insead. mos.linear.sub(x, k, ); x k The inpu sequence, a vecor of numbers. The lengh of he subsequences for which we wan o es lineariy. A hreshold value. A subsequence will only be examined when is lineariy es saisic can be bigger han his. improved sub sigma TRUE if we found a subsequence wih a lineariy es saisic more exreme han he inpu. The lineariy es saisic corresponding o he mos linear subsequence. The mos linear subsequence. The indices corresponding o he mos linear subsequence. Auhor(s) Di and Perlman (2007) See Also es.lin, es.lin., es.lin.p.

4 4 recursive.b qables Quanile Tables of he Lineariy/Gap-Lineariy Tess The daa se provide quanile ables for he lineariy/gap-lineariy es saisics for N=2,..., 50 and k= 2,..., N, for each N. These ables will be used o compue p-values corresponding o es saisics. qables Forma R rda files. Wihin each quanile able, he firs row indicaes a which probabiliy values he quaniles are compued. recursive.b Compue he Gap-Lineariy Tes Saisics An inernal funcion used o recursively compe gap-lineariy es saisics. This funcion is no inended o be used by an end user. recursive.b(x, indices = FALSE); x indices A sequence of numbers. Wheher o keep rack of indices of he end poins of he mos gap-linear subsequences. A able of compued es saisics. If indices is TRUE, almos reurn he indices of he end poins of he mos gap-linear subsequences. Auhor(s) Di and Perlman (2007)

5 es.gaplin 5 es.gaplin Deec and Tes Almos Gap-Linear Subsequnces. es.gaplin. find he mos almos gap-linear lengh k+1 subsequence of a given sequence and compue he almos gap-lineariy es saisic for his subsequence. es.gaplin.p compue he p-value corresponding o a compued es saisic. es.gaplin compue he es saisics and he p-values for subsequences of all lenghs. es.gaplin(tn); es.gaplin.(tn, k); es.gaplin.p(, n, k); Tn k n A sequence of numbers. Currenly, only suppor sequence of lengh less han 50. The lengh of he subsequences for which we wan o es for almos gap-lineariy. The lengh of he sequence for which we wan o es for subsequence almos gap-lineariy. Tes saisic compued for a lengh k+1 subsequence of a lengh n+1 sequence. Deails Almos gap-linear means he spacings of a subsequence are almos in proporion o he spacings of he corresponding indicies. For example, for Tn=c(11, 14, (.), 20), he subs sequence (11, 14, 20) is gap-linear, since he spacings (3, 6) is in proporion wih he spacings of he corresponding indicies (1, 2). Equivalenly, almos gap-lineariy can measured by he disance beween he sandardized spacings of he subsequnce and he sandardized spacings of he corresponding indicies. See Di and Perlman (2007) for more deails. es.gaplin. reurns he mos gap-linear lengh k+1 subsequence of he inpu sequence and corresponding almos gap-lineariy es saisic. es.gaplin.p reurns he p-value corresponding o he inpu es saisic. es.lin has no reurn value, insead, a able conaining he mos almos gap-linear subsequences, corresponding es saisics and p-values will be oupued. Auhor(s)

6 6 es.lin Di and Perlman, 2007 See Also es.lin. Examples ## A sequence represening arrival imes of evens. Tn = c(13, 21, 24, 33, 40, 55, 59, 63, 72, 85, 87); ## Tes for almos lineariy. = es.gaplin.(tn, 4); prin($sub); p = es.gaplin.p($, 10, 4); prin(p); es.gaplin(tn); es.lin Deec and Tes Almos Linear Subsequences. es.lin. find he mos almos-linear lengh k+1 subsequence of a given sequence and compue he almos-lineariy es saisic for his subsequence. es.lin.p compue he p-value corresponding o a compued es saisic. es.lin compue he es saisics and he p-values for subsequences of all lenghs. es.lin(tn); es.lin.(tn, k); es.lin.p(, n, k); Tn k n A sequence of numbers. Currenly, only suppor sequences of lengh less han 50. The lengh of he subsequences for which we wan o es for almos-lineariy. The lengh of he sequence for which we wan o es for subsequence almoslineariy. Tes saisic compued for a lengh k+1 subsequence of a lengh n+1 sequence.

7 es.lin 7 Deails Almos-linear means he spacings of he sequence are almos equal, or he disance beween he sandardized spacings as a vecor and (1/k,..., 1/k) is oo small. The p-value is compued by comparing he es saisic o a procompued es saisic quanile able. See Di and Perlman (2007) for more deails. es.lin. reurns he mos linear lengh k+1 subsequence of he inpu sequence and corresponding almos-lineariy es saisic. es.lin.p reurns he p-value corresponding o he inpu es saisic. es.lin has no reurn value, insead, a able conaining he mos almos linear subsequences, corresponding es saisics and p-values will be oupued. Auhor(s) See Also Di and Perlman, 2007 es.gaplin. Examples ## A sequence represening arrival imes of evens. Tn = c(13, 21, 24, 33, 40, 55, 59, 63, 72, 85, 87); ## Tes for almos lineariy. = es.lin.(tn, 4); prin($sub); p = es.lin.p($, 10, 4); prin(p); es.lin(tn);

8 Index Topic daases qables, 3 Topic hes es.gaplin, 4 es.lin, 6 Topic inernal mos.gaplin.sub, 1 mos.linear.sub, 2 recursive.b, 4 mos.gaplin.sub, 1 mos.linear.sub, 2 q.esgaplin.n10 (qables), 3 q.esgaplin.n11 (qables), 3 q.esgaplin.n12 (qables), 3 q.esgaplin.n13 (qables), 3 q.esgaplin.n14 (qables), 3 q.esgaplin.n15 (qables), 3 q.esgaplin.n16 (qables), 3 q.esgaplin.n17 (qables), 3 q.esgaplin.n18 (qables), 3 q.esgaplin.n19 (qables), 3 q.esgaplin.n2 (qables), 3 q.esgaplin.n20 (qables), 3 q.esgaplin.n21 (qables), 3 q.esgaplin.n22 (qables), 3 q.esgaplin.n23 (qables), 3 q.esgaplin.n24 (qables), 3 q.esgaplin.n25 (qables), 3 q.esgaplin.n26 (qables), 3 q.esgaplin.n27 (qables), 3 q.esgaplin.n28 (qables), 3 q.esgaplin.n29 (qables), 3 q.esgaplin.n3 (qables), 3 q.esgaplin.n30 (qables), 3 q.esgaplin.n31 (qables), 3 q.esgaplin.n32 (qables), 3 q.esgaplin.n33 (qables), 3 q.esgaplin.n34 (qables), 3 q.esgaplin.n35 (qables), 3 q.esgaplin.n36 (qables), 3 q.esgaplin.n37 (qables), 3 q.esgaplin.n38 (qables), 3 q.esgaplin.n39 (qables), 3 q.esgaplin.n4 (qables), 3 q.esgaplin.n40 (qables), 3 q.esgaplin.n41 (qables), 3 q.esgaplin.n42 (qables), 3 q.esgaplin.n43 (qables), 3 q.esgaplin.n44 (qables), 3 q.esgaplin.n45 (qables), 3 q.esgaplin.n46 (qables), 3 q.esgaplin.n47 (qables), 3 q.esgaplin.n48 (qables), 3 q.esgaplin.n49 (qables), 3 q.esgaplin.n5 (qables), 3 q.esgaplin.n50 (qables), 3 q.esgaplin.n6 (qables), 3 q.esgaplin.n7 (qables), 3 q.esgaplin.n8 (qables), 3 q.esgaplin.n9 (qables), 3 q.eslin.n10 (qables), 3 q.eslin.n11 (qables), 3 q.eslin.n12 (qables), 3 q.eslin.n13 (qables), 3 q.eslin.n14 (qables), 3 q.eslin.n15 (qables), 3 q.eslin.n16 (qables), 3 q.eslin.n17 (qables), 3 q.eslin.n18 (qables), 3 q.eslin.n19 (qables), 3 q.eslin.n2 (qables), 3 q.eslin.n20 (qables), 3 q.eslin.n21 (qables), 3 q.eslin.n22 (qables), 3 q.eslin.n23 (qables), 3 q.eslin.n24 (qables), 3 q.eslin.n25 (qables), 3 8

9 INDEX 9 q.eslin.n26 (qables), 3 q.eslin.n27 (qables), 3 q.eslin.n28 (qables), 3 q.eslin.n29 (qables), 3 q.eslin.n3 (qables), 3 q.eslin.n30 (qables), 3 q.eslin.n31 (qables), 3 q.eslin.n32 (qables), 3 q.eslin.n33 (qables), 3 q.eslin.n34 (qables), 3 q.eslin.n35 (qables), 3 q.eslin.n36 (qables), 3 q.eslin.n37 (qables), 3 q.eslin.n38 (qables), 3 q.eslin.n39 (qables), 3 q.eslin.n4 (qables), 3 q.eslin.n40 (qables), 3 q.eslin.n41 (qables), 3 q.eslin.n42 (qables), 3 q.eslin.n43 (qables), 3 q.eslin.n44 (qables), 3 q.eslin.n45 (qables), 3 q.eslin.n46 (qables), 3 q.eslin.n47 (qables), 3 q.eslin.n48 (qables), 3 q.eslin.n49 (qables), 3 q.eslin.n5 (qables), 3 q.eslin.n50 (qables), 3 q.eslin.n6 (qables), 3 q.eslin.n7 (qables), 3 q.eslin.n8 (qables), 3 q.eslin.n9 (qables), 3 qables, 3 recursive.b, 4 es.gaplin, 2, 4, 7 es.gaplin.p, 2 es.gaplin., 2 es.lin, 3, 5, 6 es.lin.p, 3 es.lin., 3

Photo Modules for PCM Remote Control Systems

Photo Modules for PCM Remote Control Systems Phoo Modules for PCM Remoe Conrol Sysems Descripion The HS38B series are miniaurized receivers for infrared remoe conrol sysems. PIN diode and preamplifier are assembled on lead frame, he epoxy package

More information

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC Tension-Clamp Ulra-Slim Signal Condiioners M6S Series FUNCTION MODULE (PC programmable) Funcions & Feaures Mainenance-free ension clamp connecion Single inpu filer and funcion module 12 ypes of funcions

More information

TSOP322.. IR Receiver Modules for Remote Control Systems VISHAY. Vishay Semiconductors

TSOP322.. IR Receiver Modules for Remote Control Systems VISHAY. Vishay Semiconductors TSOP3.. IR Receiver Modules for Remoe Conrol Sysems Descripion The TSOP3.. - series are miniaurized receivers for infrared remoe conrol sysems. PIN diode and preamplifier are assembled on lead frame, he

More information

TSOP12.. IR Receiver Modules for Remote Control Systems VISHAY. Vishay Semiconductors

TSOP12.. IR Receiver Modules for Remote Control Systems VISHAY. Vishay Semiconductors TSOP1.. IR Receiver Modules for Remoe Conrol Sysems Descripion The TSOP1.. - series are miniaurized receivers for infrared remoe conrol sysems. PIN diode and preamplifier are assembled on lead frame, he

More information

Electrical connection

Electrical connection Reference scanner Dimensioned drawing en 02-2014/06 50117040-01 200 500mm Disance on background/reference 10-30 V DC We reserve he righ o make changes DS_HRTR46Bref_en_50117040_01.fm Robus objec deecion

More information

HS0038B5. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors

HS0038B5. IR Receiver Modules for Remote Control Systems. Vishay Semiconductors IR Receiver Modules for Remoe Conrol Sysems Descripion The - series are miniaurized receivers for infrared remoe conrol sysems. PIN diode and preamplifier are assembled on lead frame, he epoxy package

More information

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC Screw Terminal Ulra-Slim Signal Condiioners M6N Series FUNCTION MODULE (PC programmable) Funcions & Feaures Single inpu filer and funcion module 12 ypes of funcions are PC programmable 7.5-mm wide ulra-slim

More information

AK8777B. Overview. Features

AK8777B. Overview. Features AK8777B Hall Effec IC for Pulse Encoders Overview The AK8777B is a Hall effec lach which deecs boh verical and horizonal (perpendicular and parallel o he marking side of he package) magneic field a he

More information

Installing remote sites using TCP/IP

Installing remote sites using TCP/IP v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 +v pu +v pu +v pu v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means OBE-R-SE Dimensions.8.8 ø..75 7.5 6. 5 6.7 4.9 4. 5.9 ø.6 Model Number OBE-R-SE Elecrical connecion emier Thru-beam sensor wih m fixed cable Feaures 45 cable oule for maximum mouning freedom under exremely

More information

Photo Modules for PCM Remote Control Systems

Photo Modules for PCM Remote Control Systems Phoo Modules for PCM Remoe Conrol Sysems Available ypes for differen carrier frequencies Type fo Type fo TSOP223 3 khz TSOP2233 33 khz TSOP2236 36 khz TSOP2237 36.7 khz TSOP2238 38 khz TSOP224 4 khz TSOP2256

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for New TSOP48.. 2 3 MECHANICAL DATA Pinning = OUT, 2 =, 3 = 6672 FEATURES Low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Improved shielding

More information

FAA/EUROCONTROL ATM Seminar 2015 Model for Longitudinal Uncertainty during Controlled Time of Arrival Operations

FAA/EUROCONTROL ATM Seminar 2015 Model for Longitudinal Uncertainty during Controlled Time of Arrival Operations FAA/EUROCONTROL ATM Seminar 2015 Model for Longiudinal Uncerainy during Conrolled Time of Arrival Operaions Lisbon, Porugal June 2015 David De Sme, Jesper Bronsvoor, & Greg McDonald Overview Inroducion

More information

Memorandum on Impulse Winding Tester

Memorandum on Impulse Winding Tester Memorandum on Impulse Winding Teser. Esimaion of Inducance by Impulse Response When he volage response is observed afer connecing an elecric charge sored up in he capaciy C o he coil L (including he inside

More information

Technology. Production functions Short run and long run Examples of technology Marginal product Technical rate of substitution Returns to scale

Technology. Production functions Short run and long run Examples of technology Marginal product Technical rate of substitution Returns to scale Technology Producion funcions Shor run and long run Examples of echnology Marginal produc Technical rae of subsiuion Reurns o scale Analogies wih Consumer Theory Consumers Firms Maximize uiliy Maximize

More information

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop Chaper 2 Inroducion: From Phase-Locked Loop o Cosas Loop The Cosas loop can be considered an exended version of he phase-locked loop (PLL). The PLL has been invened in 932 by French engineer Henri de Belleszice

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems 2 3 MECHANICAL DATA Pinning: = OUT, 2 =, 3 = V S 6672 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Improved shielding agains EMI Supply volage:

More information

Pointwise Image Operations

Pointwise Image Operations Poinwise Image Operaions Binary Image Analysis Jana Kosecka hp://cs.gmu.edu/~kosecka/cs482.hml - Lookup able mach image inensiy o he displayed brighness values Manipulaion of he lookup able differen Visual

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

IR Receiver for High Data Rate PCM at 455 khz Description

IR Receiver for High Data Rate PCM at 455 khz Description IR Receiver for High Daa Rae PCM a 455 khz Descripion The is a miniaurized receiver for infrared remoe conrol and IR daa ransmission. PIN diode and preamplifier are assembled on lead frame, he epoxy package

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

Signal Characteristics

Signal Characteristics Signal Characerisics Analog Signals Analog signals are always coninuous (here are no ime gaps). The signal is of infinie resoluion. Discree Time Signals SignalCharacerisics.docx 8/28/08 10:41 AM Page 1

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 3 Signals & Sysems Prof. Mark Fowler Noe Se #8 C-T Sysems: Frequency-Domain Analysis of Sysems Reading Assignmen: Secion 5.2 of Kamen and Heck /2 Course Flow Diagram The arrows here show concepual

More information

Answer Key for Week 3 Homework = 100 = 140 = 138

Answer Key for Week 3 Homework = 100 = 140 = 138 Econ 110D Fall 2009 K.D. Hoover Answer Key for Week 3 Homework Problem 4.1 a) Laspeyres price index in 2006 = 100 (1 20) + (0.75 20) Laspeyres price index in 2007 = 100 (0.75 20) + (0.5 20) 20 + 15 = 100

More information

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final A-LEVEL Elecronics ELEC4 Programmable Conrol Sysems scheme 243 June 26 Version:. Final schemes are prepared by he Lead Assessmen Wrier and considered, ogeher wih he relevan quesions, by a panel of subjec

More information

Modulation exercises. Chapter 3

Modulation exercises. Chapter 3 Chaper 3 Modulaion exercises Each problem is annoaed wih he leer E, T, C which sands for exercise, requires some hough, requires some concepualizaion. Problems labeled E are usually mechanical, hose labeled

More information

ECE3204 Microelectronics II Bitar / McNeill. ECE 3204 / Term D-2017 Problem Set 7

ECE3204 Microelectronics II Bitar / McNeill. ECE 3204 / Term D-2017 Problem Set 7 EE3204 Microelecronics II Biar / McNeill Due: Monday, May 1, 2017 EE 3204 / Term D-2017 Problem Se 7 All ex problems from Sedra and Smih, Microelecronic ircuis, 7h ediion. NOTES: Be sure your NAME and

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems 2 MECHNICAL DATA Pinning for TSOP348.., TSOP344..: = OUT, 2 = GND, 3 = V S Pinning for TSOP322.., TSOP324..: = OUT, 2 = V S, 3 = GND 3 6672 FEATURES Very low

More information

Primary Side Control SMPS with Integrated MOSFET

Primary Side Control SMPS with Integrated MOSFET General Descripion GG64 is a primary side conrol SMPS wih an inegraed MOSFET. I feaures programmable cable drop compensaion and a peak curren compensaion funcion, PFM echnology, and a CV/CC conrol loop

More information

Notes on the Fourier Transform

Notes on the Fourier Transform Noes on he Fourier Transform The Fourier ransform is a mahemaical mehod for describing a coninuous funcion as a series of sine and cosine funcions. The Fourier Transform is produced by applying a series

More information

Examination Mobile & Wireless Networking ( ) April 12,

Examination Mobile & Wireless Networking ( ) April 12, Page 1 of 5 Examinaion Mobile & Wireless Neworking (192620010) April 12, 2017 13.45 16.45 Noes: Only he overhead shees used in he course, 2 double-sided shees of noes (any fon size/densiy!), and a dicionary

More information

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier Journal of Technical Engineering Islamic Azad Universiy of Mashhad Discree Word Speech Recogniion Using Hybrid Self-adapive HMM/SVM Classifier Saeid Rahai Quchani (1) Kambiz Rahbar (2) (1)Assissan professor,

More information

GG6005. General Description. Features. Applications DIP-8A Primary Side Control SMPS with Integrated MOSFET

GG6005. General Description. Features. Applications DIP-8A Primary Side Control SMPS with Integrated MOSFET General Descripion GG65 is a primary side conrol PSR SMPS wih an inegraed MOSFET. I feaures a programmable cable drop compensaion funcion, PFM echnology, and a CV/CC conrol loop wih high reliabiliy and

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems Descripion The HS38B3VM is a miniaurized receiver for infrared remoe conrol sysems. A PIN diode and a preamplifier are assembled on a lead frame, he epoxy package

More information

SCiCoreDrive62 +DC T5 U V W -DC. SCiCore 62. IGBT/MOSFET drivers

SCiCoreDrive62 +DC T5 U V W -DC. SCiCore 62. IGBT/MOSFET drivers PRELIMINARY TECHNICAL INFORMATION SCiCoreDrive62 IGBT/MOSFET drivers HIGHLIGHTS - 6 channel IGBT driver - suiable for 200V IGBT (900 V max on DCLink) - Up o 8 A peak oupu curren - Collecor sensing & faul

More information

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature!

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature! Lecure 4 EITN75 2018 Chaper 12, 13 Modulaion and diversiy Receiver noise: repeiion Anenna noise is usually given as a noise emperaure! Noise facors or noise figures of differen sysem componens are deermined

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Improved shielding agains EMI Supply volage: 2.5

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems 2 MECHNICAL DATA Pinning for TSOP44.., TSOP48..: = OUT, 2 = GND, 3 = V S Pinning for TSOP22.., TSOP24..: = OUT, 2 = V S, 3 = GND 3 6672 FEATURES Low supply curren

More information

Photo Modules for PCM Remote Control Systems

Photo Modules for PCM Remote Control Systems Phoo Modules for PCM Remoe Conrol Sysems TFMS 5..0 Available ypes for differen carrier frequencies Type f 0 Type f 0 TFMS 5300 30 khz TFMS 5330 33 khz TFMS 5360 36 khz TFMS 5370 36.7 khz TFMS 5380 38 khz

More information

Deblurring Images via Partial Differential Equations

Deblurring Images via Partial Differential Equations Deblurring Images via Parial Dierenial Equaions Sirisha L. Kala Mississippi Sae Universiy slk3@mssae.edu Advisor: Seh F. Oppenheimer Absrac: Image deblurring is one o he undamenal problems in he ield o

More information

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009 ECMA-373 2 nd Ediion / June 2012 Near Field Communicaion Wired Inerface (NFC-WI) Reference number ECMA-123:2009 Ecma Inernaional 2009 COPYRIGHT PROTECTED DOCUMENT Ecma Inernaional 2012 Conens Page 1 Scope...

More information

Electronic timer CT-MVS.12 Multifunctional with 1 c/o contact Data sheet

Electronic timer CT-MVS.12 Multifunctional with 1 c/o contact Data sheet Feaures Raed conrol supply volage 24-48 V DC, 24-240 V AC Mulifuncion imer wih 10 iming funcions: ON-delay, OFF-delay wih auxiliary volage, Impulse-ON, Impulse-OFF wih auxiliary volage, Symmerical ON-

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems MECHANICAL DATA 2 Pinning for TSOP348.., TSOP344..: = OUT, 2 = GND, 3 = V S Pinning for TSOP322.., TSOP324..: = OUT, 2 = V S, 3 = GND 3 6672 FEATURES Very low supply curren Phoo deecor and preamplifier

More information

Electric amplifiers. Table of contents. Features. RE 30095/04.11 Replaces: Types VT 5005 to VT Component series 1X 1/8

Electric amplifiers. Table of contents. Features. RE 30095/04.11 Replaces: Types VT 5005 to VT Component series 1X 1/8 Elecric amplifiers RE 30095/04. Replaces: 05.0 /8 Types VT 5005 o VT 5008 Componen series X 558_d Table of conens Conens Page eaures Ordering code uncional descripion Block diagram / pinou: VT 5005 and

More information

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks Social-aware Dynamic Rouer Node Placemen in Wireless Mesh Neworks Chun-Cheng Lin Pei-Tsung Tseng Ting-Yu Wu Der-Jiunn Deng ** Absrac The problem of dynamic rouer node placemen (dynrnp) in wireless mesh

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems TSOP32.., TSOP34.. IR Receiver Modules for Remoe 2 3 MECHANICAL DATA Pinning: = GND, 2 = V S, 3 = OUT 94 869 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for

More information

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling EE 330 Lecure 24 Amplificaion wih Transisor Circuis Small Signal Modelling Review from las ime Area Comparison beween BJT and MOSFET BJT Area = 3600 l 2 n-channel MOSFET Area = 168 l 2 Area Raio = 21:1

More information

Accurate Tunable-Gain 1/x Circuit Using Capacitor Charging Scheme

Accurate Tunable-Gain 1/x Circuit Using Capacitor Charging Scheme Accurae Tunable-Gain 1/x Circui Using Capacior Charging Scheme Byung-Do Yang and Seo Weon Heo This paper proposes an accurae unable-gain 1/x circui. The oupu volage of he 1/x circui is generaed by using

More information

The ramp is normally enabled but can be selectively disabled by suitable wiring to an external switch.

The ramp is normally enabled but can be selectively disabled by suitable wiring to an external switch. Vickers Amplifier Cards Power Amplifiers for Proporional Valves EEA-PAM-56*-A-14 Design EEA-PAM-561-A-14 for use wih valve ypes: KDG5V-5, * and KDG5V-7, 1* series EEA-PAM-568-A-14 for use wih valve ypes:

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems MECHANICAL DATA Pinning for : 1 = OUT, 2 = GND, 3 = V S 1926 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Opimized for Sony and

More information

Communications II Lecture 5: Effects of Noise on FM. Professor Kin K. Leung EEE and Computing Departments Imperial College London Copyright reserved

Communications II Lecture 5: Effects of Noise on FM. Professor Kin K. Leung EEE and Computing Departments Imperial College London Copyright reserved Communicaions II Lecure 5: Eecs o Noise on FM Proessor Kin K. Leung EEE and Compuing Deparmens Imperial College London Copyrigh reserved Ouline Recap o FM FM sysem model in noise Derivaion o oupu SNR Pre/de-emphasis

More information

P. Bruschi: Project guidelines PSM Project guidelines.

P. Bruschi: Project guidelines PSM Project guidelines. Projec guidelines. 1. Rules for he execuion of he projecs Projecs are opional. Their aim is o improve he sudens knowledge of he basic full-cusom design flow. The final score of he exam is no affeced by

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Linear Image Seor MN36RE Color CCD Linear Image Seor wih 7 Pixels each for R, G, and B Colors Overview The MN36RE is a high respoiviy CCD color linear image seor having low dark oupu floaing phoodiodes

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems MECHANICAL DATA Pinning for TSOP582.., TSOP584..: 1 = OUT, 2 = GND, 3 = V S Pinning for TSOP592.., TSOP594..: 1 = OUT, 2 = V S, 3 = GND 1926 FEATURES Low supply

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems 1926 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Supply volage: 2.5 V o 5.5 V Improved immuniy

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems 2 MECHNICAL DATA Pinning for TSOP44.., TSOP48..: = OUT, 2 = GND, 3 = V S Pinning for TSOP22.., TSOP24..: = OUT, 2 = V S, 3 = GND 3 6672 FEATURES Improved immuniy

More information

Knowledge Transfer in Semi-automatic Image Interpretation

Knowledge Transfer in Semi-automatic Image Interpretation Knowledge Transfer in Semi-auomaic Image Inerpreaion Jun Zhou 1, Li Cheng 2, Terry Caelli 23, and Waler F. Bischof 1 1 Deparmen of Compuing Science, Universiy of Albera, Edmonon, Albera, Canada T6G 2E8

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Supply volage: 2.5 V o 5.5 V Improved immuniy agains

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

More information

Comparitive Analysis of Image Segmentation Techniques

Comparitive Analysis of Image Segmentation Techniques ISSN: 78 33 Volume, Issue 9, Sepember 3 Compariive Analysis of Image Segmenaion echniques Rohi Sardana Pursuing Maser of echnology (Compuer Science and Engineering) GJU S& Hissar, Haryana Absrac Image

More information

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1 Passand Daa ransmission I References Phase-shif keying Chaper 4.-4.3, S. Haykin, Communicaion Sysems, Wiley. G. Inroducion Inroducion In aseand pulse ransmission, a daa sream represened in he form of a

More information

4.5 Biasing in BJT Amplifier Circuits

4.5 Biasing in BJT Amplifier Circuits 4/5/011 secion 4_5 Biasing in MOS Amplifier Circuis 1/ 4.5 Biasing in BJT Amplifier Circuis eading Assignmen: 8086 Now le s examine how we C bias MOSFETs amplifiers! f we don bias properly, disorion can

More information

On the disappearance of Tuesday effect in Australia

On the disappearance of Tuesday effect in Australia Edih Cowan Universiy Research Online ECU Publicaions Pre. 2011 2001 On he disappearance of Tuesday effec in Ausralia Chien-Ting Lin Lee Kian Lim Lin, C., & Lim, L. (2001). On he disappearance of Tuesday

More information

UNIT IV DIGITAL MODULATION SCHEME

UNIT IV DIGITAL MODULATION SCHEME UNI IV DIGIAL MODULAION SCHEME Geomeric Represenaion of Signals Ojecive: o represen any se of M energy signals {s i (} as linear cominaions of N orhogonal asis funcions, where N M Real value energy signals

More information

LECTURE 1 CMOS PHASE LOCKED LOOPS

LECTURE 1 CMOS PHASE LOCKED LOOPS Lecure 01 (8/9/18) Page 1-1 Objecive LECTURE 1 CMOS PHASE LOCKED LOOPS OVERVIEW Undersand he principles and applicaions of phase locked loops using inegraed circui echnology wih emphasis on CMOS echnology.

More information

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications IR Sensor Module for Reflecive Sensor, Ligh Barrier, and Fas Proximiy Applicaions 2 3 DESIGN SUPPORT TOOLS 6672 click logo o ge sared FEATURES Up o 2 m for presence and proximiy sensing Uses modulaed burss

More information

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags 2008 IEEE Inernaional Conference on RFID The Veneian, Las Vegas, Nevada, USA April 16-17, 2008 1C2.2 SLAM Algorihm for 2D Objec Trajecory Tracking based on RFID Passive Tags Po Yang, Wenyan Wu, Mansour

More information

4 20mA Interface-IC AM462 for industrial µ-processor applications

4 20mA Interface-IC AM462 for industrial µ-processor applications Because of he grea number of indusrial buses now available he majoriy of indusrial measuremen echnology applicaions sill calls for he sandard analog curren nework. The reason for his lies in he fac ha

More information

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept

A novel quasi-peak-detector for time-domain EMI-measurements F. Krug, S. Braun, and P. Russer Abstract. Advanced TDEMI measurement concept Advances in Radio Science (24) 2: 27 32 Copernicus GmbH 24 Advances in Radio Science A novel quasi-peak-deecor for ime-domain EMI-measuremens F. Krug, S. Braun, and P. Russer Insiue for High-Frequency

More information

Design of a directive and matched antenna with a planar EBG structure

Design of a directive and matched antenna with a planar EBG structure Design of a direcive and mached anenna wih a planar EBG srucure Halim Bouayeb, Kouroch Mahdjoubi, Anne-Claude Taro To cie his version: Halim Bouayeb, Kouroch Mahdjoubi, Anne-Claude Taro. Design of a direcive

More information

Royal Observatory of Belgium

Royal Observatory of Belgium R. Van Malderen 1, E. Poiaux 2, A. Klos 3, O. Bock 4, J. Bogusz 3, B. Chimani 5, M. Elias 6, M. Gruszczynska 3, J. Guijarro 7, S. Zengin Kazancı 8 and T. Ning 9 1 2 3 4 5 6 7 8 9 1. Moivaion and 2. 3.

More information

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications IR Sensor Module for Reflecive Sensor, Ligh Barrier, and Fas Proximiy Applicaions 2 3 DESIGN SUPPORT TOOLS Models Available MECHANICAL DATA Pinning: = OUT, 2 = GND, 3 = V S click logo o ge sared 6672 APPLICATIONS

More information

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 ISSCC 27 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 29.8 A 3GHz Swiching DC-DC Converer Using Clock- Tree Charge-Recycling in 9nm CMOS wih Inegraed Oupu Filer Mehdi Alimadadi, Samad Sheikhaei,

More information

State Space Modeling, Simulation and Comparative Analysis of a conceptualised Electrical Control Signal Transmission Cable for ROVs

State Space Modeling, Simulation and Comparative Analysis of a conceptualised Electrical Control Signal Transmission Cable for ROVs Sae Space Modeling, Simulaion and omparaive Analysis of a concepualised Elecrical onrol Signal ransmission able for ROVs James Naganda, Deparmen of Elecronic Engineering, Konkuk Universiy, Seoul, Korea

More information

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology.

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology. How oes PoaoSemi Kill inside Of I? Volage mode differenial Logic. New Paen IP. d MOS logic by using high frequency noise cancellaion echnology Poao I Normal I 2 1 20 19 Inpu1 Inpu2 Inpu3 ie Oupu1 Oupu2

More information

Development and Validation of Flat-Plate Collector Testing Procedures

Development and Validation of Flat-Plate Collector Testing Procedures Developmen and Validaion of Fla-Plae Collecor Tesing Procedures Repor for November, 2006 Focus on Energy (FOE) suppors solar hermal sysems ha displace convenional fuels by offering cash-back rebaes ha

More information

Preliminary AK8776. Overview. Features

Preliminary AK8776. Overview. Features AK8776 is a hall effec lach which deecs boh verical and horizonal (perpendicular and parallel o he marking side of he package) magneic field a he same ime and oupus he pulse (F) and roaional direcion (D).The

More information

IR Receiver Module for Light Barrier Systems

IR Receiver Module for Light Barrier Systems IR Receiver Module for Ligh Barrier Sysems TSSP4..SSXB Vishay Semiconducors DESIGN SUPPORT TOOLS Models Available 3 MECHANICAL DATA Pinning: = OUT, = GND, 3 = V S 7 click logo o ge sared DESCRIPTION The

More information

Digital Communications - Overview

Digital Communications - Overview EE573 : Advanced Digial Communicaions Digial Communicaions - Overview Lecurer: Assoc. Prof. Dr Noor M Khan Deparmen of Elecronic Engineering, Muhammad Ali Jinnah Universiy, Islamabad Campus, Islamabad,

More information

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B COMPETENCE IN MEASUREMENT Universal microprocessor-based ON/OFF and P programmable conroller MS8122A MS8122B TECHNICAL DESCRIPTION AND INSTRUCTION FOR USE PLOVDIV 2003 1 I. TECHNICAL DATA Analog inpus

More information

General data 8/91. Overview

General data 8/91. Overview SIRIUS 3RS0, 3RS, 3RS0, 3RS Temperaure Monioring Relays General daa Overview Temperaure seing LED "Device on volage" LED "Relay swiched" Hyseresis swich NSB0_04a LED for display "Up and Down" keys Roary

More information

Demodulation Based Testing of Off Chip Driver Performance

Demodulation Based Testing of Off Chip Driver Performance Demodulaion Based Tesing of Off Driver Performance Wilfried Daehn Hochschule Magdeburg-Sendahl Fachbereich Elekroechnik Posfach 368 39 Magdeburg Phone: ++49 39 886 4673 Fa: ++49 39 886 426 Email: wilfried.daehn@compuer.org

More information

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER INTRODUCTION: Being able o ransmi a radio frequency carrier across space is of no use unless we can place informaion or inelligence upon i. This las ransmier

More information

On Eliminating the Exposed Terminal Problem Using Signature Detection

On Eliminating the Exposed Terminal Problem Using Signature Detection 1 On Eliminaing he Exposed Terminal Problem Using Signaure Deecion Junmei Yao, Tao Xiong, Jin Zhang and Wei Lou Deparmen of Compuing, The Hong Kong Polyechnic Universiy, Hong Kong {csjyao, csxiong, csjzhang,

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems MECHANICAL DATA Pinning for : 1 = OUT, 2 = GND, 3 = V S 1926 FEATURES Improved immuniy agains HF and RF noise Low supply curren Phoo deecor and preamplifier

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours The Universiy of Melbourne Deparmen of Mahemaics and Saisics School Mahemaics Compeiion, 203 JUNIOR DIVISION Time allowed: Two hours These quesions are designed o es your abiliy o analyse a problem and

More information

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption An off-line muliprocessor real-ime scheduling algorihm o reduce saic energy consumpion Firs Workshop on Highly-Reliable Power-Efficien Embedded Designs Shenzhen, China Vincen Legou, Mahieu Jan, Lauren

More information

ENDA ETM442 DIGITAL TIMER

ENDA ETM442 DIGITAL TIMER english Read his documen carefully before using his device. The guaranee will be expired by damaging of he device if you don' aend o he direcions in he user manual. Also we don' accep any compensaions

More information

Volume Author/Editor: Simon Kuznets, assisted by Elizabeth Jenks. Volume URL:

Volume Author/Editor: Simon Kuznets, assisted by Elizabeth Jenks. Volume URL: This PDF is a selecion from an ou-of-prin volume from he Naional Bureau of Economic Research Volume Tile: Shares of Upper Income Groups in Income and Savings Volume Auhor/Edior: Simon Kuznes, assised by

More information

<IGBT Modules> CM400DY-13T HIGH POWER SWITCHING USE INSULATED TYPE

<IGBT Modules> CM400DY-13T HIGH POWER SWITCHING USE INSULATED TYPE dual swich (half-bridge) APPLICATION AC Moor Conrol, Moion/Servo Conrol, Power supply, ec. OPTION (Below opions are available.) PC-TIM (Phase Change Thermal Inerface Maerial) pre-apply VCEsa selecion for

More information

<IGBT Modules> CM500C2Y-24S HIGH POWER SWITCHING USE INSULATED TYPE

<IGBT Modules> CM500C2Y-24S HIGH POWER SWITCHING USE INSULATED TYPE dual pack (Emier common) Collecor curren IC...... 5 0 0 A Collecor-emier volage CES... 1 2 0 0 Maximum juncion emperaure T vjmax... 1 7 5 C Fla base Type Copper base plae Tin plaing ab erminals RoHS Direcive

More information

The student will create simulations of vertical components of circular and harmonic motion on GX.

The student will create simulations of vertical components of circular and harmonic motion on GX. Learning Objecives Circular and Harmonic Moion (Verical Transformaions: Sine curve) Algebra ; Pre-Calculus Time required: 10 150 min. The sudens will apply combined verical ranslaions and dilaions in he

More information

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation A Cogniive Modeling of Space using Fingerprins of Places for Mobile Robo Navigaion Adriana Tapus Roland Siegwar Ecole Polyechnique Fédérale de Lausanne (EPFL) Ecole Polyechnique Fédérale de Lausanne (EPFL)

More information

PSI U Series. Programmable DC Power Supplies W to 3000 W THE POWER TEST EXPERTS.

PSI U Series. Programmable DC Power Supplies W to 3000 W THE POWER TEST EXPERTS. PSI 9000 2U Series 1000 W o 3000 W Programmable DC Power Supplies THE POWER TEST EXPERTS PSI 9000 2U Series 1000 W o 3000 W Produc Overview PSI 9000 2U The PSI 9000 Series of high performance programmable

More information

DS Bit, Programmable, 100kHz Pulse-Width Modulator

DS Bit, Programmable, 100kHz Pulse-Width Modulator www.maxim-ic.com FEUE ingle 5-bi, programmable, pulse-widh modulaor (PWM) djusable Duy Cycle: 0% o 100% 2.7V o 5.5V Operaion andard Frequency Value: 100kHz 2-Wire ddressable Inerface Packages: 8-Pin (150-mil)

More information

Mobile Communications Chapter 3 : Media Access

Mobile Communications Chapter 3 : Media Access Moivaion Can we apply media access mehods from fixed neworks? Mobile Communicaions Chaper 3 : Media Access Moivaion SDMA, FDMA, TDMA Aloha Reservaion schemes Collision avoidance, MACA Polling CDMA SAMA

More information

<IGBT Modules> CM450C1Y-24T HIGH POWER SWITCHING USE INSULATED TYPE

<IGBT Modules> CM450C1Y-24T HIGH POWER SWITCHING USE INSULATED TYPE APPLICATION AC power swich dual swich (Collecor-common) OPTION (Below opions are available.) PC-TIM (Phase Change Thermal Inerface Maerial) pre-apply CEsa selecion for parallel connecion OUTLINE DRAWING

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems IR Receiver Modules for Remoe Conrol Sysems FEATURES Improved immuniy agains HF and RF noise Low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency Supply volage:

More information