System on Chip Battery State Estimator: E-Bike Case Study

Size: px
Start display at page:

Download "System on Chip Battery State Estimator: E-Bike Case Study"

Transcription

1 System on Chip Battery State Estimator: E-Bike Case Study Rocco Moreo, Roberto Di Rienzo, Federico Baronti, Roberto Roncea and Roberto Saetti Dip. di Ingegneria de Informazione, Università di Pisa, Pisa, Itay Abstract This paper discusses the hardware impementation and experimenta vaidation of a mode-based battery state estimator. The mode parameters are identified onine using the moving window east squares method. The estimator is impemented in a fied programmabe gate array device as a hardware bock, which interacts with the embedded processor to form a system on a chip battery management system (BMS). As a case study, the BMS is appied to the battery pack of an e-bike. Road tests show that the impemented estimator may provide very good performance in terms of maximum and rms estimation errors. This work aso proposes a new methodoogy to assess the performance of a battery state estimator. I. INTRODUCTION Lithium-ion batteries aow the impementation of ight onboard energy storage systems (ESS), thanks to their high power and energy densities. The ESS must be equipped with a battery management system (BMS) in order to ensure a reiabe and safe operation of the battery. The BMS monitors and contros the charge and discharge phases by estimating the battery state. The most important state variabes are the battery state of charge (SOC) and state of heath (SOH). SOC is reated to the residua charge stored in the battery and SOH quantifies its degradation in terms of capacity fading and the increase of the interna resistance [1], [2]. The BMS executes agorithms that use quantities directy observabe on the ces, i.e., their votage, current and temperature. Many agorithms have been proposed for SOC estimation, starting from the Couomb Counting (CC), which is based on the integration over time of the battery current. The integration resut is normaized with respect to the ce capacity. The CC must be initiaized with the correct vaue of the SOC and the current must be measured by a high accuracy sensor, in order to avoid the intrinsic divergence in the integration. Another simpe method is based on the open circuit votage (V OC ) measurement. In fact, V OC mainy depends on SOC and sighty on other factors, such as temperature, ageing and current rate [3]. However, the ce votage reaxes to V OC a ong time after the ce current is interrupted. Thus, this technique cannot be used in highy dynamic systems [4]. High accuracy and reiabiity are required in automotive appications, in order to guarantee the safety standard and a good estimation of the vehice autonomy. Furthermore, the agorithms must be executed in rea-time in an embedded system, ike the BMS. Mode-based agorithms, such as the Extended Kaman Fiter (EKF) [5], [6], the Mix Agorithm [7] and the Adaptive Mix Agorithm (AMA) [4] are adopted. A mode-based technique is a cosed-oop method in which the mode is used to correct the estimated SOC, by comparing the votage predicted by the mode with the measured one. Various kinds of mode can be used [8], but an Eectrica Circuit Mode (ECM) has some benefits when used in a rea-time embedded system [9]. The accuracy of the SOC estimate depends on the ECM capabiity to predict the ce votage, in a the operating conditions and for the entire battery ife. A good approach is to track the variation of the operating condition onine, which is the soution adopted in the EKF and AMA techniques. The AMA uses an enhanced version of the Mix Agorithm, in which SOC estimation is corrected by using an ECM where the parameters are updated onine by using the Moving Window Least Squares (MWLS) method [1], [11], instead of taking them constant, ike in the origina agorithm. The performance of this agorithm has been evauated by comparing it to the EKF method [4], [12], which is the most used in this fied. The comparison, carried out with current and votage profies obtained from the Urban Dynamometer Driving Schedue (UDDS) driving cyce, defined by the U.S. Environmenta Protection Agency [13], shows that both methods provide good estimation of both parameters and SOC. Both EKF and AMA are suitabe for an embedded system impementation. An attractive soution for industria and automotive appications is the use of a ow-cost fied-programmabe gate array (FPGA). The estimators can be impemented on the FPGA as hardware acceerators beside the processor, which is fuy dedicated to the other BMS functionaities. A first hardware impementation of the non adaptive version of the Mix agorithm is reported in [14]. A hardware-in-the-loop (HiL) simuation framework used to test and compare the AMA and EKF, impemented in hardware on an FPGA, is presented in [15]. In this framework, a muti-ce battery is simuated using an accurate mode. An experiment not common in iterature that can provide fina resuts is to test the estimators in a rea appication. This aows an effective measurement of the estimator performance, as we as the anaysis of the issues arising from its integration in a rea system. The aim of this paper is to present the resuts obtained using the AMA in a rea appication, i.e., on an e- bike. A simpe BMS provided with the AMA battery state estimator has been impemented as a system on chip on an Atera Cycone V. The agorithm detais and the hardware/software partitioning of the system are discussed in Section II. The experimenta testbed description is reported In Section III, whie Section IV describes the methodoogy appied to assess

2 > d Q n + il > W / Z d Z d Z d d Z d d d Y D s K >hd s K ^K Fig. 1. Adaptive Mix Agorithm bock diagram. 1V 1V SOC - Z d EZ Z V OC + - v n Fig. 2. Eectric circuit mode. ^K the estimator performance. The resuts obtained from road tests are discussed in Section V and finay concusions are drawn in Section VI. II. STATE ESTIMATOR A. The Adaptive Mix Agorithm The AMA is based on the combination of the Mix Agorithm and the MWLS method used with the AutoRegressive exogenous (ARX) structure of the ECM. A basic bock diagram of AMA is shown in Fig. 1. The Mix Agorithm is a simpe mode-based SOC estimation method (bue square in Fig. 1), which uses a constant parameter ECM in order to correct the estimated SOC variabe. A genera representation of the ECM is shown in Fig. 2 and a singe RC branch version is used in this work. The votages v n on the RC branches mode the reaxation effects. A singe RC group reduces compexity maintaining good accuracy, particuary when fast transients are dominant. The ce termina votage v M is generated as a sum of the votage v 1, the open-circuit votage V OC and the votage across the interna resistance R i L. The V OC -SOC reationship is modeed as a controed generator V OC = f(soc), impemented with a Look-up Tabe (LUT). The eft-hand side of the ECM modes the ce capacity and SOC. The atter is expressed as Q/Q n, where Q is the residua ce charge and Q n is the normaization vaue corresponding to the maximum charge that can be stored in the ce, expressed in Couomb. i L + v M - The mode ce votage v M is subtracted to the measured ce votage v T yieding an error signa, which is firsty ampified by the observer gain L and then used to correct the measured ce current i L. Finay, SOC is the resut of the integration over time of the corrected current signa. The observer gain L is chosen to strongy reduce the effects due to bad SOC initiaization and current measurement uncertainty [14]. The estimation accuracy depends on the capabiity of the ECM to reproduce the ce behaviour. For this reason, the ECM parameters are updated onine by the Parameter Identification bock, which impements the MWLS agorithm. In this way, the agorithm takes into account the parameter variations due to the battery ageing, the operation conditions (as ce SOC and temperature) and the manufacturing process toerances. The ARX structure can be obtained starting from the ce time-domain state space mode: dsoc = i L dt Q n dv 1 dt = v 1 + i L (1) τ 1 C 1 v M = V OC R i L v 1 where τ 1 = R 1 C 1. The ce operating point sowy changes over time, so that the mode can be inearised around it, considering the parameters constant in the identification window. The V OC -SOC reationship is thus approximated by a piecewise inear curve V OC = α + α 1 SOC, where α and α 1 depend on the operating point. The discrete-time transfer function is obtained by the appication of the biinear transform to the transfer function from the current input to the ce votage output, as obtained from (1). Then, the discrete-time reationship between the input and output sampes becomes: y(k) = a 1 y(k 1) a 2 y(k 2) + α (1 + a 1 + a 2 ) + b u(k) + b 1 u(k 1) + b 2 u(k 2) which is a second order ARX mode of the ce. The coefficients of the ARX mode depend on the ECM parameters and we can simpy verify that 1 + a 1 + a 2 =, so (2) is reduced to: y(k) y(k 2) =a 1 (y(k 2) y(k 1)) + b u(k) + b 1 u(k 1) + b 2 u(k 2) Eq. (3) is used to buid an overdetermined system by using the current and votage sampes within a given time window. This window is shifted in time to track the parameter variations during the ce operation. In this way, a different system is obtained at every shift, which is soved by the Least Squares (LS) method. Finay, the resuting vector [a 1, b, b 1, b 2 ] is used to compute the ECM parameters [R, R 1, C 1 ]. B. Hardware impementation The AMA is fuy deveoped as a hardware modue and impemented on an Atera Cycone V SoC 5CSXFC6D6F31C6N device, by using the Atera SoCkit deveopment board. The hardware impementation enabes a high (2) (3)

