Open Two Radio Switching Protocol (OTRSP)

Size: px
Start display at page:

Download "Open Two Radio Switching Protocol (OTRSP)"

Transcription

1 Ope Two Radio Switchig Protocol (OTRSP) Copyright 2009, 2019 Paul Youg. This work is licesed uder the Creative Commos Attributio 3.0 Licese. To view a copy of this licese, visit or sed a letter to Creative Commos, 171 2d Street, Suite 300, Sa Fracisco, Califoria, 94105, USA. Versio Date Author Chage Descriptio Aug 2009 Paul Youg First draft Aug 2009 Paul Youg Reduce umber of tables eeded for commad parsig. Make evets simpler. Add abort Aug 2009 Paul Youg Add reverse stereo Aug 2009 Paul Youg Add serial port speed, CR commad. Rewrite for greater clarity Ja 2010 Paul Youg Add descriptio of SO2R device. Chage wordig for cosistecy (o fuctioal chages) Sept 2010 Paul Youg Add FW commad ad voice keyer commads Jue 2011 Paul Youg Add o-com commuicatios Ja 2019 Paul Youg Multi-radio ad multi-operator extesios OTRSP Versio Prelimiary

2 Summary This is a protocol for commuicatig with a SO2R (Sigle Operator 2 Radio) device. It is a serial protocol ad is suitable for use o a physical or virtual serial port or other commuicatios chael. It is iteded to replace the LPT port which has historically bee used to cotrol a SO2R device ad to offer features which could ot be supported by the LPT port. This is a ope protocol. The authors disclaim ay proprietary or itellectual property rights to it. It may be implemeted by ayoe for ay legal purpose. SO2R Device A SO2R device is a device which coects to two radios ad allows a operator to select which radio is to be used for trasmittig ad receivig. The device provides a iterlockig capability oly oe trasmitter ca trasmit at a time. It may be possible for two receivers to be used at oce The SO2R device may optioally support a stereo mode where oe receiver is heard i each ear. The trasmitter which is selected is said to have trasmit focus. The receiver or receivers which are selected are said to have receive focus. The selectio of trasmit ad receive focus ca be cotrolled by the computer usig the OTRSP commads described i this documet. The SO2R device may optioally also have override capabilities where a operator ca force a specific trasmitter or receiver to have focus. A SO2R device may switch the microphoe, CW key, ad PTT sigals to a specific radio i order to give that radio trasmit focus. A SO2R device may optioally have a PTT switch or a coector for a exteral PTT pushbutto or footswitch. The SO2R device will coect this to the trasmitter which has focus. Usually the computer ca also set PTT. A SO2R device may optioally have auxiliary outputs. Typically if it has them it would have oe or two groups of four bit outputs. These ca be cotrolled by the computer. They are typically used for atea selectio. Although ot strictly part of SO2R operatio they have historically bee icluded i SO2R hardware. A SO2R device may optioally have cotrol iputs. These usually have o direct effect o the SO2R Box or the radios but a computer program ca read the values ad make chages based o them. The exceptio is the PTT switch which, if it exists, is a cotrol but also ca switch a radio from receive to trasmit. Figure 1 shows a example SO2R device. The microprocessor commuicates with the computer usig the OTRSP protocol ad it cotrols circuitry which switches the microphoe, key, PTT, ad headphoes. OTRSP Versio Prelimiary

3 Figure 1. A SO2R device A SO2R device may ot implemet all of these features. For example, it may ot have ay Aux outputs or additioal cotrols, ad there may be o maual override for the computer s trasmit ad receive focus selectio. Additioal devices may be packaged with the SO2R device. For example a box may also cotai a CW keyer or a soud card. These do ot affect the SO2R OTRSP fuctios. A SO2R device may optioally be able to cotrol more tha two radios. The OTRSP commads ca oly set trasmit ad receive focus for two radios. There is a commad which specifies which two radios to use. Serial Port Characteristics The stadard port parameters for a OTRSP SO2R device are 9600 baud, o parity, 8 bit data, oe stop bit. PTT ad CW PTT ad CW keyig ca be cotrolled by the serial port lies RTS ad DTR respectively. Support for PTT ad CW keyig are optioal, as they ca be doe i other ways, for example through a keyer. PTT is equivalet to LPT port pi 16. CW is equivalet to LPT port pi 17. OTRSP Versio Prelimiary

4 Note: It is possible for PTT ad CW to be implemeted usig RTS ad DTR o a serial port other tha the oe used for OTRSP commads. Commads, Resposes, ad Evets A commad is a strig of characters set from the cotrollig program to the SO2R device. A respose is a strig of characters set by the SO2R device to the cotrollig program i respose to a commad. A evet is a strig of characters set by the SO2R device to the cotrollig program i respose to a state chage i the SO2R device. All characters are from the UTF-8 character set. All commads, resposes, ad evets are termiated by a carriage retur, UTF-8 character 13. The carriage retur is represeted i this documet by the digbat. The parts of a commad are: Query Prefix Keyword Item Value Carriage Retur Sigle character?. If the query prefix is preset the commad is a query. Oe to six characters. The keyword idetifies the commad. Sigle digit, 0-9. May or may ot exist, depedig o the commad. Idetifies a particular item, such as a port or radio. Oe or more characters. Always preset if the commad is ot a query. Termiates a commad. There is o delimiter betwee the parts of a commad. Commads which are ot query commads will have a keyword, possibly a item ad a value. Commads which are query commads will have the query prefix, a keyword, ad possibly a item. All o-query commads have a equivalet query commad, which is the keyword ad possibly the item prefixed with the query prefix. The SO2R device respose will be the commad which would set the curret value. All commad ad evet strigs are at most 16 characters i legth. All resposes are less tha 40 characters i legth. These legths iclude the retur character. If a urecogized commad which is ot a query commad is set, the SO2R device will igore it. If a urecogized query commad is set, the SO2R device will respod with the same commad, icludig the questio mark. For example, if the cotrol program set?abc the SO2R device OTRSP Versio Prelimiary

5 would respod?abc. This ca be used to fid out if a commad is implemeted by the SO2R Device. If a query prefix with o keyword is set, the the respose will be the query prefix. I other words, if the cotrol program seds? the SO2R device will respod?. This ca be used as a pig commad to verify that the SO2R device is preset. All commads begiig with the letter V are reserved ad vedor specific. A vedor might use commads for device specific fuctios such as firmware update or device-specific status. These are ot meat for ormal SO2R device features. If a ew feature is desired a vedor should propose a ew commad to be added to the protocol so that all vedors who support the feature will do so i the same way. Supported Commads This is the complete set of commads (other tha the voice keyer extesio) as of this versio of the protocol: Commad TX Item Value Set which radio has trasmit focus. The values of are 1 ad 2. The?TX commad returs the actual radio which has trasmit focus, which may be differet tha what was set by the previous TX commad if the device selectio has bee overridde, for example by a frot pael switch o the SO2R device. This is the equivalet of LPT port pis 3 ad 14. RX Set which radios have receive focus, possibly receivig i stereo. The values of are 1, 2, 1S, 2S, 1R, ad 2R. There are four choices for what radio or radios are coected to the headphoes. a. Radio 1 is coected to both headphoes. b. Radio 2 is coected to both headphoes. c. Radio 1 is coected to the left headphoe ad radio 2 is coected to the right headphoe. This is called stereo. d. Radio 1 is coected to the right headphoe ad radio 2 is coected to the left headphoe. This is called reverse stereo. Not all SO2R devices support all of these modes. The value has iformatio for a SO2R device to use a mode it supports. These are the values ad what they mea: OTRSP Versio Prelimiary

