Discrete Cosine Transform Based Causal Convolutional Neural Network for Drift Compensation in Chemical Sensors

Total Page:16

File Type:pdf, Size:1020Kb

Discrete Cosine Transform Based Causal Convolutional Neural Network for Drift Compensation in Chemical Sensors DISCRETE COSINE TRANSFORM BASED CAUSAL CONVOLUTIONAL NEURAL NETWORK FOR DRIFT COMPENSATION IN CHEMICAL SENSORS Diaa Badawi∗ Agamyrat Agambayevy Sule Ozevy A. Enis C¸etin∗ ∗ Department of Electrical & Computer Engineering, University of Illinois at Chicago, Chicago, IL y School of Electrical, Computer and Energy Engineering, Arizona State University, Tempe, AZ ABSTRACT identify the gas analyte identity. Others have employed dif- ferent methods to counteract the sensor drift for the task of Sensor drift is a major problem in chemical sensors that re- analyte identification, such as domain adaptation [5,6], semi- quires addressing for reliable and accurate detection of chem- supervised learning [7], and deep stacked autoencoders [8]. ical analytes. In this paper, we develop a causal convolu- In the aforementioned papers, the features extracted from the tional neural network (CNN) with a Discrete Cosine Trans- sensors become unreliable as the sensor ages. On the other form (DCT) layer to estimate the drift signal. In the DCT hand, other approaches try to estimate the drift directly from module, we apply soft-thresholding nonlinearity in the trans- the time-series measurements of the sensors using iterative form domain to denoise the data and obtain a sparse represen- interpolation techniques [9], or by using Independent Com- tation of the drift signal. The soft-threshold values are learned ponent Analysis [10]. After the drift signal is estimated, it during training. Our results show that DCT layer-based CNNs can be subtracted from the sensor measurements to determine are able to produce a slowly varying baseline drift signal. We the actual sensor response. train the CNN on synthetic data and test it on real chemical The wide success of deep convolutional neural networks sensor data. Our results show that we can have an accurate (CNNs) has been demonstrated by their ability to achieve and smooth drift estimate even when the observed sensor sig- state-of-the-art performance in many time-series recogni- nal is very noisy. tion tasks. CNNs have been used in analyte classification Index Terms— chemical sensor drift, chemical sensor, problems [4, 11]. One particular variant of convolutional time series analysis, discrete cosine transform, convolutional neural networks, the temporal convolutional neural network neural networks (TCNN), has been shown to outperform recurrent neural net- works on many benchmark data sets [12, 13]. This motivates 1 Introduction us to employ a TCNN-based framework to address the prob- Chemical sensors have been used for detecting and identify- lem of drift correction in chemical sensor data. Given the ing chemical analytes in a wide array of industrial and safety fact that sensor drift is a slowly varying signal, we propose applications [1]. Despite the fact that chemical sensor tech- utilizing the Discrete Cosine Transform (DCT) to extract nology provides practical solutions, sensor responses may de- a baseline drift signal from the observed sensor signal. In grade with time, resulting in inconsistent results.This phe- particular, we propose a new type of layer to be integrated nomenon is known as sensor drift. Sensor drift arises be- into the conventional TCNN, which we call DCT-based sub- cause of internal factors such as sensor poisoning and ag- network. In the DCT-based sub-network, we compute the ing, and/or external factors such as humidity and temperature DCT over sliding short-time windows of the temporal feature changes [2]. The chemical sensory system becomes unreli- maps. We then apply the soft-thresholding nonlinearity in the able over time, if the sensor drift signal is not properly esti- transform domain and compute the inverse DCT to transform mated. the features back to time domain. In the transform domain, There has been extensive work to address the drift prob- we use soft-thresholding that is parametrized by threshold lem using signal processing and machine learning. One com- variables, which are learned during training by the stan- mon approach is to extract features carefully from the time dard backpropagation algorithm. Our results show that the series sensor measurements and optimize a machine learning the nonlinear denoising and smoothing in transform domain algorithm to recognize patterns from these features [3, 4]. In using the DCT-based structure removes the high-frequency [3], discriminative features are extracted from the responses features, i.e., induces smoothness in the features and, sub- of the sensors and then fed into support vector machines to sequently, the constructed output baseline drift signal. Any significant deviation from the sensor baseline signal indicates This work is being supported in part by NSF grants 1739396 (UIC) and 1739451 (ASU). The authors, Badawi and Cetin, additionally thank NVIDIA the existence of chemical vapors. ICASSP 2021 - IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) | 978-1-7281-7605-5/20/$31.00 ©2021 DOI: 10.1109/ICASSP39728.2021.9414512 for an equipment grant. The organization of this paper is as follows: First we ex- 978-1-7281-7605-5/21/$31.00 ©2021 IEEE 8012 ICASSP 2021 Authorized licensed use limited to: University of Illinois at Chicago Library. Downloaded on June 02,2021 at 22:23:21 UTC from IEEE Xplore. Restrictions apply. plain the drift problem, TCNN-framework and the DCT-based 1.000 0.995 structure for drift estimation in Section 2. In Section 3, we 0.990 present experimental results. Finally, in Section 4 we con- Response 0.985 clude our work. 0.980 0 200 400 600 800 1000 2 Causal DCT-based Real-Time Sen- Time (mins) sor Drift Estimation Framework Fig. 1: Overall sensor measurement signal (blue) and the un- derlying drift signal (red) The drift response of ChemFET sensors is modeled as a linear is used. The PG method is an iterative method involving se- combination of exponential decays [14–18]. In our ChemFET quential forward and inverse Fourier Transform computations sensors we can approximate the drift waveform using the fol- over blocks of sensor data. It requires some time-domain in- lowing model [19, 20] formation about the drift signal and it is assumed that the sen- t t d(t) = (R0 + R) + Rf exp − + Rs exp − sor is not exposed to gas vapor initially. To interpolate the τf + f τs + s “missing” drift portions where p(t) = 0, the authors also (1) assumed a low-pass bandwidth (BW)6 for the drift signal in where d(0) = R0 + R + Rf + Rs is the sensor conversion the Fourier domain [9]. In contrast, we do not assume any factor at the initial time after deployment and reset, Rf , Rs prior bandwidth information. The neural network automati- are fast and slow drift coefficients, τf , τs are fast and slow cally imposes the sparsity constraint on the drift signal in the drift time constants, and R, f , s are the corresponding er- transform domain during training by learning DCT domain ror terms for each of the model variables. It is not possible soft thresholds. Furthermore, we do not use future samples to know the values of the time constants and other parameters during the DCT computation to estimate the drift signal d(t). in Eq. 1 but this model enables us to generate a random pop- We use only the past and current samples of y(t) to estimate ulation of sensors with individual sensitivities and individual the drift signal d(t). As a result, we compute a real-time esti- time constants that can differ significantly. mate of d(t)1. Let a sensor time measurement be y(t) at time t. Let d(t) be the drift signal at time t. Let p(t) be the desired sensor re- 2.1 TCNN with DCT layer sponse without the drift component (drift-corrected response We developed a Temporal Convolutional Neural Network in absence of noise). The observed sensor measurement is (TCNN) with a DCT layer to extract the drift signal d[n] y(t) = d(t) + p(t) + v(t), where v(t) is the noise signal. from the observed sensor signal y[n] 2. In TCNN, the convo- Given y(t), we are interested in estimating the drift signal lutional layers implement causal convolution. Therefore, in d(t) so that we can estimate p(t). this approach, given a time series y[t] for t = 1; 2; ::: n , When a sensor is exposed to a gas vapour, it starts absorb- f g one can determine a drift estimate d^[n] and, subsequently, ing the vapour and its response changes accordingly. Once the p^[n] = y[n] d[n]. TCNN implements the so-called dilated sensor is no longer exposed to the gas vapour, it starts exuding convolution− in their convolutional layers, which can be ex- the vapour it had absorbed earlier. Absorbing and exuding the K−1 pressed as y [n] := P h[k]x[n rk]; where h is the one vapour depends on the sensor material, the analyte type and r k=0 dimensional temporal filter of length−K, and r is the dilation the environment. The ideal sensor response in the absence of rate. drift can be approximated analytically as follows [21] TCNN is made up of successive convolutional blocks. 8 0 t Ts Furthermore, residual connections are also used between suc- <> ≤ −1 t−Ts p(t) = βτ tan Ts t Ts + ∆T cessive blocks of convolutional layers. Our TCN design goes τ ≤ ≤ :> −1 t−Ts −1 t−Ts−∆T as follows: We first apply an ordinary convolutional layer βτ tan τ tan τ t Ts + ∆T − ≥ (2) with filters of length 5. Afterwards, we apply convolutional where Ts is the starting time of the exposure, and ∆T is blocks with dilated convolution and residual connections. the exposure duration.
Recommended publications
  • Discrete Cosine Transform Based Image Fusion Techniques VPS Naidu MSDF Lab, FMCD, National Aerospace Laboratories, Bangalore, INDIA E.Mail: [email protected]
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by NAL-IR Journal of Communication, Navigation and Signal Processing (January 2012) Vol. 1, No. 1, pp. 35-45 Discrete Cosine Transform based Image Fusion Techniques VPS Naidu MSDF Lab, FMCD, National Aerospace Laboratories, Bangalore, INDIA E.mail: [email protected] Abstract: Six different types of image fusion algorithms based on 1 discrete cosine transform (DCT) were developed and their , k 1 0 performance was evaluated. Fusion performance is not good while N Where (k ) 1 and using the algorithms with block size less than 8x8 and also the block 1 2 size equivalent to the image size itself. DCTe and DCTmx based , 1 k 1 N 1 1 image fusion algorithms performed well. These algorithms are very N 1 simple and might be suitable for real time applications. 1 , k 0 Keywords: DCT, Contrast measure, Image fusion 2 N 2 (k 1 ) I. INTRODUCTION 2 , 1 k 2 N 2 1 Off late, different image fusion algorithms have been developed N 2 to merge the multiple images into a single image that contain all useful information. Pixel averaging of the source images k 1 & k 2 discrete frequency variables (n1 , n 2 ) pixel index (the images to be fused) is the simplest image fusion technique and it often produces undesirable side effects in the fused image Similarly, the 2D inverse discrete cosine transform is defined including reduced contrast. To overcome this side effects many as: researchers have developed multi resolution [1-3], multi scale [4,5] and statistical signal processing [6,7] based image fusion x(n1 , n 2 ) (k 1 ) (k 2 ) N 1 N 1 techniques.
    [Show full text]
  • Temperature Compensation Circuit for ISFET Sensor
    Journal of Low Power Electronics and Applications Article Temperature Compensation Circuit for ISFET Sensor Ahmed Gaddour 1,2,* , Wael Dghais 2,3, Belgacem Hamdi 2,3 and Mounir Ben Ali 3,4 1 National Engineering School of Monastir (ENIM), University of Monastir, Monastir 5000, Tunisia 2 Electronics and Microelectronics Laboratory, LR99ES30, Faculty of Sciences of Monastir, University of Monastir, Monastir 5000, Tunisia; [email protected] (W.D.); [email protected] (B.H.) 3 Higher Institute of Applied Sciences and Technology of Sousse (ISSATSo), University of Sousse, Sousse 4003, Tunisia; [email protected] 4 Nanomaterials, Microsystems for Health, Environment and Energy Laboratory, LR16CRMN01, Centre for Research on Microelectronics and Nanotechnology, Sousse 4034, Tunisia * Correspondence: [email protected]; Tel.: +216-50998008 Received: 3 November 2019; Accepted: 21 December 2019; Published: 4 January 2020 Abstract: PH measurements are widely used in agriculture, biomedical engineering, the food industry, environmental studies, etc. Several healthcare and biomedical research studies have reported that all aqueous samples have their pH tested at some point in their lifecycle for evaluation of the diagnosis of diseases or susceptibility, wound healing, cellular internalization, etc. The ion-sensitive field effect transistor (ISFET) is capable of pH measurements. Such use of the ISFET has become popular, as it allows sensing, preprocessing, and computational circuitry to be encapsulated on a single chip, enabling miniaturization and portability. However, the extracted data from the sensor have been affected by the variation of the temperature. This paper presents a new integrated circuit that can enhance the immunity of ion-sensitive field effect transistors (ISFET) against the temperature.
    [Show full text]
  • A Novel MEMS Pressure Sensor with MOSFET on Chip
    A Novel MEMS Pressure Sensor with MOSFET on Chip Zhao-Hua Zhang *, Yan-Hong Zhang, Li-Tian Liu, Tian-Ling Ren Tsinghua National Laboratory for Information Science and Technology Institute of Microelectronics, Tsinghua University Beijing 100084, China [email protected] Abstract—A novel MOSFET pressure sensor was proposed Figure 1. Two PMOSFET’s and two piezoresistors are based on the MOSFET stress sensitive phenomenon, in which connected to form a Wheatstone bridge. To obtain the the source-drain current changes with the stress in channel maximum sensitivity, these components are placed near the region. Two MOSFET’s and two piezoresistors were employed four sides of the silicon diaphragm, which are the high stress to form a Wheatstone bridge served as sensitive unit in the regions. The MOSFET’s has the same structure parameter novel sensor. Compared with the traditional piezoresistive W/L, same threshold voltage VT and gate-source voltage VGS pressure sensor, this MOSFET sensor’s sensitivity is improved (equal to VG-Vdd). They are designed to work in the significantly, meanwhile the power consumption can be saturation region. The piezoresistors also have the same decreased. The fabrication of the novel pressure sensor is low- resistance R . cost and compatible with standard IC process. It shows the 0 great promising application of MOSFET-bridge-circuit structure for the high performance pressure sensor. This kind of MEMS pressure sensor with signal process circuit on the same chip can be used in positive or negative Tire Pressure Monitoring System (TPMS) which is very hot in automotive electron research field. I.
    [Show full text]
  • Simplifying Current Sensing (Rev. A)
    Simplifying Current Sensing How to design with current sense amplifiers Table of contents Introduction . 3 Chapter 4: Integrating the current-sensing signal chain Chapter 1: Current-sensing overview Integrating the current-sensing signal path . 40 Integrating the current-sense resistor . 42 How integrated-resistor current sensors simplify Integrated, current-sensing PCB designs . 4 analog-to-digital converter . 45 Shunt-based current-sensing solutions for BMS Enabling Precision Current Sensing Designs with applications in HEVs and EVs . 6 Non-Ratiometric Magnetic Current Sensors . 48 Common uses for multichannel current monitoring . 9 Power and energy monitoring with digital Chapter 5: Wide VIN and isolated current sensors . 11 current measurement 12-V Battery Monitoring in an Automotive Module . 14 Simplifying voltage and current measurements in Interfacing a differential-output (isolated) amplifier battery test equipment . 17 to a single-ended-input ADC . 50 Extending beyond the maximum common-mode range of discrete current-sense amplifiers . 52 Chapter 2: Out-of-range current measurements Low-Drift, Precision, In-Line Isolated Magnetic Motor Current Measurements . 55 Measuring current to detect out-of-range conditions . 20 Monitoring current for multiple out-of-range Authors: conditions . 22 Scott Hill, Dennis Hudgins, Arjun Prakash, Greg Hupp, High-side motor current monitoring for overcurrent protection . 25 Scott Vestal, Alex Smith, Leaphar Castro, Kevin Zhang, Maka Luo, Raphael Puzio, Kurt Eckles, Guang Zhou, Chapter 3: Current sensing in Stephen Loveless, Peter Iliya switching systems Low-drift, precision, in-line motor current measurements with enhanced PWM rejection . 28 High-side drive, high-side solenoid monitor with PWM rejection . 30 Current-mode control in switching power supplies .
    [Show full text]
  • Integrated Switch Current Sensor for Shortcircuit Protection and Current Control of 1.7-Kv Sic MOSFET Modules
    Integrated Switch Current Sensor for Shortcircuit Protection and Current Control of 1.7-kV SiC MOSFET Modules Jun Wang, Zhiyu Shen, Rolando Burgos, Dushan Boroyevich Center for Power Electronics Systems Virginia Polytechnic Institute and State Blacksburg, VA 24061, USA [email protected] Abstract—This paper presents design and implementations of a switch current sensor based on Rogowski coils. The current sensor is designed to address the issue of using desaturation circuit to protect the SiC MOSFET during shortcircuit. Specifications are given to meet the application requirement for SiC MOSFETs. It is also designed for high accuracy and high bandwidth for converter current control. PCB-based winding and shielding layout is proposed to minimize the noises caused by the high dv/dt at switching. The coil on PCB are modeled by impedance measurement, thus the bandwidth of coil is calculated. At the end, various test results are demonstrated to validate the great performance of the switch current sensor. Fig. 1. Output characteristics comparison: Si IGBT vs. SiC MOSFET Keywords—current sensing; Rogowski; SiC MOSFET; shortcircuit; current control I. INTRODUCTION SiC MOSFET, as a wide-bandgap device, has superior performance for its high breakdown electric field, low on-state resistance, fast switching speed and high working temperature [1]. High switching speed enables high switching frequency, which improves the power density of high power converters. The gradual cost reduction and packaging advancement bring a Fig. 2. Principle shortcircuit current comparison: Si IGBT vs. SiC MOSFET promising trend of replacing the conventional Si IGBTs with SiC MOSFET modules in high power applications. quickly and reaches its saturation value, where the VCE hits the Shortcircuit protection is one of the major challenges protection threshold value (“Fault detection” in the Fig.1).
    [Show full text]
  • Development of MEMS Capacitive Sensor Using a MOSFET Structure
    Extended Summary 本文は pp.102-107 Development of MEMS Capacitive Sensor Using a MOSFET Structure Hayato Izumi Non-member (Kansai University, [email protected]) Yohei Matsumoto Non-member (Kansai University, [email protected] u.ac.jp) Seiji Aoyagi Member (Kansai University, [email protected] u.ac.jp) Yusaku Harada Non-member (Kansai University, [email protected] u.ac.jp) Shoso Shingubara Non-member (Kansai University, [email protected]) Minoru Sasaki Member (Toyota Technological Institute, [email protected]) Kazuhiro Hane Member (Tohoku University, [email protected]) Hiroshi Tokunaga Non-member (M. T. C. Corp., [email protected]) Keywords : MOSFET, capacitive sensor, accelerometer, circuit for temperature compensation The concept of a capacitive MOSFET sensor for detecting voltage change, is proposed (Fig. 4). This circuitry is effective for vertical force applied to its floating gate was already reported by compensating ambient temperature, since two MOSFETs are the authors (Fig. 1). This sensor detects the displacement of the simultaneously suffer almost the same temperature change. The movable gate electrode from changes in drain current, and this performance of this circuitry is confirmed by SPICE simulation. current can be amplified electrically by adding voltage to the gate, The operating point, i.e., the output voltage, is stable irrespective i.e., the MOSFET itself serves as a mechanical sensor structure. of the ambient temperature change (Fig. 5(a)). The output voltage Following this, in the present paper, a practical test device is has comparatively good linearity to the gap length, which would fabricated.
    [Show full text]
  • THE IMPACT QF MOSFET-BASED SENSORS * Abstract The
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Universiteit Twente Repository Sensors and Actuators, 8 (1985) 109 - 127 109 THE IMPACT QF MOSFET-BASED SENSORS * P BERGVELD Department of Electrical Engmeermg, Twente Unwerslty of Technology, P 0 Box 217, 7500 AE Enschede (The Netherlands) (Received May 21,1985, m revlsed form October 4,1985, accepted October 29, 1985) Abstract The basic structure as well as the physical existence of the MOS held- effect transistor 1s without doubt of great importance for the development of a whole series of sensors for the measurement of physical and chemical environmental parameters The equation for the MOSFET dram current already shows a number of parameters that can be directly influenced by an external quantity, but small technological varlatlons of the orlgmal MOSFET configuration also give rise to a large number of sensing propertles All devices have m common that a surface charge 1s measured m a slllcon chip, depending on an electric field m the adJacent insulator FET-based sensors such as the GASFET, OGFET, ADFET, SAFET, CFT, PRESSFET, ISFET, CHEMFET, REFET, ENFET, IMFET, BIOFET, etc developed up to the present or those to be developed m the near future will be discussed m relation to the conslderatlons mentioned above 1. Introduction The measurement of semiconductor surface charge as a function of an electric field perpendicular to the surface was mentloned as early as 1925 by Llhenfeld and Hell as a possible principle for an electronic device that would not consume any power
    [Show full text]
  • CMOS Image Sensors Are Entering a New Age
    CMOS Image Sensors are entering a new age Pierre Fereyre, Gareth Powell e2v, Avenue de Rochepleine, BP123, Saint-Egrève, F-38521, France. I. INTRODUCTION In the early 90’s, it was suggested that Charge Coupled Devices (CCDs) were in the process of becoming extinct and considered to be ‘technological dinosaurs’ [1]. The prediction is not entirely wrong, if the announcement made by Sony in 2015 is taken as an example. Sony Corporation has officially announced the end of the mass production of CCD and has entered into the last buy order procedure. While this announcement was expected for many years, it has caused a stir within the professional imaging community [2]. It is interesting to note that many industrial or professional applications (where CMOS Image Sensor (CIS) technology was expected to dominate) are still based on CCD sensors. Which characteristics still make CCDs more attractive that are not available with a CIS? At the beginning the two technologies cohabited and CCDs quickly established themselves as a superior technology to meet stringent image quality requirements. CMOS technology was then in its infancy and limited by its inherent noise and the pixel complexity. Architectures were then essentially analog and the idea of integrating the image processing features (System On-Chip) was not yet considered. The shrinkage of the technological node according to Moore's Law has made this technology more and more competitive due to its rapid expansion in the 2000s. CIS are now in the race of continuously improving electro-optical performances, and in many aspects are often shown to be better than CCDs.
    [Show full text]
  • DC I-V Characterization of FET-Based Biosensors Using the 4200A-SCS
    DC I-V Characterization of FET-Based Biosensors Using the 4200A-SCS Parameter Analyzer –– APPLICATION NOTE DC I-V Characterization of FET-Based Biosensors APPLICATION NOTE Using the 4200A-SCS Parameter Analyzer Introduction Analyzer shown in Figure 1. This configurable test system simplifies these measurements into one integrated system Extensive research and development have been invested that includes hardware, interactive software, graphics, and in semiconductor-based biosensors because of their low analysis capabilities. cost, rapid response, and accurate detection. In particular, field effect transistor (FET) based biosensors, or bioFETs, This application note describes typical bioFETs, explains are used in a wide variety of applications such as in how to make electrical connections from the SMUs to the biological research, point-of-care diagnostics, environmental device, defines common DC I-V tests and the instruments applications and even in food safety. used to make the measurements, and explains measurement considerations for optimal results. A bioFET converts a biological response to an analyte and converts it into an electrical signal that can be easily measured using DC I-V techniques. The output characteristics (Id-Vd), transfer (Id-Vg) characteristics, and current measurements vs.time (I-t) can be related to the detection and magnitude of the analyte. These DC I-V tests can easily be measured using multiple Source Measure Units (SMUs) depending on the number of terminals on the device. An SMU is an instrument that can source and measure current and voltage and can be used to apply voltage to the gate and drain terminals of the FET. An integrated system that combines multiple SMUs with interactive software is the Keithley 4200A-SCS Parameter Figure 1.
    [Show full text]
  • Chapter 3 Sensors and Biosensors for Endocrine Disrupting Chemicals: State-Of-The-Art and Future Trends
    Chapter 3 Sensors and biosensors for endocrine disrupting chemicals: State-of-the-art and future trends Achintya N. Bezbaruah and Harjyoti Kalita 3.1 INTRODUCTION Endocrine systems control hormones and activity-related hormones in many living organisms including mammals, birds, and fish. The endocrine system consists of various glands located throughout the body, hormones produced by the glands, and receptors in various organs and tissues that recognize and respond to the hormones (USEPA, 2010a). There are some chemicals and compounds that cause interferences in the endocrine system and these substances are known as endocrine disrupting chemicals (EDCs). Wikipedia states that EDCs or ‘‘endocrine disruptors are exogenous substances that act like hormones in the endocrine system and disrupt the physiologic function of #2010 IWA Publishing. Treatment of Micropollutants in Water and Wastewater . Edited by Jurate Virkutyte, Veeriah Jegatheesan and Rajender S. Varma. ISBN: 9781843393160. Published by IWA Publishing, London, UK. 94 Treatment of Micropollutants in Water and Wastewater endogenous hormones. They are sometimes also referred to as hormonally active agents.’’ EDCs can be man-made or natural. These compounds are found in plants (phytochemicals), grains, fruits and vegetables, and fungus. Alkyl-phenols found in detergents, bisphenol A used in PVC products, dioxins, various drugs, synthetic estrogens found in birth control pills, heavy metals (Pb, Hg, Cd), pesticides, pasticizers, and phenolic products are all examples of EDCs from a long list that is rapidly getting longer. It is suspected that EDCs could be harmful to living organisms, therefore, there is a concerted effort to detect and treat EDCs before they can cause harm to the ecosystem components.
    [Show full text]
  • CCD and CMOS Sensor Technology Technical White Paper Table of Contents
    White paper CCD and CMOS sensor technology Technical white paper table of contents 1. Introduction to image sensors 3 2. CCD technology 4 3. CMOS technology 5 4. HDtV and megapixel sensors 6 5. Main differences 6 6. Conclusion 6 5. Helpful links and resources 7 1. Introduction to image sensors When an image is being captured by a network camera, light passes through the lens and falls on the image sensor. The image sensor consists of picture elements, also called pixels, that register the amount of light that falls on them. They convert the received amount of light into a corresponding number of electrons. The stronger the light, the more electrons are generated. The electrons are converted into voltage and then transformed into numbers by means of an A/D-converter. The signal constituted by the numbers is processed by electronic circuits inside the camera. Presently, there are two main technologies that can be used for the image sensor in a camera, i.e. CCD (Charge-coupled Device) and CMOS (Complementary Metal-oxide Semiconductor). Their design and dif- ferent strengths and weaknesses will be explained in the following sections. Figure 1 shows CCD and CMOS image sensors. Figure 1. Image sensors: CCD (left) and CMOS (right) Color filtering Image sensors register the amount of light from bright to dark with no color information. Since CMOS and CCD image sensors are ‘color blind’, a filter in front of the sensor allows the sensor to assign color tones to each pixel. Two common color registration methods are RGB (Red, Green, and Blue) and CMYG (Cyan, Magenta, Yellow, and Green).
    [Show full text]
  • Fast Transmission of Image, Reduction of Energy Consumption and Lifetime Extension in Wireless Cameras Networks
    Vol. 11(1), pp. 1-11, April 2019 DOI: 10.5897/JETR2018.0656 Article Number: 0336C9A60770 ISSN: 2006-9790 Copyright ©2019 Journal of Engineering and Technology Author(s) retain the copyright of this article http://www.academicjournals.org/JETR Research Full Length Research Fast transmission of image, reduction of energy consumption and lifetime extension in wireless cameras networks Nirmi Hajraoui* and N. Raissouni Laboratory of Remote Sensing and Geographic Information System (LRSGIS), Department of Telecommunication, University of Abdelmalek Essaâdi, ENSA-Tetouan, Mhanech2, Tetouan, 93002, Morocco. Received 8 December, 2018; Accepted 7 March, 2019 In this paper, a fast image processing was proposed. It ensures energy efficiency and the extension of both the lifetime and the proper functioning of the network. It is a filtered zonal discrete cosine transform that allows and optimizes an effective adjustment of the trade-off between power consumption and image distortion. This is a remarkable energy saving method, in this kind of networks. It is applied throughout the chain of transmission and decompression of the image. It makes it possible to integrate a fast and a filtered zonal discrete cosine transform. This proposal dramatically improves the indicated method. The insertion of the frequency filters in this chain has greatly reduced the coefficients to be calculated and to be coded in each block. This new method ensures the fast transfer of images, decreases more the energy consumption of sensors and maintains a long network lifetime. This proposal seems to us very satisfactory as shown by the experimental results provided here. Key words: Energy saving, fast zonal discrete cosine transform, filtered fast zonal discrete cosine transform, image compression, wireless vision sensors network, zonal coding.
    [Show full text]