3 TABLE I E STIMATOR R ESOURCE U SAGE AND P ERFORMANCE Logic utiization (in ALMs) Variabe-precision DSP Bock Memory bits Execution time 17244/4191 (41 %) 36/112 (32 %) 723 Kb/553 Kb (13 %) 61 µs (@5 MHz) throughput and ow atency estimation in an embedded system, in spite of the computationa compexity of the agorithm. The agorithm is described as a Simuink mode and then automaticay synthesized to a ow-eve hardware description, by using the Atera DSP Buider too. This deveopment environment optimizes the hardware modue performance and resource usage depending on the too parameter settings. The modue is aso provided with a Memory Mapped (MM) interface. The atter consists of input and output registers which are used by the companion processor to write the agorithm inputs and to read the computed resuts. The estimator FPGA resource usage and execution time are shown in Tabe I. The time required to estimate both SOC and the parameters, for a cock frequency of 5 MHz, is very short. Therefore, the BMS is capabe of estimating the state of a arge number of ces by using the estimator in Time Division Mutipexing (TDM) across mutipe ces. This feature is very usefu in high-power appications, where the batteries consist of hundreds of ces. (a) (b) III. C ASE STUDY Fig. 3. Photographs of the demonstrator setup V OC (V) The demonstration system is buit on an eectricay assisted bike, equipped with a 1 ce battery pack. This soution aows us to verify the estimator on more than one ce in rea road tests. Two photos of the demonstrator are shown in Fig. 3. The eectric bike is an Ataa E-Scape (see Fig. 3(a)), a city bike with auminum frame. The bike is equipped with a brushess DC motor with a nomina power of 25 W. The battery pack consists of 1 Lithium-ion series-connected ces, yieding a nomina votage of 36 V and a rated capacity 1 A h. The entire setup, incuding the battery pack, was arranged on the bike rack, as shown in Fig. 3(b). A 14-pin connector aows us to access the battery ces terminas. A Ha effect current sensor from Aegro Microsystems is used to measure the battery current. Its fu scae range is ±12.5 A, with an interna resistance of 1.2 mω and a sensitivity of 11 mv/a (for a suppy votage of 3.3 V). The ces and current sensor output votages are acquired by a DC1894B demo board. This Linear Technoogy board is equipped with an LTC684 battery stack monitor capabe of measuring up to 12 series connected ces with a tota measurement error of ess than 1.2 mv. The LTC684 is aso provided with two auxiiary anaog inputs, which are used to accuratey acquire the output and suppy votages of the current sensor. A the measurements take 11 ms to compete. The battery was preiminary characterized in the aboratory with a Pused Current Test (PCT) profie at 25 C [4]. The input current and the output votages during the test are used to determine the AMA initiaization parameters, i.e., SOC (%) Fig. 4. Open circuit votage VOC, as a function of SOC. the VOC -SOC reationship, the capacity of the ces and the initiaization vaues of the ECM parameters. The VOC -SOC curve is considered invariant for every ce [3] and it is shown in Fig. 4. The extracted ce capacities are very simiar to each other and are around the rated vaue of 1 A h, except for the second ce which has a 9.4 A h capacity. This resut, together with the average vaues of the ECM parameters (R = 24.5 mω, R1 = 13.3 mω and C1 = 6945 F), are used to initiaize the agorithm impemented on the FPGA. The Aegro current sensor, the DC1894B and SoCkit boards form a basic BMS, usefu to test the hardware estimator. Fig. 5 shows a bock diagram of it. The SoCkit Cycone V SoC FPGA contains a dua-core ARM Cortex -A9 Hardware

4 d dd Fig. 5. Basic BMS bock diagram. Processor System (HPS). When the board is turned on, the Linux Ångström distribution, based on a rea-time kerne, is booted from a partition on the mini SD card and the main appication is aunched. The appication manages the acquisition of the ce data, their ogging and the communication with the user interface. The current and votage sampes are read from the battery stack monitor connected to an SPI port. The sampes are then sent to the estimator, impemented on the FPGA, via the MM interface, and the computation is started. The operation is cycicay executed every.1 s, yieding an acquisition sampe rate of 1 Hz. When a the ce states are computed, the appication saves the sampes and the estimation resuts in a og fie, which can be downoaded directy from the SD card or by using the Secure Copy Protoco (SCP) through the Ethernet port. The user interacts with the system via the push buttons on the board. Other data are shown on the LCD dispay and LEDs on the deveopment board. The bike speed, usefu for a better anaysis of the data, is captured by a GPS unit. IV. VALIDATION METHODOLOGY As a vauabe contribution of this work, the impemented SOC estimator is vaidated in fied tests, i.e., riding the e-bike as in every day use. To evauate the SOC estimation error, the SOC estimate needs to be compared with a reference vaue [16]. The common approach is to use the CC technique to obtain the SOC reference vaue, as shown in (4). SOC ref (t) = SOC 1 t i L (τ)dτ (4) Q n Eq. (4) can provide a reiabe SOC reference SOC ref, assuming that the initia SOC vaue SOC, the normaization capacity Q n and the battery current i L are known precisey. The battery current shoud therefore be acquired by a highy accurate current sensor, different from the one used within the BMS, which feeds the SOC estimator. This is an important aspect, often negected in iterature, which makes it possibe to assess the robustness of the estimator against errors in the current measurement effectivey. In this work, i L in (4) is measured by a Nationa Instrument (NI) 9227 modue mounted on a NI cdaq-9178 chassis. The atter is aso equipped with three NI 9215 modues, which are used to acquire the votage of the 1 ces and to verify the LTC684 stack monitor behavior (see Fig. 3(b)). The cdaq-9178 is powered by a suppementary battery and connected to a aptop, carried by the cycist in a backpack, which runs a LabVIEW appication for data acquisition and ogging (see Fig. 3(a)). SOC is taken equa to 1 %, as tests are started after a fu charge of the battery. Q n is assumed to be equa to either the rated battery capacity or the capacity measured in a preiminary characterization test. These assumptions however may ead to inaccuracies in the computation of SOC ref. Inhomogeneities in the ces of the battery pack can cause not a the ces to be fuy charged to 1 % SOC. Moreover, the maximum charge that can be extracted from each ce during a vaidation test (we refer to this vaue as the rea capacity) may differ from that measured during a characterization test, because of different discharge rates and temperature. To overcome these probems, we propose to combine the CC and V OC estimation techniques for computing SOC ref. These two techniques are used to define two aternative metrics for assessing the SOC estimator errors [16], whereas here they are merged in a unique definition of SOC ref. The basic idea is to set SOC and Q n in (4), so that SOC computed by (4) coincides with the estimate obtained through V OC at the beginning and end of the vaidation test. This does not require any specific condition during the execution of the test, apart from the fact that the test starts with the battery in a rested state and ends in an SOC region where it is possibe to reiaby extract SOC from the V OC -SOC reationship, once the battery has reached the steady state after discharge. Let V OC = f(soc) express the V OC -SOC reationship shown in Fig. 4. For each ce, we can compute SOC before and after the vaidation test by inverting the V OC -SOC reationship, i.e., SOC = f 1 (VOC start) and SOC end = f 1 (VOC end start ), where VOC and VOC end are the ce votages measured, when the battery is in a steady state, before and after the vaidation test, respectivey. Given the above definition, we can compute the rea ce capacity reated to a vaidation test, which coincides with the desired normaization capacity to be used in (4), by the foowing equation [17]. tend t Q rea = i L (t)dt (5) SOC SOC end