6 Value Fuctio 1 Coect radio 1 to both headphoes. 2 Coect radio 2 to both headphoes. 1S 2S 1R 2R Coect radio 1 to the left headphoe ad radio 2 to the right headphoe (stereo). If stereo is ot possible coect radio 1 to both headphoes. Coect radio 1 to the left headphoe ad radio 2 to the right headphoe (stereo). If stereo is ot possible coect radio 2 to both headphoes. Coect radio 1 to the right headphoe ad radio 2 to the left headphoe (reverse stereo). If reverse stereo is ot possible coect radio 1 to the left headphoe ad radio 2 to the right headphoe (stereo). If stereo is ot possible coect radio 1 to both headphoes. Coect radio 1 to the right headphoe ad radio 2 to the left headphoe (reverse stereo). If reverse stereo is ot possible coect radio 1 to the left headphoe ad radio 2 to the right headphoe (stereo). If stereo is ot possible coect radio 2 to both headphoes. The?RX commad returs the mode actually set for the receivig radio which may be differet tha what was set by the previous RX commad if the SO2R device does ot support the requested mode or if the device selectio has bee overridde, for example by a frot pael switch o the SO2R device. Receiver selectio is the equivalet of LPT port pi 4. Stereo selectio is the equivalet of LPT port 5. AUX x Sets the auxiliary port. x is the port umber. The values of x are 0-9. The value of is a oe to three digit decimal umber. The value of is If the auxiliary port does ot exist the commad is igored. If the value is larger tha the port supports the high order bits will be igored. There is a covetio that auxiliary port 1 cotais bad or atea iformatio for radio 1 ad auxiliary port 2 cotais bad or atea iformatio for radio 2. The?AUXx commad returs the value actually set for a port ad will ot iclude bits which were igored. For example, if port 1 is 4 bits, the commad AUX125 will set the value to 9 ad?aux1 will retur AUX19. If a port does ot exist the respose to a query for that port would be that the commad does ot exist. For example,?aux0 would retur?aux0 if there is o port 0. OTRSP Versio Prelimiary

7 Auxiliary port 1 is equivalet to LPT port pis 2, 7, 8, 9. BAND x Tells the SO2R device the bad iformatio for a radio. x is the radio umber. The values of x are 1 or 2. The value of is the frequecy i MHz of the bottom of the bad, for example 3.5 or 144. If the bad is ot set?band would retur BAND0. MODE x Tells the SO2R device the mode iformatio for a radio. x is the radio umber. The values of x are 1 or 2. The value of is C for CW, U for USB, L for LSB, R for RTTY, F for FM, A for AM, X for other. If the mode is ot set?mode would retur MODE0. MAP x Tells the SO2R device to map a physical radio to oe of the two radios specified i the TX ad RX commads. X is the radio umber. The values of x are 1 or 2. The value of is a oe to three digit umber correspodig to the physical radio. This commad is iteded for SO2R devices which support more tha two radios. It is ot eeded for a SO2R device which supports oly two radios. If this commad is ot implemeted it is assumed that radio 1 specified i the TX ad RX commads is always physical radio 1 ad radio 2 is always physical radio 2. The cotrollig program should ot issue this commad uless it is prepared to deal with a SO2R device havig more tha two radios coected. NAME Sets the ame of the SO2R device. The value of is the ame to set the SO2R device to. This commad is usually igored. The?NAME commad is more useful as it returs the ame of the SO2R device. The maximum legth of the ame is 32 bytes. It is valid to use characters from the multibyte UTF-8 character set but be aware that some programs might ot hadle these characters correctly. FW Sets the firmware versio of the SO2R device. The value of is the firmware versio to set the SO2R device to. The format of the firmware versio is x.y.z where x is the major OTRSP Versio Prelimiary

8 versio, y is the mior versio, ad z is the product or patch versio. x, y, ad z are oe to three digit umbers with optioal leadig zeros. This commad is usually igored. The?FW commad is more useful as it returs the firmware versio of the SO2R device. CR x Sets the value of a cotrol. x is the cotrol. The values of x are 0-9. The value of is the value to set the cotrol to. This commad is usually igored, as cotrols usually caot be writte to. The?CR commad is more useful because it returs the curret value of the cotrol. Cotrols ca be items such as switches, which will retur values 0 if ope ad 1 if closed, or a more complex cotrol which ca retur a value betwee 0 ad 255. CR0 is reserved for a PTT switch which is kow to have the side effect of activatig the trasmitter which has trasmit focus. ERX Eable RX evets. The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Evets sectio for more details. ETX Eable TX evets. The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Evets sectio for more details. ECR x Eables evets for a cotrol. The values of x are 0-9. The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Evets sectio for more details. Usolicited Evets If usolicited evets are eabled the SO2R device may sed usolicited strigs to the cotrollig program. All usolicited evets are disabled by default. The evet will start with the $ character, followed by the evet ame, item umber if used, value, ad a carriage retur. Eablig a evet which has a value causes it to immediately sed a evet strig with the curret value of the evet. The evets curretly defied are: Evet Item Value OTRSP Versio Prelimiary

9 RX The receiver selectio has chaged. The values of are 1, 1S, 1R, 2, 2R, ad 2S. The chage could be i respose to a commad or to a chage i the SO2R device, such as a user throwig a switch to set the receiver. TX The trasmit focus has chaged. The values of are 1 or 2. The chage could be i respose to a commad or to a chage i the SO2R device such as a user throwig a switch to set the trasmitter. AB The user has doe somethig bad, such as tryig to chage the trasmit focus while PTT is set. The cotrollig program should abort ay trasmissio if possible. CR x A cotrol has bee chaged. x is the cotrol idex. is the value, which ca rage from 0 to 255, expressed as a oe to three digit iteger. Switches ormally have values of 0 for ope ad 1 for closed. Timig ad Sychroizatio The SO2R device operates as a sychroous device. Commads are executed i order. A commad completes before the ext commad is started. A SO2R device is expected to be able to accept characters while it is sedig characters. It is ot ecessary for the cotrol program to wait for the result of a query before sedig aother commad. There is a limit to how fast commads ca be set to a SO2R device. Normally at least five commads ca be set at a time. However the SO2R device may have a buffer as small as 64 characters so if log commads are set it may lose characters. Also the SO2R device may have a limited output buffer size. If may queries are set this buffer could be filled. Sice most queries are almost the same legth as their resposes this should ot be a problem i ormal use. Note that the?name commad may sed a loger respose tha other commads. The SO2R device must ot sed evets frequetly eough that they will overru a ormal commuicatios buffer. A SO2R device is expected to respod to a query withi 250 ms. OTRSP Versio Prelimiary

10 Commad examples TX1 RX2S AUX17?AUX9 MODE1L?NAME?FW?XXXX?CR0 ECR21 Future trasmissios will be from radio 1. Receive stereo if possible, otherwise from radio 2. Set the value of the auxiliary port 1 pis to 7. If there is a aux 9 port the the SO2R device would respod AUX9 where is the curret value o the port. If there is o aux 9 port the so2r device would respod?aux9. Radio 1 has bee set to lower sidebad. The SO2R device respods NAME followed by the ame of the device followed by a carriage retur. If the device was amed SO2R Device it would respod with NAMESO2R The SO2R device respods FW followed by the firmware versio of the device followed by a carriage retur. If the major versio was 1, the mior was 2, ad the patch was 34 it could respod with FW XXXX is ot a kow commad. Reply?XXXX. Returs the value of the CR0 cotrol. The device replies with the curret value. This is ormally a PTT switch. If the switch was closed it would respod CR01. If the switch was ope it would respod CR00. If there is o PTT switch it would respod?cr0. OTRSP Versio Prelimiary

11 ?ECR2 EAB1 TX1?TX TX1 RX1?TX?RX Eable evet CR2. The device replies with a evet that cotais the curret value of CR2. If CR2 were a footswitch which was ot pressed it would reply $CR20. If the switch were later pressed it would sed $CR21. If the SO2R device does ot have a CR2 cotrol there will be o respose. Returs ECR21 if the CR2 evet is eabled or ECR20 if ot. If the SO2R device does ot have a CR2 cotrol it will respod?ecr2. Turs o the abort evet. There is o respose. If the SO2R device wats trasmissio to cease it will sed $AB. Future trasmissios will be from radio 1. The device will respod TX1. It will ot respod util the trasmit focus has bee set to radio 1. Future trasmissios will be from radio 1. Radio 1 will be the receivig radio. The device will respod TX1 RX1 after radio 1 has trasmit ad receive focus. Miimum Device Implemetatio A SO2R Device must implemet the followig: The TX ad RX commads ad the?tx ad?rx commads. The AUX commad ad?aux commad if it has ay Auxiliary ports. The?NAME commad. For?<commad> where the commad or item is ot recogized, retur the the commad umodified. It should be capable of operatio o a port set to 9600 baud, o parity, 8 data bits, 1 stop bit. Miimum Cotrol Program Implemetatio A cotrol program could replace LPT port SO2R cotrol with this protocol by implemetig the followig: OTRSP Versio Prelimiary

12 The TX1, TX2, RX1, RX2, RX1S, RX2S, RX1R, ad RX2R commads. RX1R ad RX2R ca be treated as RX1S ad RX2S. RTS as a PTT cotrol if appropriate. The AUX1 commad if the cotrol program supports sedig bad or atea iformatio. Note that the SO2R device will ever sed ay characters uless a commad is set that causes a respose or a evet is eabled. A miimum implemetatio ca sed commads ad ever eeds to read aythig. If the cotrol program sets the speed of the serial lie it should be capable of settig it to 9600 baud. Cotrol program ehacemets Sed?NAME after coectig to the SO2R device ad display or log the result. If the cotrol program ca provide iformatio for two radios use the AUX2 commad to put out this iformatio for the secod radio. If the SO2R device is kow to be very slow it might be prudet to sed a TX commad followed by a?tx commad ad to wait for the result before trasmittig. Sed the BAND ad MODE commads. The SO2R device will igore them if it has ot implemeted them. Eable the abort evet ad stop trasmittig if a abort evet is received. This ca help protect a good statio from a bad operator. Eable evets for receive ad trasmit selectio ad set trasmit ad receive focus if they are differet tha the curret selectios. Eable evets for a couple cotrols ad allow them to be mapped to useful fuctios, for example allowig a footswitch cotrol to chage focus. Use the MAP commad to hadle more tha two radios. Voice Keyer Extesio OTRSP ca be used to cotrol a voice keyer. This uses additioal commads ad evets. The commads ad evets will ot be recogized by a SO2R box which does ot implemet a voice keyer. OTRSP Versio Prelimiary

13 The voice keyer is ot strictly part of a SO2R device but there are several SO2R devices with itegrated voice keyers. The voice keyer logically is betwee the microphoe ad the microphoe switch. The voice keyer is expected to assert PTT whe it plays a message ad to drop PTT whe it fiishes or aborts the message. Supported Voice Keyer Commads Commad KR Item Value Starts recordig a message. is the message umber, which ca rage from 1 to 255, expressed as a oe to three digit iteger. Not all voice keyers support all message umbers. The?KR commad returs the message umber of the message curretly beig recorded or 0 if o message is beig recorded. KS Stops recordig. The commad has o effect if a message is ot beig recorded. The?KS commad returs KS. KP Starts playig a message. N is the message umber, which ca rage from 1 to 255. The behavior of the KP commad whe the voice keyer is already playig a message is ot defied. The?KP commad returs the message umber of the message curretly playig or 0 if o message is beig played. KA Aborts ay message which is beig played. The commad has o effect if a message is ot beig played. The?KA commad returs KA. EKR Eable voice keyer record evets. The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Voice Keyer Evets sectio for more details. EKP Eable voice keyer play evets. The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Voice Keyer Evets sectio for more details. Usolicited Voice Keyer Evets The voice keyer ca sed usolicited evets if they are eabled. OTRSP Versio Prelimiary

14 The evets curretly defied are: Evet Item Value KR The voice keyer has started or stopped recordig. The value of is the message umber or 0 if the voice keyer has stopped recordig. KP The keyer has started or stopped playig. The value of is the message umber or 0 if the keyer has stopped playig. Voice Keyer commad examples KR1 KS KP1 KA?KR EKP1 Start recordig message 1. Fiish recordig the message beig recorded. Start playig message 1. Abort the curretly playig message. Returs the umber of the message curretly beig recorded. If message 1 is beig recorded the device will respod KR1. If o message is beig recorded the device will respod KR0. If the SO2R device does ot have a voice keyer it will respod?kr. Eable voice keyer playback evets. The device replies with a evet that cotais the curret message beig played, or 0 if o message is beig played. If message 2 is beig played it would reply $KP2. If the SO2R device does ot have a voice keyer there will be o respose. Commuicatios over Other Chaels The OTRSP protocol was origially desiged to be used with serial ports with RTS ad DTR capabilities. It ca be used with other iterfaces such as amed pipes. Other iterfaces do ot OTRSP Versio Prelimiary