5 P e (W) Speed (Km/h) SOC (%) Ce 1 Ce 2 Ce 3 Ce 4 Ce 5 Ce 6 Ce 7 Ce 8 Ce 9 Ce 1 Fig. 6. Eectric power and speed during the discussed vaidation test. Capacity (Ah) Ce Rated PCT Rea Fig. 7. Capacities of the ces extracted using the PCT and the discussed vaidation test. V. EXPERIMENTAL RESULTS Severa road tests have been carried out, proving both the functionaity of the basic BMS provided with the AMA estimator and the effectiveness of the designed experimenta set-up. As a representative exampe, we discuss the resuts obtained during a vaidation test, consisting of the repetitions of a cycing period foowed by a rest pause. The eectric power P e provided by the battery pack and the speed measured by the GPS data ogger during the test are shown in Fig. 6. First of a, we compute the initia SOC and the rea capacity of each ce of the battery pack from the data acquired by the NI cdaq-9178 chassis. Then, we evauate the corresponding SOC reference using (4). Fig. 7 shows the rea ce capacity, for the discussed test, and compares it to the vaue obtained in the PCT characterization test. Apart from the second ce, which presents a pronounced degradation of the ce capacity, there is ony a sight difference between the PCT, rated and rea ce capacities, as expected by the high Couombic efficiency provided by the Lithium-ion battery technoogy. The computed SOC ref (t) for each ce is reported in Fig. 8, where it is evident that the SOC of the second ce corresponds to the battery SOC, as the second ce is the first ce to reach the discharge cut-off votage. With the avaiabiity of the SOC reference, we can cacuate the estimation error introduced by the AMA. The AMA SOC estimate for the second ce is shown in Fig. 9 and is very cose to the reference vaue during a the test. On the contrary, the pure uncompensated CC drifts over time. This Fig. 8. SOC behavior of the 1 ces during the discussed vaidation test. SOC (%) Ref AMA CC Fig. 9. Comparison of the SOC estimation resuts for the second ce. ceary demonstrates that the AMA is capabe of correcting the uncertainties in the current measurement (especiay the offset of the current sensor) and in the rea capacity of the ce. Tabe II shows the maximum and rms errors of the AMA and CC SOC estimations. The AMA provides a more reiabe estimation than CC, being its rms error beow 2 % and the maximum absoute error around 3 %, for a the battery ces. This is a vauabe achievement, as it is obtained in road tests, when the battery is subjected to the rea appication oad. In fact, if we consider the SOC estimation errors reported in [6] for a simiar appication, AMA outperforms EKF, as the atter introduces a maximum SOC error we above 5 %. Better performance in terms of maximum error is obtained in [6] using an Adaptive EKF, at the expense of higher compexity. It is worth noting that the resuts reported in [6] refer to aboratory tests and not to road tests, as in this work. Finay, Fig. 1 shows the R and τ 1 ECM parameters identified by the AMA for the second ce. Whie the R identification is robust against the choice of the window ength, τ 1 identification seems to be sensitive to this choice. The resuts reported in Fig. 1 refer to a window ength of 2 min and an LS matrix with 3 rows. This impies that the ECM

6 R (mω) τ 1 (s) TABLE II SOC ESTIMATION ERRORS AMA CC Max (%) rms (%) Max (%) rms (%) Ce Ce Ce Ce Ce Ce Ce Ce Ce Ce Fig. 1. ECM parameters estimated onine by the AMA for the second ce. parameters are updated every 4 s. Even if the windows in which the battery current is amost constant are discarded, the identification of τ 1 is ess reiabe, when the window overaps a rest period. VI. CONCLUSIONS This work has demonstrated the impementation of a battery state estimator in an industria FPGA. The estimator is based on the AMA and is impemented as a hardware acceerator bock, which interacts to the processor embedded in the FPGA to form a system on a chip BMS. Thanks to its effective design, the estimator modue can be used to estimate the state of a the ces in the battery pack in a time mutipexing fashion. As a case study, we have integrated the BMS into the battery pack of an e-bike. This aowed us to vaidate the estimator in a rea appication scenario, which represents a significant achievement, as amost a the iterature on this topic reports on experimenta resuts obtained in aboratory tests and for a singe ce. The road tests carried out have shown the effectiveness of the designed BMS and experimenta set-up, and that the AMA estimator provides a very good estimation comparabe or even better than the we estabished EKF. ACKNOWLEDGMENT The authors woud ike to thank Aessio Tarabori and the System Soution Engineering group of Atera now part of Inte for the support and fruitfu discussion on the topic of this paper. This work has been funded by the ECSEL Joint Undertaking under grant agreement No (3CCar project). REFERENCES [1] H. Rahimi-Eichi, U. Ojha, F. Baronti, and M.-Y. Chow, Battery Management System: An Overview of Its Appication in the Smart Grid and Eectric Vehices, IEEE Ind. Eectron. Mag., vo. 7, no. 2, pp. 4 16, Jun [2] Dai Haifeng, Wei Xuezhe, and Sun Zechang, A new SOH prediction concept for the power ithium-ion battery used on HEVs, in 29 IEEE Veh. Power Propus. Conf. IEEE, Sep. 29, pp [3] B. Pattipati, B. Baasingam, G. Avvari, K. Pattipati, and Y. Bar-Shaom, Open circuit votage characterization of ithium-ion batteries, J. Power Sources, vo. 269, pp , Dec [4] R. Moreo, W. Zamboni, F. Baronti, R. D. Rienzo, R. Roncea, G. Spagnuoo, and R. Saetti, Comparison of State and Parameter Estimators for Eectric Vehice Batteries, in IECON st Annu. Conf. IEEE Ind. Eectron. Soc., 215, pp [5] G. L. Pett, Extended Kaman fitering for battery management systems of LiPB-based HEV battery packs: Part 3. State and parameter estimation, J. Power Sources, vo. 134, no. 2, pp , Aug. 24. [6] C. Taborei and S. Onori, State of charge estimation using extended Kaman fiters for battery management system, in 214 IEEE Int. Eectr. Veh. Conf. IEEE, Dec. 214, pp [7] F. Codeca, S. M. Savaresi, and G. Rizzoni, On battery State of Charge estimation: A new mixed agorithm, in 28 IEEE Int. Conf. Contro App. IEEE, Sep. 28, pp [8] V. Ramadesigan, P. W. C. Northrop, S. De, S. Santhanagopaan, R. D. Braatz, and V. R. Subramanian, Modeing and Simuation of Lithium-Ion Batteries from a Systems Engineering Perspective, J. Eectrochem. Soc., vo. 159, no. 3, pp. R31 R45, Jan [9] M. Chen and G. Rincon-Mora, Accurate Eectrica Battery Mode Capabe of Predicting Runtime and I-V Performance, IEEE Trans. Energy Convers., vo. 21, no. 2, pp , Jun. 26. [1] H. Rahimi-Eichi, F. Baronti, and M.-Y. Chow, Modeing and onine parameter identification of Li-Poymer battery ces for SOC estimation, in 212 IEEE Int. Symp. Ind. Eectron. IEEE, May 212, pp [11], Onine Adaptive Parameter Identification and State-of-Charge Coestimation for Lithium-Poymer Battery Ces, IEEE Trans. Ind. Eectron., vo. 61, no. 4, pp , Apr [12] F. Baronti, W. Zamboni, N. Femia, H. Rahimi-Eichi, R. Roncea, S. Rosi, R. Saetti, and M.-Y. Chow, Parameter identification of Li-Po batteries in eectric vehices: A comparative study, in 213 IEEE Int. Symp. Ind. Eectron. IEEE, May 213, pp [13] Urban Dynamometer Driving Schedue (UDDS). [Onine]. Avaiabe: [14] F. Baronti, R. Roncea, R. Saetti, and W. Zamboni, FPGA Impementation of the Mix Agorithm for State-of-Charge Estimation of Lithium- Ion Batteries, in IECON 214-4th Annu. Conf. IEEE Ind. Eectron. Soc., 214, pp [15] R. Moreo, F. Baronti, X. Tian, T. Chau, R. D. Rienzo, R. Roncea, B. Jeppesen, W. H. Lin, T. Ikushima, and R. Saetti, Hardware-in-the- Loop Simuation of FPGA-based State Estimators for Eectric Vehice Batteries, in to be Present. ISIE 216, 216. [16] B. Baasingam, G. Avvari, K. Pattipati, and Y. Bar-Shaom, Performance anaysis resuts of a battery fue gauge agorithm at mutipe temperatures, J. Power Sources, vo. 273, pp , Jan [17] M. Einhorn, F. V. Conte, C. Kra, and J. Feig, A Method for Onine Capacity Estimation of Lithium Ion Battery Ces Using the State of Charge and the Transferred Charge, IEEE Trans. Ind. App., vo. 48, no. 2, pp , Mar. 212.