15 provide modem sigals, therefore a additioal commad is eeded to cotrol PTT. This commad is oly supported whe RTS is ot available. Commad X Item Value Turs PTT o or off. PTT is tured o if the is 1, ad off if it is 0. Commad examples X1?X Tur o PTT. Returs X1 if PTT has bee tured o usig the X commad ad X0 otherwise. If the SO2R device is ot supportig this commad it will retur?x. Some commuicatios mechaisms are message orieted. For example, Widows amed pipes are usually used i message mode. There is o requiremet that commads have ay correspodece with messages. It is recommeded that a SO2R device usig such a mechaism accept messages of at least 40 characters ad that it sed oe character per message. Multi-Radio ad Multi-Operator Extesios The OTRSP protocol hadles two radios at a time ad provide for a sigle stereo output. This optioal extesio allow cotrol of additioal radios ad outputs. Up to 36 radios ad 36 stereo outputs ca be supported. Although radios may use the umbers 0 9, for iteroperability with loggig program implemetatios which do ot use exteded commads, the first radio should be radio 1 ad the secod should be radio 2. Extesios to supported commads These are the commads which have exteded values. Their use is backwards compatible with o-exteded implemetatios: Commad TX Item Value Set which radio has trasmit focus. The value of ca be ay umeric digit or upper case alphabetic character (0 9 or A Z). The?TX commad returs the actual radio which has trasmit focus, which may be differet tha what was set by the previous TX commad if OTRSP Versio Prelimiary

16 the device selectio has bee overridde, for example by a frot pael switch o the SO2R device, or if the specified TX device does ot exist. MAP x Tells the SO2R device to map a physical radio to oe of the radios specified i the TX, RX, ad PH commads. The item is the radio umber. The value of x ca be ay umeric digit or upper case alphabetic character (0 9 or A Z). The value of is a oe to three digit umber correspodig to the physical radio. This commad is iteded for SO2R devices which support more tha two radios. It is ot eeded for a SO2R device which supports oly two radios. If this commad is ot implemeted it is assumed that radio 1 specified i the TX, RX, ad PH commads is always physical radio 1, radio 2 is always physical radio 2 etc. Supported Multi-Radio ad Multi-Operator commads These are the commads which have exteded values. Their use is backwards compatible with o-exteded implemetatios: Commad Item Value PH x Set which radios are coected to a pair of headphoes. The item is the headphoes. The value of x ca be ay umeric digit or upper case alphabetic character (0 9 or A Z). The value of is a list of which radio outputs are coected to the headphoes. Each radio has two outputs, left ad right. These outputs could be coected to the left or right headphoes chael. The strig cotais the radios for the left headphoes chael, a dot, ad the radios for the right chael. A radio s left or right chael is specified by usig the left or right brackets before the radio umber. For example [1 is radio oe left chael ad ]2 is radio 2 right chael. A bracket effects all radios specified after it util the ext bracket is see. For example [12 specifies the left chaels of radio 1 ad radio 2. If a bracket is ot specified before the first radio a left bracket is assumed. If the device is ot capable of coectig multiple radio chaels to a headphoe chael the first specified radio chael will be used. If the specified radio chael caot be coected to the specified device the result is devicedepedet. It may coect a differet chael or make o coectio. EPH x OTRSP Versio Prelimiary

17 Eables PH evets. The item is the headphoes. The value of x ca be ay umeric digit or upper case alphabetic character (0 9 or A Z). The value of is 1 to eable the evets ad 0 to disable the evets. See the Usolicited Evets sectio for more details. Commad examples PH11.2 PH11.]1 PH113.2]3 EPH21 Headphoes 1 will liste to radio 1 left chael i the left ear ad radio 2 left chael i the right ear. Headphoes 1 will liste to radio 1 left chael i the left ear ad radio 1 right chael i the right ear. Headphoes 1 will liste to radio 1 left chael ad radio 3 left chael i the left ear ad radio 2 left chael ad radio 3 right chael i the right ear. Eable evet for headphoes 2. The device replies with a evet that cotais the curret value of headphoes 2. If the SO2R device does ot have headphoes 2 there will be o respose. Compatibility If radios other tha 1 ad 2 are used for TX the?tx commad ad TX evets will show trasmitters other tha 1 or 2. This could be a problem if a loggig program which does ot implemet multi-radio extesios rus after a loggig program that does. The RX commad always operates o the same chaels as PH1. Headphoes 1 ca be chaged usig either commad. The?RX query ad RX evets may be icapable of showig the results of a PH commad. If the PH commad is used the the?rx commad may show iformatio which is completely icorrect. PH commads may ot trigger RX evets. If a PH commad coects receivers to headphoes 1 i a way that matches a RX commad the the result of a RX query should be correct. If the RX commad is used the the?ph1 commad must correctly show the selected radio chaels. OTRSP Versio Prelimiary

Lecture 13: DUART serial I/O, part I

Lecture 13: DUART serial I/O, part I Lecture 13: DUART serial I/O, part I The bi picture of serial commuicatios Aalo commuicatios Modems Modulatio-demodulatio methods Baud rate Vs. Bits Per Secod Diital serial commuicatios Simplex, half-duplex

More information

Zonerich AB-T88. MINI Thermal Printer COMMAND SPECIFICATION. Zonerich Computer Equipments Co.,Ltd MANUAL REVISION EN 1.

Zonerich AB-T88. MINI Thermal Printer COMMAND SPECIFICATION. Zonerich Computer Equipments Co.,Ltd  MANUAL REVISION EN 1. Zoerich AB-T88 MINI Thermal Priter COMMAND SPECIFICATION MANUAL REVISION EN. Zoerich Computer Equipmets Co.,Ltd http://www.zoerich.com Commad List Prit ad lie feed Prit ad carriage retur Trasmissio real-time

More information

TMCM BLDC MODULE. Reference and Programming Manual

TMCM BLDC MODULE. Reference and Programming Manual TMCM BLDC MODULE Referece ad Programmig Maual (modules: TMCM-160, TMCM-163) Versio 1.09 August 10 th, 2007 Triamic Motio Cotrol GmbH & Co. KG Sterstraße 67 D 20357 Hamburg, Germay http:www.triamic.com

More information

Density Slicing Reference Manual

Density Slicing Reference Manual Desity Slicig Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting FXY Series DIN W7 6mm Of er/timer With Idicatio Oly Features ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) method or o-voltage iput (NPN) method Iput mode: Up, Dow, Dow Dot for Decimal Poit

More information

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer FX/FX/FX Series DIN W7 7, W8 96, W 7mm er/timer Features 6 iput modes ad output modes ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) or No voltage iput (NPN) dditio of Up/Dow iput mode Wide

More information

EVB-EMC14XX User Manual

EVB-EMC14XX User Manual The iformatio cotaied herei is proprietary to SMSC, ad shall be used solely i accordace with the agreemet pursuat to which it is provided. Although the iformatio is believed to be accurate, o resposibility

More information

Technical Explanation for Counters

Technical Explanation for Counters Techical Explaatio for ers CSM_er_TG_E Itroductio What Is a er? A er is a device that couts the umber of objects or the umber of operatios. It is called a er because it couts the umber of ON/OFF sigals

More information

HB860H 2-phase Hybrid Servo Drive

HB860H 2-phase Hybrid Servo Drive HB860H 2-phase Hybrid Servo Drive 20-70VAC or 30-100VDC, 8.2A Peak No Tuig, Nulls loss of Sychroizatio Closed-loop, elimiates loss of sychroizatio Broader operatig rage higher torque ad higher speed Reduced

More information

Subscriber Pulse Metering (SPM) Detection

Subscriber Pulse Metering (SPM) Detection Subscriber Pulse Meterig () Detectio Versatile telephoe call-charge ad security fuctios for PBX, Payphoe ad Pair-Gai applicatios - employig CML s family of 12kHz ad 16kHz ICs INNOVATIONS INV/Telecom//1

More information

ELEC 204 Digital Systems Design

ELEC 204 Digital Systems Design Fall 2013, Koç Uiversity ELEC 204 Digital Systems Desig Egi Erzi College of Egieerig Koç Uiversity,Istabul,Turkey eerzi@ku.edu.tr KU College of Egieerig Elec 204: Digital Systems Desig 1 Today: Datapaths

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

Lecture 4: Frequency Reuse Concepts

Lecture 4: Frequency Reuse Concepts EE 499: Wireless & Mobile Commuicatios (8) Lecture 4: Frequecy euse Cocepts Distace betwee Co-Chael Cell Ceters Kowig the relatio betwee,, ad, we ca easily fid distace betwee the ceter poits of two co

More information

AN Interconnection between JESD204A compliant devices. Document information

AN Interconnection between JESD204A compliant devices. Document information Rev. 2 23 September 2010 Applicatio ote Documet iformatio Ifo Keywords Abstract Cotet JESD204A, Data coverters, CML, LVDS, Jitter, Couplig This documet describes the itercoectios that are required betwee

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

202 Chapter 9 n Go Bot. Hint

202 Chapter 9 n Go Bot. Hint Chapter 9 Go Bot Now it s time to put everythig you have leared so far i this book to good use. I this chapter you will lear how to create your first robotic project, the Go Bot, a four-wheeled robot.

More information

}, how many different strings of length n 1 exist? }, how many different strings of length n 2 exist that contain at least one a 1

}, how many different strings of length n 1 exist? }, how many different strings of length n 2 exist that contain at least one a 1 1. [5] Give sets A ad B, each of cardiality 1, how may fuctios map A i a oe-tooe fashio oto B? 2. [5] a. Give the set of r symbols { a 1, a 2,..., a r }, how may differet strigs of legth 1 exist? [5]b.

More information

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n Sectio 6 7A Samplig Distributio of the Sample Meas To Create a Samplig Distributio of the Sample Meas take every possible sample of size from the distributio of x values ad the fid the mea of each sample

More information

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB 1 of 7 PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB BEFORE YOU BEGIN PREREQUISITE LABS Itroductio to Oscilloscope Itroductio to Arbitrary/Fuctio Geerator EXPECTED KNOWLEDGE Uderstadig of LTI systems. Laplace

More information

HELIARC. THE FIRST NAME IN TIG.

HELIARC. THE FIRST NAME IN TIG. HELIARC. THE FIRST NAME IN TIG. YOU AND HELIARC. NOT EVERYONE APPRECIATES THE BEAUTY OF A TRULY GREAT WELD. BUT YOU DO. YOU VE PUT IN THE YEARS AND MASTERED THE ART AND CRAFT OF GTAW (TIG). AND EVER SINCE

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

Electronic motor protection relay

Electronic motor protection relay Electroic motor protectio relay Type CET 5 - overview CET 5 - A motor protectio system The CET 5 provides umatched capabilities for the protectio, moitorig ad cotrol of idustrial motors. Suitable for all

More information

CareMat C DATASHEET. The pressure-sensitive mat for supervision of people with dementia and disorientation. RoHS

CareMat C DATASHEET. The pressure-sensitive mat for supervision of people with dementia and disorientation. RoHS aremat DATASHEET The pressure-sesitive mat for supervisio of people with demetia ad disorietatio Product Descriptio aremat is used i retiremet ad ursig homes as well as i hospitals ad similar facilities.

More information

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997 August 997 Features Guarateed V Operatio Very Low Curret Cosumptio (Typ).... µa at V All Outputs TTL Compatible O Chip Oscillator Feedback Resistor Oscillator Requires Oly Exteral compoets: Fixed Capacitor,

More information

4. INTERSYMBOL INTERFERENCE

4. INTERSYMBOL INTERFERENCE DATA COMMUNICATIONS 59 4. INTERSYMBOL INTERFERENCE 4.1 OBJECT The effects of restricted badwidth i basebad data trasmissio will be studied. Measuremets relative to itersymbol iterferece, usig the eye patter

More information

Teridian V.22 bis Linux Softmodem for 73M1822/73M1922 MicroDAA User Guide Rev. 1.5 April 7, 2009 UG_1x22_043

Teridian V.22 bis Linux Softmodem for 73M1822/73M1922 MicroDAA User Guide Rev. 1.5 April 7, 2009 UG_1x22_043 Simplifyig System Itegratio TM Teridia V.22 bis Liux Softmodem for 73M1822/73M1922 MicroDAA User Guide Rev. 1.5 April 7, 2009 UG_1x22_043 V.22 bis Liux Softmodem for 73M1x22 MicroDAA User Guide UG_1x22_043

More information

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING H. Chadsey U.S. Naval Observatory Washigto, D.C. 2392 Abstract May sources of error are possible whe GPS is used for time comparisos. Some of these mo

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

A study on the efficient compression algorithm of the voice/data integrated multiplexer

A study on the efficient compression algorithm of the voice/data integrated multiplexer A study o the efficiet compressio algorithm of the voice/data itegrated multiplexer Gyou-Yo CHO' ad Dog-Ho CHO' * Dept. of Computer Egieerig. KyiigHee Uiv. Kiheugup Yogiku Kyuggido, KOREA 449-71 PHONE

More information

Pulse Width Modulated to Pneumatic Output (Closed Loop)

Pulse Width Modulated to Pneumatic Output (Closed Loop) Pulse Width Modulated to Peumatic Output (Closed Loop) Dual ad Sigle Valve, Stadard ad Fail Safe FEATURES Accepts cotact closure, trasistor, or triac iputs Field Selectable Iput Pulse Rages, plus Phase

More information

ERX 3003 / RX 3003 HF Exciter / VLF-HF Receiver

ERX 3003 / RX 3003 HF Exciter / VLF-HF Receiver ERX 3003 / RX 3003 HF Exciter / VLF-HF Receiver ERX 3003 / RX 3003 Pushig the Limits 24 khz* widebad capability Software Defied HF Exciter/VLF-HF Receiver FEATURES Frequecy rage: 1.5 MHz - 30 MHz trasmit

More information

Measurement of Equivalent Input Distortion AN 20