Improving the Active Power Filter Performance with a Prediction Based Reference Generation

Improving the Active Power Filter Performance with a Prediction Based Reference Generation Improving the Active Power Fiter Performance with a Prediction Based Reference Generation M. Routimo, M. Sao and H. Tuusa Abstract In this paper a current reference generation method for a votage source

More information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Estimation and Contro of Latera Dispacement of Eectric Vehice Using WPT Information Pakorn Sukprasert Binh Minh Nguyen Hiroshi Fujimoto Department of Eectrica Engineering and Information Systems, The University

More information

Series. Quite simply, the best in insulation! C.A 6521 C.A 6523 C.A 6525 C.A 6531 C.A Megohmmeters

Series. Quite simply, the best in insulation! C.A 6521 C.A 6523 C.A 6525 C.A 6531 C.A Megohmmeters Quite simpy, the best in insuation! Series C.A 6521 C.A 6523 C.A 6525 C.A 6531 C.A 6533 Megohmmeters Twin digita-anaogue dispay Giant back-it screen Battery powered for hours Programmabe threshod aarms

More information

WS2812 Intelligent control LED integrated light source

WS2812 Intelligent control LED integrated light source Features and Benefits Contro circuit and RGB chip are integrated in a package of 5050 components, form a compete contro of pixe point. Buit-in signa reshaping circuit, after wave reshaping to the next

More information

Implementation of PV and PIV Control for Position Control of Servo Motor

Implementation of PV and PIV Control for Position Control of Servo Motor IJSRD - Internationa Journa for Scientific Research & Deveopment Vo. 5, Issue 1, 2017 ISSN (onine): 2321-0613 Impementation of PV and PIV Contro for Position Contro of Servo Motor J.Priya 1 R.Rambrintha

More information

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution Channe Division Mutipe Access Based on High UWB Channe Tempora Resoution Rau L. de Lacerda Neto, Aawatif Menouni Hayar and Mérouane Debbah Institut Eurecom B.P. 93 694 Sophia-Antipois Cedex - France Emai:

More information

Rectangular-shaped Inductive Proximity Sensor.

Rectangular-shaped Inductive Proximity Sensor. 71 PHOTOEECTRIC PHOTOEECTRIC IGHT FOW PARTICUAR USE SIMPE MEASUREMENT STATIC CONTRO Rectanguar-shaped Inductive Proximity Sensor SERIES Reated Information Genera terms and conditions... F-17 Gossary of

More information

OpenStax-CNX module: m Inductance. OpenStax College. Abstract

OpenStax-CNX module: m Inductance. OpenStax College. Abstract OpenStax-CNX modue: m42420 1 Inductance OpenStax Coege This work is produced by OpenStax-CNX and icensed under the Creative Commons Attribution License 3.0 Cacuate the inductance of an inductor. Cacuate

More information

Rectangular-shaped Inductive Proximity Sensor. website

Rectangular-shaped Inductive Proximity Sensor. website 785 Rectanguar-shaped Inductive Proximity Sensor SERIES Reated Information Genera terms and conditions... F-3 Gossary of terms... P.157~ guide... P.781~ Genera precautions... P.1579~ PHOTO PHOTO IGHT FOW

More information

Development of a LabVIEW-based test facility for standalone PV systems

Development of a LabVIEW-based test facility for standalone PV systems Deveopment of a LabVIEW-based test faciity for standaone PV systems Aex See Kok Bin, Shen Weixiang, Ong Kok Seng, Saravanan Ramanathan and Low I-Wern Monash University Maaysia, Schoo of Engineering No.2,

More information

ThermaData Logger DATA-LOGGERS. temperature recording thermometers.

ThermaData Logger DATA-LOGGERS. temperature recording thermometers. ThermaData Logger temperature recording thermometers waterproof housing offering IP66/67 protection temperature range or 125 C resoution 0.1 C, high accuracy ±0.5 C meets EN 12830, S & T, C & D, 1 The

More information

Coordination Improvement of Directional Overcurrent Relays in a Microgrid Using Modified Particle Swarm Optimization Algorithm

Coordination Improvement of Directional Overcurrent Relays in a Microgrid Using Modified Particle Swarm Optimization Algorithm Internationa Journa of Eectrica Components and Energy Conversion 2018; 4(1): 21-32 http://www.sciencepubishinggroup.com/j/ijecec doi: 10.11648/j.ijecec.20180401.13 ISSN: 2469-8040 (Print); ISSN: 2469-8059

More information

Powerfully simple event analysis software

Powerfully simple event analysis software synchrowave Event Software Powerfuy simpe event anaysis software Diagnose reay behavior during a power system faut. Time-aign event reports from mutipe reays for comparison and anaysis. Create custom cacuations,

More information

EM330 Installation and use instructions Three-phase energy analyzer for indirect connection (5A) with Modbus, pulse or M-Bus interface

EM330 Installation and use instructions Three-phase energy analyzer for indirect connection (5A) with Modbus, pulse or M-Bus interface EM330 Instaation and use instructions Three-phase energy anayzer for indirect connection (5A) with Modbus, puse or M-Bus interface Code 8021422 Genera warnings HAZARD: Live parts. Heart attack, burns and

More information

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller

Multi-stage Amplifiers Prof. Ali M. Niknejad Prof. Rikky Muller EECS 105 Spring 2017, Modue 4 Muti-stage Ampifiers Prof. Ai M. Niknejad Department of EECS Announcements HW10 due on Friday Lab 5 due this week 2 weeks of ecture eft! 2 Mutistage Ampifiers Why cascade

More information

Rectangular-shaped Inductive Proximity Sensor GX-F/H SERIES

Rectangular-shaped Inductive Proximity Sensor GX-F/H SERIES 87 PHOTO PHOTO IGHT FOW PARTICUAR Rectanguar-shaped Inductive Proximity Sensor SERIES Reated Information Genera terms and conditions... F-7 Gossary of terms... P.18~ Sensor seection guide... P.83~ Genera

More information

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements

Time-domain Techniques in EMI Measuring Receivers. Technical and Standardization Requirements Time-domain Techniques in EMI Measuring Receivers Technica and Standardization Requirements CISPR = Huge, Sow, Compex, CISPR = Internationa Specia Committee on Radio Interference Technica committee within

More information

RED LION CONTROLS MODEL IFMA - DIN-RAIL FREQUENCY TO ANALOG CONVERTER

RED LION CONTROLS MODEL IFMA - DIN-RAIL FREQUENCY TO ANALOG CONVERTER RED LION CONTROLS INTERNATIONAL HEADQUARTERS EUROPEAN HEADQUARTERS 20 Wiow Springs Circe, York, Pa. 17402, (717) 767-6511 FAX: (717) 764-0839 892 Pymouth Road, Sough, Berkshire SL1 4LP Web site- http://www.redion-contros.com

More information

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY Xiaochao Zhang *, Xiaoan Hu, Yinqiao Zhang, Hui Wang, Hui Zhang 1 Institute of Mechatronics Technoogy and Appication,

More information

Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobility Fading Channels

Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobility Fading Channels Top Down Design of Joint MODEM and CODEC Detection Schemes for DSRC Coded-FSK Systems over High Mobiity Fading Channes Juinn-Horng Deng, Feng-Chin Hsiao, and Yi-Hsin Lin Department of Communications Engineering

More information

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation Power ntegrity/signa ntegrity Co-Simuation for Fast Design Cosure Krishna Srinivasan1, Rohan Mandrekar2, Ege Engin3 and Madhavan Swaminathan4 Georgia nstitute of Technoogy 85 5th St NW, Atanta GA 30308

More information

Series 700A Power Processor

Series 700A Power Processor Series 700A Power Processor 5 25 SINGLE PHASE 10 500 THREE PHASE VOLTAGE REGULATION, ISOLATION, AND POWER DISTRIBUTION FOR CLEAN, SPIKE-FREE, STABLE VOLTAGE When Power Quaity Is A Must And Faiure Is Not

More information

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network Mode of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobie Ad Hoc Network Igor Konstantinov, Kostiantyn Poshchykov, Sergej Lazarev, and Oha Poshchykova Begorod State University, Pobeda Street 85,

More information

Current Mirrors and Biasing Prof. Ali M. Niknejad Prof. Rikky Muller

Current Mirrors and Biasing Prof. Ali M. Niknejad Prof. Rikky Muller EECS 105 Spring 2017, Modue 4 Current Mirrors and Biasing Prof. Ai M. Niknejad Department of EECS Announcements HW9 due on Friday 2 Load Impedance 3 Courtesy M.H. Perrott Issue: Headroom Limitations 4

More information

LTC Linear Phase 8th Order Lowpass Filter FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION

LTC Linear Phase 8th Order Lowpass Filter FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION LTC69-7 Linear Phase 8th Order Lowpass Fiter FEATURES n 8th Order, Linear Phase Fiter in SO-8 Package n Raised Cosine Ampitude Response n 43 Attenuation at 2 f CUTOFF n Wideband Noise: 4μV RMS n Operates

More information

LTC kHz Continuous Time, Linear Phase Lowpass Filter FEATURES DESCRIPTION APPLICATIONS TYPICAL APPLICATION

LTC kHz Continuous Time, Linear Phase Lowpass Filter FEATURES DESCRIPTION APPLICATIONS TYPICAL APPLICATION FEATURES DESCRIPTION n th Order, 0kHz Linear Phase Fiter in an SO- n Differentia Inputs and Outputs n Operates on a Singe or a ± Suppy n Low Offset: m Typica n db THD and SNR n db SNR n Shutdown Mode n

More information

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access 0 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA, VOL. 5, NO., JUNE 007 A Low Compexity VCS Method for PAPR Reduction in Muticarrier Code Division Mutipe Access Si-Si Liu, Yue iao, Qing-Song Wen,

More information

LT6100 Precision, Gain Selectable High Side Current Sense Amplifier. Applications. Typical Application

LT6100 Precision, Gain Selectable High Side Current Sense Amplifier. Applications. Typical Application Features n Input Offset otage: 3µ (Max) n Sense Inputs Up to 8 n.5 Gain Accuracy n Pin Seectabe Gain:, 2.5, 2, 25,, 5/ n Separate Power Suppy: 2.7 to 36 n Operating Current: 6µA n Sense Input Current (

More information

Provides exact fault location to one span

Provides exact fault location to one span TWS Mark VI Traveing wave faut ocator Provides exact faut ocation to one span Reduce down time by getting to the faut site faster Track intermittent sef cearing fauts and focus maintenance at the right

More information

An Approach to use Cooperative Car Data in Dynamic OD Matrix

An Approach to use Cooperative Car Data in Dynamic OD Matrix An Approach to use Cooperative Car Data in Dynamic OD Matrix Estimation L. Montero and J. Barceó Department of Statistics and Operations Research Universitat Poitècnica de Cataunya UPC-Barceona Tech Abstract.

More information

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection?

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection? Deaing with Lin Bocage in mmwave etwors: DD Reaying or Muti-beam Refection? Mingjie Feng, Shiwen Mao Dept. Eectrica & Computer Engineering Auburn University, Auburn, AL 36849-5, U.S.A. Tao Jiang Schoo

More information

LT1176/LT Step-Down Switching Regulator FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION

LT1176/LT Step-Down Switching Regulator FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION Step-Down Switching Reguator FEATURES n 1.2A Onboard Switch n 100kHz Switching Frequency n Exceent Dynamic Behavior n DIP and Surface Mount Packages n Ony 8mA Quiescent Current n Preset 5 Output Avaiabe

More information

Radial basis function networks for fast contingency ranking

Radial basis function networks for fast contingency ranking Eectrica Power and Energy Systems 24 2002) 387±395 www.esevier.com/ocate/ijepes Radia basis function networks for fast contingency ranking D. Devaraj a, *, B. Yegnanarayana b, K. Ramar a a Department of

More information

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2 ISSN 319-8885 Vo.3,Issue.39 November-14, Pages:7859-7863 www.ijsetr.com Performance Comparison of Cyco-stationary Detectors with Matched Fiter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 1 PG Schoar,

More information

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Undergraduate Research Opportunity Project (UROP ) DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Student: Nguyen, Tran Thanh Binh Schoo of Eectrica & Eectronic Engineering Nayang Technoogica University

More information

Yongxiang Zhao Brookhaven National Laboratory Upton, NY, July 1998 CENTER FOR ACCELERATOR PHYSICS

Yongxiang Zhao Brookhaven National Laboratory Upton, NY, July 1998 CENTER FOR ACCELERATOR PHYSICS BNL CAP CCII, 65685 225-MUON-98C A NEW STRUCTURE OF LINEAR COLLIDER * Yongxiang Zhao Brookhaven Nationa Laboratory Upton, NY, 11973 RECEIVED AIK 1 7 1998 OSTI *This work was supported by the US Department

More information

LT1630/LT MHz, 10V/µs, Dual/Quad Rail-to-Rail Input and Output Precision Op Amps. Applications. Typical Application

LT1630/LT MHz, 10V/µs, Dual/Quad Rail-to-Rail Input and Output Precision Op Amps. Applications. Typical Application Features n Gain-Bandwidth Product: 3MHz n Sew Rate: V/µs n Low Suppy Current per Ampifier: 3.5mA n Input Common Mode Range Incudes Both Rais n Output Swings Rai-to-Rai n Input Offset Votage, Rai-to-Rai:

More information

Understanding The HA2500 Horizontal Output Load Test

Understanding The HA2500 Horizontal Output Load Test Understanding The HA2500 Horizonta Output Load Test Horizonta output stages are part of every CRT video dispay incuding cosed circuit monitors, computer monitors, video games, medica monitors, TVs. HDTVs,