Measurement of Equivalent Input Distortion AN 20 Measuremet of Equivalet Iput Distortio AN 2 Applicatio Note to the R&D SYSTEM Traditioal measuremets of harmoic distortio performed o loudspeakers reveal ot oly the symptoms of the oliearities but also

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

IEEE Protocol Implementation And Measurement Of Current Consumption by Rajan Rai

IEEE Protocol Implementation And Measurement Of Current Consumption by Rajan Rai Electrical ad Computer Egieerig Departmet IEEE 82.15.4 Protocol Implemetatio Ad Measuremet Of Curret Cosumptio by Raja Rai Advisor : Dr. James M. Corad Committee : Dr. Iva L. Howitt Dr. Yogedra P. Kakad

More information

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS Molecular ad Quatum Acoustics vol. 7, (6) 95 DGTALL TUNED SNUSODAL OSCLLATOR USNG MULTPLE- OUTPUT CURRENT OPERATONAL AMPLFER FOR APPLCATONS N HGH STABLE ACOUSTCAL GENERATORS Lesław TOPÓR-KAMŃSK Faculty

More information

ECE 333: Introduction to Communication Networks Fall Lecture 4: Physical layer II

ECE 333: Introduction to Communication Networks Fall Lecture 4: Physical layer II ECE 333: Itroductio to Commuicatio Networks Fall 22 Lecture : Physical layer II Impairmets - distortio, oise Fudametal limits Examples Notes: his lecture cotiues the discussio of the physical layer. Recall,

More information

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94595A AME5046 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003 troductio to Wireless Commuicatio ystems ECE 476/ECE 501C/C 513 Witer 2003 eview for Exam #1 March 4, 2003 Exam Details Must follow seatig chart - Posted 30 miutes before exam. Cheatig will be treated

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94597A AME28461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

32-Channel, 16-/14-Bit, Serial Input, Voltage Output DAC AD5372/AD5373

32-Channel, 16-/14-Bit, Serial Input, Voltage Output DAC AD5372/AD5373 32-Chael, 6-/4-Bit, Serial Iput, Voltage Output DAC AD5372/AD5373 FEATURES 32-chael DAC i a 64-lead LQFP AD5372/AD5373 guarateed mootoic to 6/4 bits Maximum output voltage spa of 4 VREF (20 V) Nomial output

More information

GAI-TRONICS. Termination Panels and Telephone Interconnect. Basic Remote Desksets (Tone, DC and Local)

GAI-TRONICS. Termination Panels and Telephone Interconnect. Basic Remote Desksets (Tone, DC and Local) GAI-TRONICS A Hubbell Compay Termiatio Paels ad Telephoe Itercoect Basic Remote Desksets (Toe, DC ad Local) Advaced Remote Desksets with Pagig ad MDC1200 Navigator PC-Based Dispatch Cosoles CommadPLUS

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Copyright The McGraw-HillCompaies, Ic. Permissio required for reproductio or display. Computig Layers Chapter 3 Digital Logic Structures Problems Algorithms Laguage Istructio Set Architecture Microarchitecture

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

Technical Requirements for Fixed Line-of-Sight Radio Systems Operating in the Band GHz

Technical Requirements for Fixed Line-of-Sight Radio Systems Operating in the Band GHz Issue 3 December 2010 Spectrum Maagemet ad Telecommuicatios Stadard Radio System Pla Techical Requiremets for Fixed Lie-of-Sight Radio Systems Operatig i the Bad 14.5-15.35 GHz Jauary 2013 - Evelope B

More information

AB1A Driver Box User Manual

AB1A Driver Box User Manual AB1A Driver Box User Maual 2d Editio AUGUST 2001 P/N :AB1A-458-000-c AB1A Driver Box User Maual A Copyright This documet cotais proprietary iformatio of Naomotio Ltd, ad Naomotio Ic, ad may ot be reproduced

More information

COS 126 Atomic Theory of Matter

COS 126 Atomic Theory of Matter COS 126 Atomic Theory of Matter 1 Goal of the Assigmet Video Calculate Avogadro s umber Usig Eistei s equatios Usig fluorescet imagig Iput data Output Frames Blobs/Beads Estimate of Avogadro s umber 7.1833

More information

ELEC 350 Electronics I Fall 2014

ELEC 350 Electronics I Fall 2014 ELEC 350 Electroics I Fall 04 Fial Exam Geeral Iformatio Rough breakdow of topic coverage: 0-5% JT fudametals ad regios of operatio 0-40% MOSFET fudametals biasig ad small-sigal modelig 0-5% iodes (p-juctio

More information

TS1700 & TK18 THERMAL PRINTERS. Operation manual Rev 2.1

TS1700 & TK18 THERMAL PRINTERS. Operation manual Rev 2.1 TS1700 & TK18 THERMAL PRINTERS Operatio maual Rev 2.1 INDEX 1 INTRODUCTION...3 2 IMPORTANT NOTES ON THERMAL PRINTER HANDLING...4 2.1. SAFETY PRECAUTIONS...4 2.2. ABSOLUTE MAXIMUM RATINGS...5 2.3. CLEANING

More information

Introduction to OSPF

Introduction to OSPF Itroductio to OSPF ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 3 rd October

More information

Spread Spectrum Signal for Digital Communications

Spread Spectrum Signal for Digital Communications Wireless Iformatio Trasmissio System Lab. Spread Spectrum Sigal for Digital Commuicatios Istitute of Commuicatios Egieerig Natioal Su Yat-se Uiversity Spread Spectrum Commuicatios Defiitio: The trasmitted

More information

By: Pinank Shah. Date : 03/22/2006

By: Pinank Shah. Date : 03/22/2006 By: Piak Shah Date : 03/22/2006 What is Strai? What is Strai Gauge? Operatio of Strai Gauge Grid Patters Strai Gauge Istallatio Wheatstoe bridge Istrumetatio Amplifier Embedded system ad Strai Gauge Strai

More information

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs Cross-Layer Performace of a Distributed Real-Time MAC Protocol Supportig Variable Bit Rate Multiclass Services i WPANs David Tug Chog Wog, Jo W. Ma, ad ee Chaig Chua 3 Istitute for Ifocomm Research, Heg

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ.

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ. ELECTRONICS 00 September, Sozopol, BLGARIA MEASREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQENCY RANGE 0,0-0KHZ. Plame Agelov Agelov Faculty for Computer Sciece, Egieerig ad Natural Studies,

More information

E X P E R I M E N T 13

E X P E R I M E N T 13 E X P E R I M E N T 13 Stadig Waves o a Strig Produced by the Physics Staff at Colli College Copyright Colli College Physics Departmet. All Rights Reserved. Uiversity Physics, Exp 13: Stadig Waves o a

More information

A Dual-Band Through-the-Wall Imaging Radar Receiver Using a Reconfigurable High-Pass Filter

A Dual-Band Through-the-Wall Imaging Radar Receiver Using a Reconfigurable High-Pass Filter JOURNAL OF ELECTROMAGNETIC ENGINEERING AND SCIENCE, VOL. 16, NO. 3, 164~168, JUL. 2016 http://dx.doi.org/10.5515/jkiees.2016.16.3.164 ISSN 2234-8395 (Olie) ISSN 2234-8409 (Prit) A Dual-Bad Through-the-Wall

More information

Chapter 2: Sample Questions, Problems and Solutions Bölüm 2: Örnek Sorular, Problemler ve Çözümleri

Chapter 2: Sample Questions, Problems and Solutions Bölüm 2: Örnek Sorular, Problemler ve Çözümleri Chapter : Sample Questios, Problems ad Solutios Bölüm : Örek Sorular, Problemler ve Çözümleri Örek Sorular (Sample Questios): Fourier series What is a badwidth? What is a voice-grade? Nyquist theorem Shao

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

Peer-to-Peer Protocols and Data Link Layer

Peer-to-Peer Protocols and Data Link Layer Peer-to-Peer Protocols ad Data Lik Layer Lecture Sprig 9 Flow otrol utomatic Repeat Request (RQ) Purpose: to esure a sequece o iormatio packets is delivered i order ad without errors or duplicatios despite

More information

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway Smart Eergy & Power Quality Solutios ProData datalogger Datalogger ad Gateway Smart ad compact: Our most uiversal datalogger ever saves power costs Etheret coectio Modbus-Etheret-Gateway 32 MB 32 MB memory

More information

Broadcasting in Multichannel Cognitive Radio Ad Hoc Networks

Broadcasting in Multichannel Cognitive Radio Ad Hoc Networks 2013 IEEE Wireless Commuicatios ad Networkig Coferece (WCNC): MAC Broadcastig i Multichael Cogitive Radio Ad Hoc Networks Zaw Htike Departmet of Computer Egieerig Kyug Hee Uiversity 1 Seocheo,Giheug, Yogi,

More information

FEATURES 4:1 single-ended multiplexer Q nominal output impedance: 7Ω (V DDO

FEATURES 4:1 single-ended multiplexer Q nominal output impedance: 7Ω (V DDO ICS8304I GENERAL ESCRIPTION The ICS8304I is a low skew, 4:1, Sigle-eded ICS Multiplexer ad a member of the HiPerClockS HiPerClockS family of High Performace Clock Solutios from IT The ICS8304I has four

More information

FUNCTIONAL BLOCK DIAGRAM DV CC V DD V SS AGND DGND LDAC 14 REGISTER X2A REGISTER A/B MUX MUX X2B REGISTER X2A REGISTER A/B MUX MUX X2B REGISTER

FUNCTIONAL BLOCK DIAGRAM DV CC V DD V SS AGND DGND LDAC 14 REGISTER X2A REGISTER A/B MUX MUX X2B REGISTER X2A REGISTER A/B MUX MUX X2B REGISTER 8-Chael, 16-/14-Bit, Serial Iput, Voltage Output DAC AD5362/AD5363 FEATURES 8-chael DAC i 52-lead LQFP ad 56-lead LFCSP packages Guarateed mootoic to 16/14 bits Nomial output voltage rage of 10 V to +10

More information

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis

Laboratory Exercise 3: Dynamic System Response Laboratory Handout AME 250: Fundamentals of Measurements and Data Analysis Laboratory Exercise 3: Dyamic System Respose Laboratory Hadout AME 50: Fudametals of Measuremets ad Data Aalysis Prepared by: Matthew Beigto Date exercises to be performed: Deliverables: Part I 1) Usig

More information

ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS

ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS Chapter ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS Xiaoju Li ad Ness B. Shroff School of Electrical ad Computer Egieerig, Purdue Uiversity West

More information

VR5. HD Spatial Channel Emulator User Manual

VR5. HD Spatial Channel Emulator User Manual VR5 HD Spatial Chael Emulator User Maual Spiret 541 Idustrial Way West Eatotow, NJ 07724 USA Email: sales@spiret.com Web: http://www.spiret.com AMERICAS 1-800-SPIRENT +1-818-676-2683 sales@spiret.com EUROPE

More information

VIII. Shell-Voicings

VIII. Shell-Voicings VIII. Shell-Voicigs A. The Cocept The 5th (ad ofte the root as well) ca be omitted from most 7th-chords. Ratioale: Most chords have perfect 5ths. The P5th is also preset as the rd partial i the overtoe

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2506 Digital Gamma Neutro discrimiatio with Liquid Scitillators Viareggio 19 November 2012 Itroductio I recet years CAEN has developed a complete family of digitizers that cosists of

More information

RISH CON - Hz FREQUENCY TRANSDUCER

RISH CON - Hz FREQUENCY TRANSDUCER RISH CON - Hz FREQUENC TRANSDUCER Data Sheet Trasducer for measurig Frequecy Hz www.rishabh.co.i Page of 5 Versio: D 04 / 0 / Applicatio : The Rish CON - Hz trasducer is used for frequecy measuremet. The

More information

Table Of Contents Blues Turnarounds

Table Of Contents Blues Turnarounds Table Of Cotets Blues Turarouds Turaroud #1 Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Blues Turarouds Blues Soloig Masterclass Week 1 Steve Stie A Blues Turaroud

More information

arxiv: v2 [math.co] 15 Oct 2018

arxiv: v2 [math.co] 15 Oct 2018 THE 21 CARD TRICK AND IT GENERALIZATION DIBYAJYOTI DEB arxiv:1809.04072v2 [math.co] 15 Oct 2018 Abstract. The 21 card trick is well kow. It was recetly show i a episode of the popular YouTube chael Numberphile.

More information

INF 5460 Electronic noise Estimates and countermeasures. Lecture 11 (Mot 8) Sensors Practical examples

INF 5460 Electronic noise Estimates and countermeasures. Lecture 11 (Mot 8) Sensors Practical examples IF 5460 Electroic oise Estimates ad coutermeasures Lecture 11 (Mot 8) Sesors Practical examples Six models are preseted that "ca be geeralized to cover all types of sesors." amig: Sesor: All types Trasducer:

More information

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600

Chapter 1 The Design of Passive Intermodulation Test System Applied in LTE 2600 Chapter The Desig of Passive Itermodulatio Test System Applied i LTE 600 Gogli, Wag Cheghua, You Wejue 3, Wa Yuqiag 4 Abstract. For the purpose of measurig the passive itermodulatio (PIM) products caused

More information

ETSI TS V ( )

ETSI TS V ( ) TS 38 V5.3. (8-) TECHICAL SPECIFICATIO 5G; R; Physical chaels ad modulatio (3GPP TS 38. versio 5.3. Release 5) 3GPP TS 38. versio 5.3. Release 5 TS 38 V5.3. (8-) Referece RTS/TSGR-38vf3 Keywords 5G 65

More information

FUNCTIONAL BLOCK DIAGRAM DV CC V DD V SS AGND DGND LDAC X2A REGISTER X2B REGISTER A/B MUX MUX X2A REGISTER X2B REGISTER A/B MUX MUX

FUNCTIONAL BLOCK DIAGRAM DV CC V DD V SS AGND DGND LDAC X2A REGISTER X2B REGISTER A/B MUX MUX X2A REGISTER X2B REGISTER A/B MUX MUX 16-Chael, 16-/14-Bit, Serial Iput, Voltage-Output DAC AD5360/AD5361 FEATURES 16-chael DAC i 52-lead LQFP ad 56-lead LFCSP packages Guarateed mootoic to 16/14 bits Nomial output voltage rage of 10 V to

More information

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS CHAPTER 8 JOIT PAPR REDUCTIO AD ICI CACELLATIO I OFDM SYSTEMS Itercarrier Iterferece (ICI) is aother major issue i implemetig a OFDM system. As discussed i chapter 3, the OFDM subcarriers are arrowbad

More information

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS A SELETIVE POINTE FOWADING STATEGY FO LOATION TAKING IN PESONAL OUNIATION SYSTES Seo G. hag ad hae Y. Lee Departmet of Idustrial Egieerig, KAIST 373-, Kusug-Dog, Taejo, Korea, 305-70 cylee@heuristic.kaist.ac.kr

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

Neighbor Discovery for Cognitive Radio Ad Hoc Networks

Neighbor Discovery for Cognitive Radio Ad Hoc Networks Neighbor Discovery for Cogitive Radio Ad Hoc Networks Zaw Htike Departmet of Computer Egieerig, Kyug Hee Uiversity, 1 Seocheo,Giheug, Yogi, Gyeoggi 449-701 Korea +8-10-561-811 htike@etworkig.khu.ac.kr,

More information

The Fundamental Capacity-Delay Tradeoff in Large Mobile Ad Hoc Networks

The Fundamental Capacity-Delay Tradeoff in Large Mobile Ad Hoc Networks The Fudametal Capacity-Delay Tradeoff i Large Mobile Ad Hoc Networks Xiaoju Li ad Ness B. Shroff School of Electrical ad Computer Egieerig, Purdue Uiversity West Lafayette, IN 47907, U.S.A. {lix, shroff}@ec.purdue.edu

More information

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture Aalog Fuctioal Testig i Mixed-Sigal s Jie Qi Dept. of Electrical & Computer Egieerig Aubur Uiversity Co-Advisors: Charles Stroud ad Foster Dai Outlie Motivatio ad Backgroud Built-I Self-Test Architecture

More information

Permutation Enumeration

Permutation Enumeration RMT 2012 Power Roud Rubric February 18, 2012 Permutatio Eumeratio 1 (a List all permutatios of {1, 2, 3} (b Give a expressio for the umber of permutatios of {1, 2, 3,, } i terms of Compute the umber for

More information

Department of Electrical and Computer Engineering, Cornell University. ECE 3150: Microelectronics. Spring Due on April 26, 2018 at 7:00 PM

Department of Electrical and Computer Engineering, Cornell University. ECE 3150: Microelectronics. Spring Due on April 26, 2018 at 7:00 PM Departmet of Electrical ad omputer Egieerig, orell Uiersity EE 350: Microelectroics Sprig 08 Homework 0 Due o April 6, 08 at 7:00 PM Suggested Readigs: a) Lecture otes Importat Notes: ) MAKE SURE THAT

More information

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS Mariusz Ziółko, Przemysław Sypka ad Bartosz Ziółko Departmet of Electroics, AGH Uiversity of Sciece ad Techology, al. Mickiewicza 3, 3-59 Kraków, Polad,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 38 V5.. (8-7 TECHICAL SPECIFICATIO 5G; R; Physical chaels ad modulatio (3GPP TS 38. versio 5.. Release 5 3GPP TS 38. versio 5.. Release 5 TS 38 V5.. (8-7 Referece DTS/TSGR-38vf Keywords 5G 65 Route

More information

Features. +Vout. +Vin. AHF28XX/CH (or Other) DC/DC Converter. Input Return. +Vout AHF28XX/CH (or Other) DC/DC Converter Output Return.

Features. +Vout. +Vin. AHF28XX/CH (or Other) DC/DC Converter. Input Return. +Vout AHF28XX/CH (or Other) DC/DC Converter Output Return. PD-94587A AMH461 SERIES EMI FILTER HYBRID / HIGH RELIABILITY Descriptio The AMH Series EMI filter has bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

As an Exceptional Student in Intellectual Disabilities. You Are Cordially Invited to be Seen and Recognized as a Future Leader in the Field

As an Exceptional Student in Intellectual Disabilities. You Are Cordially Invited to be Seen and Recognized as a Future Leader in the Field As a Exceptioal Studet i Itellectual Disabilities You Are Cordially Ivited to be See ad Recogized as a Future Leader i the Field You Caot Start Too Early To Begi Your Rise To Leadership i Our Field You

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

7. Counting Measure. Definitions and Basic Properties

7. Counting Measure. Definitions and Basic Properties Virtual Laboratories > 0. Foudatios > 1 2 3 4 5 6 7 8 9 7. Coutig Measure Defiitios ad Basic Properties Suppose that S is a fiite set. If A S the the cardiality of A is the umber of elemets i A, ad is

More information

Unit 5: Estimating with Confidence

Unit 5: Estimating with Confidence Uit 5: Estimatig with Cofidece Sectio 8.2 The Practice of Statistics, 4 th editio For AP* STARNES, YATES, MOORE Uit 5 Estimatig with Cofidece 8.1 8.2 8.3 Cofidece Itervals: The Basics Estimatig a Populatio

More information

Counting on r-fibonacci Numbers

Counting on r-fibonacci Numbers Claremot Colleges Scholarship @ Claremot All HMC Faculty Publicatios ad Research HMC Faculty Scholarship 5-1-2015 Coutig o r-fiboacci Numbers Arthur Bejami Harvey Mudd College Curtis Heberle Harvey Mudd

More information

Simple Microcontroller Based Mains Power Analyzer Device

Simple Microcontroller Based Mains Power Analyzer Device Simple Microcotroller Based Mais Power Aalyzer Device Petr Dostálek, Vladimír Vašek ad Ja Doliay Abstract Paper deals with desig of simple microcotroller based power aalyzer device for measuremet of basic

More information

SMT servo.c Program. Tom Sargent

SMT servo.c Program. Tom Sargent SMT servo.c Program Tom Sarget Itroductio: The servo.c program resides o the "smtots" Liux-hosted computer. This machie has PC104 iterfaces to the Traquair (Hut) HEPC2104 DSP processor which i tur has

More information

BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION

BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION IN MULTICAST NETWORKS Jordi Ros, Wei K. Tsai ad Mahadeve Iyer Departmet of Electrical ad Computer Egieerig Uiversity of Califoria, Irvie, CA 92697 {jros,

More information

System 8000 Fiber-Optic Interfacility Links

System 8000 Fiber-Optic Interfacility Links System 8000 Fiber-Optic Iterfacility Liks Desiged to iterface directly with earth statio equipmet, the multifaceted System 8000 iterfacility lik offers a wide variety of uique, site-specific itercoectivity

More information