More information

Co-channel Interference Suppression Techniques for STBC OFDM System over Doubly Selective Channel

Co-channel Interference Suppression Techniques for STBC OFDM System over Doubly Selective Channel Co-channe Interference Suppression Techniques for STBC OFDM System over Douby Seective Channe Jyoti P. Patra Dept. of Eectronics and Communication Nationa Institute Of Technoogy Rourkea-769008, India E

More information

Optimum Fault Current Limiter Placement

Optimum Fault Current Limiter Placement Optimum aut urrent Limiter acement Jen-Hao Teng han-an Lu Abstract: Due to the difficuty in power network reinforcement and the interconnection of more distributed generations, faut current eve has become

More information

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL ADATIV ITRATION SCHM OF TURBO COD USING HYSTRSIS CONTROL Chih-Hao WU, Kenichi ITO, Yung-Liang HUANG, Takuro SATO Received October 9, 4 Turbo code, because of its remarkabe coding performance, wi be popuar

More information

Joint Optimization of Scheduling and Power Control in Wireless Networks: Multi-Dimensional Modeling and Decomposition

Joint Optimization of Scheduling and Power Control in Wireless Networks: Multi-Dimensional Modeling and Decomposition This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Citation information: DOI 10.1109/TMC.2018.2861859,

More information

Manual SURFACE ROUGHNESS TESTER PCE-RT 1200

Manual SURFACE ROUGHNESS TESTER PCE-RT 1200 PCE Americas Inc. 711 Commerce Way Suite 8 Jupiter FL-33458 USA From outside US: +1 Te: (561) 32-9162 Fax: (561) 32-9176 info@pce-americas.com PCE Instruments UK Ltd. Units 12/13 Southpoint Business Park

More information

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE80.15.3A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS Ms. Jina H. She PG Student C.C.E.T, Wadhwan, Gujarat, Jina_hshet@yahoo.com Dr. K. H. Wandra Director

More information

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique Progress In Eectromagnetics Research Symposium Proceedings, Guangzhou, China, Aug. 25 28, 2014 849 Avaiabiity Anaysis for Eastic Optica Networks with Muti-path Virtua Concatenation Technique Xiaoing Wang

More information

LT3014B 20mA, 3V to 80V Low Dropout Micropower Linear Regulator FEATURES

LT3014B 20mA, 3V to 80V Low Dropout Micropower Linear Regulator FEATURES LT314B 2mA, 3V to 8V Low Dropout Micropower Linear Reguator FEATURES n Wide Input Votage Range: 3V to 8V n Low Quiescent Current: 7µA n Low Dropout Votage: 35 n Output Current: 2mA n LT314BHV Survives

More information

KW8M. Toward energy savings. Visualization. Makes us more ecological! Eco-POWER METER 1A/5A CT Input type

KW8M. Toward energy savings. Visualization. Makes us more ecological! Eco-POWER METER 1A/5A CT Input type WM co-powr MTR A/A CT Input type Visuaization Toward energy savings Maes us more ecoogica! Direct input of secondary side A/A CT Direct input from secondary side A/A type domestic and overseas CTs. Dedicated

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /GLOCOM.2003.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /GLOCOM.2003. Coon, J., Siew, J., Beach, MA., Nix, AR., Armour, SMD., & McGeehan, JP. (3). A comparison of MIMO-OFDM and MIMO-SCFDE in WLAN environments. In Goba Teecommunications Conference, 3 (Gobecom 3) (Vo. 6, pp.

More information

Operation Guide

Operation Guide MO0907-EB Operation Guide 709 713 Getting Acquainted Congratuations upon your seection of this CASO watch. To get the most out of your purchase, be sure to read this manua carefuy. Expose the watch to

More information

LTC2053/LTC2053-SYNC Precision, Rail-to-Rail, Zero-Drift, Resistor-Programmable Instrumentation Amplifier. Applications. Typical Application

LTC2053/LTC2053-SYNC Precision, Rail-to-Rail, Zero-Drift, Resistor-Programmable Instrumentation Amplifier. Applications. Typical Application Features n CMRR Independent of Gain n Maximum Offset Votage: µv n Maximum Offset Votage Drift: nv/ C n Rai-to-Rai Input n Rai-to-Rai Output n -Resistor Programmabe Gain n Suppy Operation:.V to ±.V n Typica

More information

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM Rate-Aocation Strategies for Cosed-Loop MIMO-OFDM Joon Hyun Sung and John R. Barry Schoo of Eectrica and Computer Engineering Georgia Institute of Technoogy, Atanta, Georgia 30332 0250, USA Emai: {jhsung,barry}@ece.gatech.edu

More information

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels Bind Mutiuser Detection in Asynchronous DS-CDMA Systems over akagami-m Fading Channes Vinay Kumar Pamua JU Kakinada, Andhra Pradesh, India 533 003 pamuavk@yahoo.com ABSRAC his paper presents a technique

More information

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Sateite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Jing Zhu and Sumit Roy Department of Eectrica Engineering, University of Washington Box 352500, Seatte, WA 98195, USA

More information

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks Resource Aocation via Linear Programming for Muti-Source, Muti-Reay Wireess Networs Nariman Farsad and Andrew W Ecford Dept of Computer Science and Engineering, Yor University 4700 Keee Street, Toronto,

More information

LIGHTNING PROTECTION OF MEDIUM VOLTAGE OVERHEAD LINES WITH COVERED CONDUCTORS BY ANTENNA-TYPE LONG FLASHOVER ARRESTERS

LIGHTNING PROTECTION OF MEDIUM VOLTAGE OVERHEAD LINES WITH COVERED CONDUCTORS BY ANTENNA-TYPE LONG FLASHOVER ARRESTERS C I R E D 17 th Internationa Conference on Eectricity Distribution Barceona, 12-15 May 23 LIGHTNING PROTECTION OF MEDIUM VOLTAGE OVERHEAD LINES WITH COVERED CONDUCTORS BY ANTENNA-TYPE LONG FLASHOVER ARRESTERS

More information

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS A. Heiß Energie-AG (EAM), Kasse G. Bazer Darmstadt University of Technoogy O. Schmitt ABB Caor Emag Schatanagen, Mannheim B. Richter

More information

CruzPro VAH-65. Advanced 3 BankVolts, 1 Bank Amps/Amp-Hour Monitor/w Alarms & NMEA 0183

CruzPro VAH-65. Advanced 3 BankVolts, 1 Bank Amps/Amp-Hour Monitor/w Alarms & NMEA 0183 Other CruzPro Products Depthsounders, Fishfinder & Speed/Temperature/Log DC Vots/Amps/Amp-Hour Monitors AC Vots/Amps/Freq/kW Monitor LPG/Petro Gas Detectors/Aarms Bige Water Aarms & Bige Pump Controers

More information

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis Pused RF Signas & Frequency Hoppers Using Rea Time Spectrum Anaysis 1 James Berry Rohde & Schwarz Pused Rea Time and Anaysis Frequency Seminar Hopper Agenda Pused Signas & Frequency Hoppers Characteristics

More information

Configuring Onyx to print on your HEXIS media

Configuring Onyx to print on your HEXIS media Configuring Onyx to print on your HEXIS media 1. Instaing a media profie suitabe for your HEXIS printing media 1.1. Downoading the media profie 2 1.2. Importing the media profie into Onyx 3 2. Defaut setting

More information

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Citation information: DOI 0.09/ACCESS.07.70008,

More information

P H O T O CD I N F O R M A T I O N B U L L E T I N

P H O T O CD I N F O R M A T I O N B U L L E T I N PCD 077 Juy, 1994 Copyright, Eastman Kodak Company, 1994 P H O T O CD I N F O R M A T I O N B U L L E T I N Fuy Utiizing Photo CD Images Maintaining Coor Consistency When Creating KODAK Photo CD Portfoio

More information

Design and Fabrication of a Radiation-Hard 500-MHz Digitizer Using Deep Submicron Technology

Design and Fabrication of a Radiation-Hard 500-MHz Digitizer Using Deep Submicron Technology Design and Fabrication of a Radiation-Hard 500-MHz Digitizer Using Deep Submicron Technoogy K.K. Gan The Ohio State University January 10, 2004 K.K. Gan, M.O. Johnson, R.D. Kass, A. Rahimi, C. Rush The

More information

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal Airborne Utrasonic Position and Veocity Measurement Using Two Cyces of Linear-Period-Moduated Signa Shinya Saito 1, Minoru Kuribayashi Kurosawa 1, Yuichiro Orino 1, and Shinnosuke Hirata 2 1 Department

More information

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM Performance Measures of a UWB Mutipe-Access System: DS/CDMA versus TH/PPM Aravind Kaias and John A. Gubner Dept. of Eectrica Engineering University of Wisconsin-Madison Madison, WI 53706 akaias@wisc.edu,

More information

R is in the unit of ma/mw or A/W. For semiconductor detectors, the value is approximately, 0.5 ma/mw.

R is in the unit of ma/mw or A/W. For semiconductor detectors, the value is approximately, 0.5 ma/mw. Light Detection Conventiona methods for the detection of ight can be categorized into photo-synthesis, photographic pate, and photoeectric effect. Photo-synthesis and photographic pate are based on ight-induced

More information

Analog-Digital versus DSP Implementation of Park s Current Calculators for AC Mains Self-Powered Systems

Analog-Digital versus DSP Implementation of Park s Current Calculators for AC Mains Self-Powered Systems Anaog-Digita versus DSP Impementation of Park s Current Cacuators for AC Mains Sef-Powere Systems VASCO SOARES, PEDRO VERDELHO DEEA - Departamento e Engenharia Eectrotécnica e Automação,, CAUTL, CIC ISEL

More information

BVRIT HYDERABAD College of Engineering for Women Department of Electronics and Communication Engineering

BVRIT HYDERABAD College of Engineering for Women Department of Electronics and Communication Engineering Subject Name: BVRIT HYDERABAD Coege of Engineering for Women Department of Eectronics and Communication Engineering Prepared by (Facuty Name): Hand Out Eectronic Circuit Anaysis Mr. G. Siva SankarVarma,

More information

A2000 Multifunctional Power Meter

A2000 Multifunctional Power Meter A2 3-348-98-3 16/2.8 Measurement of current, votage, active, reactive and apparent power, power factor, active and reactive energy, harmonic distortion and harmonics Precision measured vaues with error

More information

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System

Fast Hybrid DFT/DCT Architecture for OFDM in Cognitive Radio System Fast Hybrid DF/D Architecture for OFDM in ognitive Radio System Zhu hen, Moon Ho Lee, Senior Member, EEE, hang Joo Kim 3 nstitute of nformation&ommunication, honbuk ationa University, Jeonju, 56-756,Korea

More information

Electronic circuit protector ESX10-Sxxx-DC24V-1A-10A

Electronic circuit protector ESX10-Sxxx-DC24V-1A-10A Eectronic circuit protector ESX10-Sxxx-DC2V-1A-10A Description The mode ESX10-Sxxx extends our product group of eectronic overcurrent protection devices for DC 2 V appications. At a width of ony 12.5mm

More information

HEXFET Power MOSFET V DSS = 100V. R DS(on) = 23mΩ I D = 57A

HEXFET Power MOSFET V DSS = 100V. R DS(on) = 23mΩ I D = 57A Advanced Process Technoogy Utra Low On-Resistance Dynamic dv/dt Rating 175 C Operating Temperature Fast Switching Fuy Avaanche Rated Lead-Free Description Advanced HEXFET Power MOSFETs from Internationa

More information

LT8710 Synchronous SEPIC/ Inverting/Boost Controller with Output Current Control. Applications. Typical Application

LT8710 Synchronous SEPIC/ Inverting/Boost Controller with Output Current Control. Applications. Typical Application Features n Wide Input Range: 4.5V to 8V n Rai-to-Rai Output Current Monitor and Contro n Input Votage Reguation for High Impedance Inputs n C/1 or Power Good Indication Pin n MODE Pin for Forced CCM or

More information

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel Internationa Journa of Computer ppications (0975 8887) Voume 5 No.11, Juy 011 BER Performance naysis of Cognitive Radio Physica Layer over Rayeigh fading mandeep Kaur Virk Dr. B R mbedkar Nationa Institute

More information

FOR energy limited data networks, e.g., sensor networks,

FOR energy limited data networks, e.g., sensor networks, 578 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 8, NO., DECEMBER 009 An Optima Power Aocation Scheme for the STC Hybrid ARQ over Energy Limited Networks Hongbo Liu, Member, IEEE, Leonid Razoumov,

More information

Debugging EMI Using a Digital Oscilloscope

Debugging EMI Using a Digital Oscilloscope Debugging EMI Using a Digita Oscioscope 06/2009 Nov 2010 Fundamentas Scope Seminar of DSOs Signa Fideity 1 1 1 Debugging EMI Using a Digita Oscioscope Background radiated emissions Basics of near fied

More information

FEATURES APPLICATIONS TYPICAL APPLICATION

FEATURES APPLICATIONS TYPICAL APPLICATION FEATURES n Reguates Whie Sourcing or Sinking Current n Provides Termination for up to 27 SCSI Lines n μa Quiescent Current n Utraow Power Shutdown Mode n Current Limit and Therma Shutdown Protection n

More information

Communication Systems

Communication Systems Communication Systems 1. A basic communication system consists of (1) receiver () information source (3) user of information (4) transmitter (5) channe Choose the correct sequence in which these are arranged

More information

NON-ISOLATED DC/DC CONVERTERS

NON-ISOLATED DC/DC CONVERTERS .V / 5V / 4A VRPC-04C Series RoHS Compiant Nonisoated Industry standard pinout Fixed frequency High efficiency means ess power dissipation Optimized for cost Remote on/off Undervotage ockout Over current

More information

Implementation of the Neumann Formula for Calculating the Mutual Inductance between Planar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L.

Implementation of the Neumann Formula for Calculating the Mutual Inductance between Planar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L. Impementation of the Neumann Formua for Cacuating the Mutua Inductance between Panar PCB Inductors Sonntag, C.L.W.; Lomonova, E.; Duarte, J.L. Pubished in: Proc. The 18th Internationa Conference on Eectrica

More information

An Efficient Adaptive Filtering for CFA Demosaicking

An Efficient Adaptive Filtering for CFA Demosaicking Dev.. Newin et. a. / (IJCSE) Internationa Journa on Computer Science and Engineering An Efficient Adaptive Fitering for CFA Demosaicking Dev.. Newin*, Ewin Chandra Monie** * Vice Principa & Head Dept.

More information

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION Jinyu Li, Abderahman Mohamed, Geoffrey Zweig, and Yifan Gong Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 { jinyi, asamir,

More information

Non-Preemptive Interrupt Scheduling for Safe Reuse of Legacy Drivers in Real-Time Systems

Non-Preemptive Interrupt Scheduling for Safe Reuse of Legacy Drivers in Real-Time Systems Non-Preemptive Interrupt Scheduing for Safe Reuse of Legacy Drivers in Rea-Time Systems Tuio Facchinetti, Giorgio Buttazzo, Mauro Marinoni, and Giacomo Guidi University of Pavia, Itay {tuio.facchinetti,giorgio.buttazzo,

More information

LTC6652 Precision Low Drift Low Noise Buffered Reference FEATURES DESCRIPTION APPLICATIONS TYPICAL APPLICATION

LTC6652 Precision Low Drift Low Noise Buffered Reference FEATURES DESCRIPTION APPLICATIONS TYPICAL APPLICATION FEATURES n Low Drift: A Grade 5ppm/ C Max B Grade ppm/ C Max n High Accuracy: A Grade ±.5%, B Grade ±.% n Low Noise: ppm p-p (.Hz to Hz) n Fuy Specifi ed Over 4 C to 5 C Temperature Range n Sinks and Sources

More information

WITH THE rapid growth of the demand for low-power,

WITH THE rapid growth of the demand for low-power, IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 55, NO. 11, NOVEMBER 2008 3267 Accurate Systematic Mode-Parameter Extraction for On-Chip Spira Inductors Hao-Hui Chen, Member, IEEE, Huai-Wen Zhang, Shyh-Jong

More information

arxiv: v4 [physics.soc-ph] 31 Dec 2013

arxiv: v4 [physics.soc-ph] 31 Dec 2013 A Cascading Faiure Mode by Quantifying Interactions Junjian Qi and Shengwei Mei Department of Eectrica Engineering, Tsinghua University, Beijing, China 100084 arxiv:1301.2055v4 [physics.soc-ph] 31 Dec

More information

Firefighter Switch with Arc Fault Detection PVSEC-...-AF1

Firefighter Switch with Arc Fault Detection PVSEC-...-AF1 Firefighter Switch with Arc Faut Detection PVSEC... Description The term firefighter switch indicates a remotey controabe DC Disconnect with which the DC side of a photovotaic system in proximity of the

More information

GT3D Digital Timers. 100 to 240V AC (50/60Hz), 24V AC (50/60Hz)/24V DC

GT3D Digital Timers. 100 to 240V AC (50/60Hz), 24V AC (50/60Hz)/24V DC rs G3D Series G3D rs Key features of the G3D series incude: Precise time setting using digita thumbwhee switches Eapsed or time remaining LCD dispay 6 time ranges, 16 timing functions deays up to 99.9

More information

LT6203X High Temperature 175 C Dual 100MHz, Rail-to-Rail Input and Output, Ultralow 1.9nV/ Hz Noise, Low Power Op Amp Description

LT6203X High Temperature 175 C Dual 100MHz, Rail-to-Rail Input and Output, Ultralow 1.9nV/ Hz Noise, Low Power Op Amp Description Features Appications LT3X High Temperature 7 C Dua MHz, Rai-to-Rai Input and Output, Utraow.9nV/ Hz Noise, Low Power Op Amp Description Extreme High Temperature Operation: C to 7 C Low Noise Votage:.9nV/

More information

CHANNEL ESTIMATION USING EXTENDED KALMAN FILTER WITH SLICED MULTI MODULUS BLIND EQUALIZATION ALGORITHM (SMMA)

CHANNEL ESTIMATION USING EXTENDED KALMAN FILTER WITH SLICED MULTI MODULUS BLIND EQUALIZATION ALGORITHM (SMMA) Journa of Theoretica and Appied nformation Technoogy 005-06 JATT & LLS. A rights reserved. SSN: 99-8645 www.jatit.org E-SSN: 87-395 CHANNEL ESTMATON USNG EXTENDED KALMAN FLTE WTH SLCED MULT MODULUS BLND

More information

Firefighter Switch with Arc Fault Detection PVSEC-...-AF...

Firefighter Switch with Arc Fault Detection PVSEC-...-AF... Firefighter Switch with Arc Faut Detection PVSEC... Description The term firefighter switch indicates a remotey controabe DC Disconnect with which the DC side of a photovotaic system in proximity of the

More information

Rateless Codes for the Gaussian Multiple Access Channel

Rateless Codes for the Gaussian Multiple Access Channel Rateess Codes for the Gaussian Mutipe Access Channe Urs Niesen Emai: uniesen@mitedu Uri Erez Dept EE, Te Aviv University Te Aviv, Israe Emai: uri@engtauaci Devavrat Shah Emai: devavrat@mitedu Gregory W

More information

Energy Measurement and Management MT MD Multifunction meters with load profile

Energy Measurement and Management MT MD Multifunction meters with load profile Energy Measurement and Management MT851... MD851... Mutifunction meters with oad profie The MT851 / MD851 eectronic mutifunction eectricity meters are designed for metering of active energy in two directions,

More information

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication Under Channel Uncertainties: A Stable Matching Approach

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication Under Channel Uncertainties: A Stable Matching Approach Distributed Resource Aocation for Reay-Aided Device-to-Device Communication Under Channe Uncertainties: A Stabe Matching Approach Monowar Hasan, Student Member, IEEE, and Ekram Hossain, Feow, IEEE Abstract

More information

Wireless Communications

Wireless Communications Wireess Communications Ceuar Concept Hamid Bahrami Reference: Rappaport Chap3 Eectrica & Computer Engineering Statements of Probems Soving the probem of Spectra congestion System Capacity A system-eve

More information

METRAHIT 27M and METRAHIT 27I Milliohm Resistance Meter and Digital Multimeter, Insulation Tester and Data Logger

METRAHIT 27M and METRAHIT 27I Milliohm Resistance Meter and Digital Multimeter, Insulation Tester and Data Logger 3-349-206-03 8/2.12 The METRA HIT 27M is a compact miiohm resistance meter pus mutimeter and thermometer for the measurement of ow-vaue contact resistance on aircraft outer skins (ightning protection,

More information

LT6658 Precision Dual Output, High Current, Low Noise, Voltage Reference. Applications. Typical Application

LT6658 Precision Dual Output, High Current, Low Noise, Voltage Reference. Applications. Typical Application Features Dua Output Tracking Reference Each Output Configurabe to 6 Output : ma Source/2mA Sink Output 2: ma Source/2mA Sink Low Drift: A-Grade: ppm/ C Max B-Grade: 2ppm/ C Max High Accuracy: A-Grade:

More information

LT1498/LT MHz, 6V/µs, Dual/Quad Rail-to-Rail Input and Output Precision C-Load Op Amps FEATURES DESCRIPTION APPLICATIONS

LT1498/LT MHz, 6V/µs, Dual/Quad Rail-to-Rail Input and Output Precision C-Load Op Amps FEATURES DESCRIPTION APPLICATIONS FEATURES n Rai-to-Rai Input and Output n 475 Max V OS from V + to V n Gain-Bandwidth Product: MHz n Sew Rate: 6V/μs n Low Suppy Current per Ampifi er: 1.7mA n Input Offset Current: 65 Max n Input Bias

More information

Configuring RolandVersaWorks to print on your HEXIS media

Configuring RolandVersaWorks to print on your HEXIS media PRINTING DIVISION Product Buetin N 4 Configuring RoandVersaWorks to print on your HEXIS media 1. Instaing a media profie suitabe for your HEXIS printing media 1.1. Downoading the media profie 2 1.2. Importing

More information

Alignment of Defense Contractors Innovation Strategies With US DOD RDT&E Plans: The Winners and Losers.

Alignment of Defense Contractors Innovation Strategies With US DOD RDT&E Plans: The Winners and Losers. Aignment of Defense Contractors Innovation Strategies With US DOD RDT&E Pans: The Winners and Losers. A new anaysis by Vector Anaytics based on the FY19 budget request. www.vector-anaytics.com 2 This new

More information

LTC4365 UV, OV and Reverse Supply Protection Controller APPLICATIONS TYPICAL APPLICATION

LTC4365 UV, OV and Reverse Supply Protection Controller APPLICATIONS TYPICAL APPLICATION , and Reverse Suppy Protection Controer FEATURES n Wide Operating Votage Range: 2.5V to 34V n Overvotage Protection to 6V n Reverse Suppy Protection to 4V n Bocks 5Hz and 6Hz AC Power n No Input Capacitor

More information