Digital Image Processing Lectures 11 & 12

Total Page:16

File Type:pdf, Size:1020Kb

Digital Image Processing Lectures 11 & 12 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Digital Image Processing Lectures 11 & 12 M.R. Azimi, Professor Department of Electrical and Computer Engineering Colorado State University M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Algorithm For Computing Linear Convolution using 2D DFT-Cont Example 1 (circular convolution): 1 0 1 0 Consider 2-D arrays x(m; n) = ,h(m; n) = . Find y^(m; n) 2 1 1 1 and y(m; n). The 2 × 2 DFT of these sequences give 1 1 X X −j 2πmk −j 2πnl X(k; l) = x(m; n)e 2 e 2 m=0 n=0 X(0; 0) = x(0; 0) + x(0; 1) + x(1; 0) + x(1; 1) = 4 X(0; 1) = x(0; 0) + x(0; 1)e−jπ + x(1; 0) + x(1; 1)e−jπ = x(0; 0) − x(0; 1) + x(1; 0) − x(1; 1) = 1 − 0 + 2 − 1 = 2 X(1; 0) = x(0; 0) + x(0; 1) + x(1; 0)e−jπ + x(1; 1)e−jπ = x(0; 0) + x(0; 1) − x(1; 0) − x(1; 1) = −2 M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) X(1; 1) = x(0; 0) + x(0; 1)e−jπ + x(1; 0)e−jπ + x(1; 1)e−j2π = 0 4 2 3 1 Thus X(k; l) = , H(k; l) = . and −2 0 −1 1 12 2 Y^ (k; l) = X(k; l)H(k; l) = . Taking IDFT we get 2 0 4 3 y^(m; n) = . This result can alternatively be obtained using 3 2 the circular convolution in the spatial domain i.e. 1 1 X X y^(m; n) = x(p; q)h(((m − p))2; ((n − q))2) p=0 q=0 y^(0; 0) = x(0; 0)h(0; 0) + x(0; 1)h(0; 1) + x(1; 0)h(1; 0) +x(1; 1)h(1; 1) = 4 M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) y^(0; 1) = x(0; 0)h(0; 1) + x(0; 1)h(0; 0) + x(1; 0)h(1; 1) +x(1; 1)h(1; 0) = 3 y^(1; 0) = x(0; 0)h(1; 0) + x(0; 1)h(1; 1) + x(1; 0)h(0; 0) +x(1; 1)h(0; 1) = 3 y^(1; 1) = x(0; 0)h(1; 1) + x(0; 1)h(1; 0) + x(1; 0)h(0; 1) +x(1; 1)h(0; 0) = 2 Now, let us find the result of the desired linear convolution first using the direct method and then using the DFT. y(0; 0) = x(0; 0)h(0; 0) = 1 y(0; 1) = x(0; 0)h(0; 1) + x(0; 1)h(0; 0) = 0 . y(2; 1) = x(1; 1)h(1; 0) + x(1; 0)h(1; 1) = 3 y(2; 2) = x(1; 1)h(1; 1) = 1 M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) 1 0 0 y(m; n) = 3 2 0 2 3 1 Note: y^(m; n) is the aliased version of this array. Extend arrays to size P = 4 ≥ M1 + M2 − 1, Q = 4 ≥ N1 + N2 − 1 i.e. 1 0 0 0 1 0 0 0 2 1 0 0 1 1 0 0 x0(m; n) = ; h0(m; n) = 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Taking 4 × 4 DFT and IDFT of the product gives 1 0 0 0 3 2 0 0 y0(m; n) = 2 3 1 0 0 0 0 0 which is y(m; n) if the last row and column are removed. M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Matrix Representation of DFT Consider an N-point finite-extent sequence x(n), n 2 [0;N − 1] with DFT N−1 1 X nk X(k) = p x(n)WN k 2 [0;N − 1] N n=0 ∆ −2πj=N where WN = e , then in matrix form 2 3 2 3 1 1 ··· 1 2 3 X(0) 6 N−1 7 x(0) 6 7 6 1 WN ··· W 7 6 7 6 . 7 6 N 7 6 . 7 . = p1 6 7 . 6 7 N 6 . 7 6 7 6 . 7 6 . 7 6 . 7 4 5 6 . 7 4 5 X(N − 1) 4 5 x(N − 1) N×1 1 W N−1 ··· W N×1 N N N×N X = WN x W : DFT matrix with elements w = p1 W kn mod N N kn N N −1 The inverse is x = WN X. M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Properties and Remarks a. Symmetry and Unitary For a 1-D DFT matrix t −1 ∗ WN = WN i:e: symmetry; WN = WN i:e: unitary ∗ Thus WN WN = I. b. Energy Conservation For a unitary transform the energy is preserved in both domains i.e. kXk2 = kxk2 To see this N−1 2 ∆ X 2 ∗t ∗t ∗t kXk = jX(k)j = X X = x WN WN x k=0 t = x∗ x = kxk2 M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) c. 2-D DFT in Matrix Form For a 2-D finite-extent image, x(m; n) with ROS,RMN , the 2-D DFT is M−1 N−1 1 X X mk nl X(k; l) = p x(m; n)WM WN k 2 [0;M−1]; l 2 [0;N−1] MN m=0 n=0 If x and X represent the original image matrix and its DFT image (complex) matrix (both of size M × N), respectively, the separable 2-D transform in matrix form can be written as X = WM xWN and ∗ ∗ x = WM XWN which shows the separability of the 2-D DFT. This is a unified matrix representation since for other image transforms such as sine, cosine, Hadamand, Haar and Slant transforms similar representation hold. M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Basis Images of 2-D DFT ∗ ∗ H ∗ Let wk be the kth column of WM and wl be the lth row of WN , then the (k; l)th basis image is ∗ ∗ H W (k; l) = wkwl ∗ ∗ Using x = WM XWN the image can be represented as M−1 N−1 X X x = X(k; l)W∗(k; l) k=0 l=0 i.e. the image is decomposed onto a space spanned by these MN basis images.The coefficients in this representation are given by X(k; l) =< x; W∗(k; l) > where inner product of two matrices is given by M−1 N−1 X X < A; B >= a(m; n)b∗(m; n) m=0 n=0 . M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) Discrete Cosine Transform (DCT) Recall that the DFS of any real even symmetric signal contains only real coefficients corresponding to the cosine terms. This can be extended to the DFT of a symmetrically extended signal/image. There are many ways to symmetrically extend a signal or an image leading to variety of DCT types. Here, we present DCT-II which is the most common one (see Fig.). The 1-D DCT-II of a finite-extent signal x(n) of size N is 8 N−1 > p1 P x(n) k = 0 <> N X(k) = n=0 q N−1 > 2 P (2n+1)kπ :> N x(n) cos[ 2N ] k 2 [1;N − 1] n=0 M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) The inverse transform is r N−1 1 2 X (2n + 1)kπ x(n) = p X(0)+ X(k)cos[ ] n 2 [0;N−1] N 2N N k=1 In matrix form we get X = Cx;C = [c(k; n)] with forward kernel p ( 1= N k = 0; n 2 [0;N − 1] c(k; n) = q 2 (2n+1)kπ N cos[ 2N ] k 2 [1;N − 1]; n 2 [0;N − 1] where x is the signal vector X is the DCT vector. The inverse transform in matrix form is x = C−1X = CtX Remarks 1 DCT is real and orthogonal i.e. C = C∗;C−1 = Ct M.R. Azimi Digital Image Processing 2-D Discrete Fourier Transform Unified Matrix Representation Other Image Transforms Discrete Cosine Transform (DCT) 2 2-DCT can be performed using 1-D DCT's along columns and row, i.e. separable. 3 DCT is NOT the real part of the DFT rather it is related to the DFT of a symmetrically extended signal/image. 4 The energy of signal/image is packed mostly in only a few DCT coefficients (i.e. only a few significant X(k)'s), hence making DCT very useful for data compression applications. 2-D DCT of Images The 2-D DCT of a finite-extent image x(m; n) of size N × N is 8 > N−1 N−1 k;l=0;0 > 1 P P x(m;n) > N > m=0 n=0 m;n2[0;N−1] <> X(k;l)= k;l6=0;0 > N−1 N−1 > 2 P P x(m;n) cos[ (2m+1)kπ ] cos[ (2n+1)lπ ] k;l2[0;N−1]; > N 2N 2N > m=0 n=0 :> m;n2[0;N−1] M.R.
Recommended publications
  • Radar Transmitter/Receiver
    Introduction to Radar Systems Radar Transmitter/Receiver Radar_TxRxCourse MIT Lincoln Laboratory PPhu 061902 -1 Disclaimer of Endorsement and Liability • The video courseware and accompanying viewgraphs presented on this server were prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees, nor the Massachusetts Institute of Technology and its Lincoln Laboratory, nor any of their contractors, subcontractors, or their employees, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, products, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government, any agency thereof, or any of their contractors or subcontractors or the Massachusetts Institute of Technology and its Lincoln Laboratory. • The views and opinions expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof or any of their contractors or subcontractors Radar_TxRxCourse MIT Lincoln Laboratory PPhu 061802 -2 Outline • Introduction • Radar Transmitter • Radar Waveform Generator and Receiver • Radar Transmitter/Receiver Architecture
    [Show full text]
  • An End-To-End System for Automatic Characterization of Iba1 Immunopositive Microglia in Whole Slide Imaging
    Neuroinformatics (2019) 17:373–389 https://doi.org/10.1007/s12021-018-9405-x ORIGINAL ARTICLE An End-to-end System for Automatic Characterization of Iba1 Immunopositive Microglia in Whole Slide Imaging Alexander D. Kyriazis1 · Shahriar Noroozizadeh1 · Amir Refaee1 · Woongcheol Choi1 · Lap-Tak Chu1 · Asma Bashir2 · Wai Hang Cheng2 · Rachel Zhao2 · Dhananjay R. Namjoshi2 · Septimiu E. Salcudean3 · Cheryl L. Wellington2 · Guy Nir4 Published online: 8 November 2018 © Springer Science+Business Media, LLC, part of Springer Nature 2018 Abstract Traumatic brain injury (TBI) is one of the leading causes of death and disability worldwide. Detailed studies of the microglial response after TBI require high throughput quantification of changes in microglial count and morphology in histological sections throughout the brain. In this paper, we present a fully automated end-to-end system that is capable of assessing microglial activation in white matter regions on whole slide images of Iba1 stained sections. Our approach involves the division of the full brain slides into smaller image patches that are subsequently automatically classified into white and grey matter sections. On the patches classified as white matter, we jointly apply functional minimization methods and deep learning classification to identify Iba1-immunopositive microglia. Detected cells are then automatically traced to preserve their complex branching structure after which fractal analysis is applied to determine the activation states of the cells. The resulting system detects white matter regions with 84% accuracy, detects microglia with a performance level of 0.70 (F1 score, the harmonic mean of precision and sensitivity) and performs binary microglia morphology classification with a 70% accuracy.
    [Show full text]
  • Lecture 11 : Discrete Cosine Transform Moving Into the Frequency Domain
    Lecture 11 : Discrete Cosine Transform Moving into the Frequency Domain Frequency domains can be obtained through the transformation from one (time or spatial) domain to the other (frequency) via Fourier Transform (FT) (see Lecture 3) — MPEG Audio. Discrete Cosine Transform (DCT) (new ) — Heart of JPEG and MPEG Video, MPEG Audio. Note : We mention some image (and video) examples in this section with DCT (in particular) but also the FT is commonly applied to filter multimedia data. External Link: MIT OCW 8.03 Lecture 11 Fourier Analysis Video Recap: Fourier Transform The tool which converts a spatial (real space) description of audio/image data into one in terms of its frequency components is called the Fourier transform. The new version is usually referred to as the Fourier space description of the data. We then essentially process the data: E.g . for filtering basically this means attenuating or setting certain frequencies to zero We then need to convert data back to real audio/imagery to use in our applications. The corresponding inverse transformation which turns a Fourier space description back into a real space one is called the inverse Fourier transform. What do Frequencies Mean in an Image? Large values at high frequency components mean the data is changing rapidly on a short distance scale. E.g .: a page of small font text, brick wall, vegetation. Large low frequency components then the large scale features of the picture are more important. E.g . a single fairly simple object which occupies most of the image. The Road to Compression How do we achieve compression? Low pass filter — ignore high frequency noise components Only store lower frequency components High pass filter — spot gradual changes If changes are too low/slow — eye does not respond so ignore? Low Pass Image Compression Example MATLAB demo, dctdemo.m, (uses DCT) to Load an image Low pass filter in frequency (DCT) space Tune compression via a single slider value n to select coefficients Inverse DCT, subtract input and filtered image to see compression artefacts.
    [Show full text]
  • (MSEE) COMMUNICATION, NETWORKING, and SIGNAL PROCESSING TRACK*OPTIONS Curriculum Program of Study Advisor: Dr
    MASTER OF SCIENCE IN ELECTRICAL ENGINEERING (MSEE) COMMUNICATION, NETWORKING, AND SIGNAL PROCESSING TRACK*OPTIONS Curriculum Program of Study Advisor: Dr. R. Sankar Name USF ID # Term/Year Address Phone Email Advisor Areas of focus: Communications (Systems/Wireless Communications), Networking, and Digital Signal Processing (Speech/Biomedical/Image/Video and Multimedia) Course Title Number Credits Semester Grade 1. Mathematics: 6 hours Random Process in Electrical Engineering EEE 6545 3 Select one other from the following Linear and Matrix Algebra EEL 6935 3 Optimization Methods EEL 6935 3 Statistical Inference EEL 6936 3 Engineering Apps for Vector Analysis** EEL 6027 3 Engineering Apps for Complex Analysis** EEL 6022 3 2. Focus Area Core Courses: 15 hours (Select a major core with 2 sets of sequences from groups A or B and a minor core (one course from the other group) A. Communications and Networking Digital Communication Systems EEL 6534 3 Mobile and Personal Communication EEL 6593 3 Broadband Communication Networks EEL 6506 3 Wireless Network Architectures and Protocols EEL 6597 3 Wireless Communications Lab EEL 6592 3 B. Signal Processing Digital Signal Processing I EEE 6502 3 Digital Signal Processing II EEL 6752 3 Speech Signal Processing EEL 6586 3 Deep Learning EEL 6935 3 Real-Time DSP Systems Lab (DSP/FPGA Lab) EEL 6722C 3 3. Electives: 3 hours A. Communications, Networking, and Signal Processing Selected Topics in Communications EEL 7931 3 Network Science EEL 6935 3 Wireless Sensor Networks EEL 6935 3 Digital Signal Processing III EEL 6753 3 Biomedical Image Processing EEE 6514 3 Data Analytics for Electrical and System Engineers EEL 6935 3 Biomedical Systems and Pattern Recognition EEE 6282 3 Advanced Data Analytics EEL 6935 3 B.
    [Show full text]
  • Signal Shorts
    Signal Shorts Bill Fawcett Director of Engineering The Problem WMRA has published a coverage map which shows where we expect our signal to reach, based on formulas devised by the FCC. Yet even within our established coverage area, there are locales in which the signal sounds "fuzzy". In most cases, the topography of the area is causing "multi-path" interference, that is, reflections of the signal off of nearby mountains adds to the direct signal, but delayed somewhat in time, and scrambles the received signal. This is the same phenomenon that causes "ghosts" on your TV (shadow- images on your screen, not the "X-Files"). Multipath is a significant problem along the I-81 corridor North of Harrisonburg to Strasburg. Also at Penn Laird along Route 33. Multipath problems are so site-specific that moving a radio a few feet may make a difference. The next time you get a fuzzy signal at a traffic light you may note that it clears up by advancing a few feet (watch out for the car in front of you, or you may have other, more serious, problems). Switching to mono, if possible, will also help. Other areas suffer from terrain obstructions. This may be noted at Massanutten Resort, and in the UVA area of Charlottesville. For those outside of the predicted coverage area, signal strength (the lack of) may be a problem, as may interference. North of Charlottesville this is a big problem, with interference from a high-power station in Washington D.C. causing problems. Lastly, the downtown Charlottesville area suffers from interference from WCYK's 105.1 translator.
    [Show full text]
  • Digital Image Processing
    11/11/20 DIGITAL IMAGE PROCESSING Lecture 4 Frequency domain Tammy Riklin Raviv Electrical and Computer Engineering Ben-Gurion University of the Negev Fourier Domain 1 11/11/20 2D Fourier transform and its applications Jean Baptiste Joseph Fourier (1768-1830) ...the manner in which the author arrives at these A bold idea (1807): equations is not exempt of difficulties and...his Any univariate function can analysis to integrate them still leaves something be rewritten as a weighted to be desired on the score of generality and even sum of sines and cosines of rigour. different frequencies. • Don’t believe it? – Neither did Lagrange, Laplace, Poisson and Laplace other big wigs – Not translated into English until 1878! • But it’s (mostly) true! – called Fourier Series Legendre Lagrange – there are some subtle restrictions Hays 2 11/11/20 A sum of sines and cosines Our building block: Asin(wx) + B cos(wx) Add enough of them to get any signal g(x) you want! Hays Reminder: 1D Fourier Series 3 11/11/20 Fourier Series of a Square Wave Fourier Series: Just a change of basis 4 11/11/20 Inverse FT: Just a change of basis 1D Fourier Transform 5 11/11/20 1D Fourier Transform Fourier Transform 6 11/11/20 Example: Music • We think of music in terms of frequencies at different magnitudes Slide: Hoiem Fourier Analysis of a Piano https://www.youtube.com/watch?v=6SR81Wh2cqU 7 11/11/20 Fourier Analysis of a Piano https://www.youtube.com/watch?v=6SR81Wh2cqU Discrete Fourier Transform Demo http://madebyevan.com/dft/ Evan Wallace 8 11/11/20 2D Fourier Transform
    [Show full text]
  • CSB.01 M2M Cellular Signal Amplifier
    CSB.01 M2M Cellular Signal Amplifier Operator’s Manual and Installation Guide www.taoglas.com Designed & Manufactured in The U.S.A. Contents 1. Overview 3 2. Parts List 3 3. Installation Guide 4 4. Installation with an SMA Device - Fixed Location 4 5. Installation with an SMA Device - Mobile Location 6 6. LED Diagnostics 7 7. Diagnostic LED definitions 7 8. Passive Bypass Technology – Patent Pending 8 9. CSB.01 Specifications 9 10. Safeguard Features 10 11. Antennas 10 12. Warranty Information 11 1. Overview The CSB.01 Wireless Network Range Extender is a high performance, microprocessor controlled, bidirectional RF amplifier for the entire North American 850 MHz cellular and 1900 MHz PCS frequency bands. The amplifier has an automatic gain and oscillation control system that will automatically adjust the gain and the output power if a signal anomaly occurs. This amplifier is designed to operate as a direct connect unit within a cellular system, for maximum performance in weak signal coverage areas. The input power requirements for the amplifier are positive 8.0 to 32.0 volts DC (negative ground). 2. Parts List Depending upon the connector type of the cellular device, Taoglas can customize the M2M kit to include the appropriate adapters to ensure a seamless and quick installation. Adapter types include, but are not limited to SMA, RP-SMA, MMCX, MCX, FME, and TNC. 1: CSB.01 Amplifier Unit 2: AC/DC Power Adapter 3: Hardwire DC Power Cable 4: Magnetic-Mount 5: SMA-to-SMA Device 6. Optional –SMA-to-MMCX Outdoor Signal Antenna Cable – If connecting to an Device Cable – If connecting MB.TG30.A.305111 SMA device to an MMCX device.
    [Show full text]
  • Keysight Technologies Signal Studio for Broadcast Radio N7611C
    Keysight Technologies Signal Studio for Broadcast Radio N7611C Technical Overview – Create Keysight validated and performance optimized reference signals compliant with FM Stereo/RDS, DAB, DAB+, T-DMB, and XM standards – Generate ARB waveforms and real-time signals for XM – Independently configure multi-carriers/multi-channels for up to 12 carriers – Add real-time fading, AWGN, and interferers – Accelerate the signal creation process with a user interface based on parameterized and graphical signal configuration and tree-style navigation 02 | Keysight | N7611C Signal Studio for Broadcast Radio - Technical Overview Simplify Broadcast Radio Signal Creation Typical measurements Signal Studio software is a flexible suite of signal-creation tools that will reduce the time Typical FM Stereo/RDS you spend on signal simulation. For broadcast radio standards including FM Stereo/ component measurements RDS, DAB, DAB+, T-DMB, and XM, Signal Studio’s performance-optimized reference – ACLR signals—validated by Keysight—enhance the characterization and verification of your – THD devices. Through its application-specific user-interface you’ll create standards-based – SINAD and custom test signals for component, transmitter, and receiver test. – Channel power Component and transmitter test Typical DAB/DAB+/DMB/XM Signal Studio’s advanced capabilities use waveform playback mode to create and component measurements customize waveform files needed to test components and transmitters. Its user-friendly – ACLR interface lets you configure signal parameters,
    [Show full text]
  • 9. Biomedical Imaging Informatics Daniel L
    9. Biomedical Imaging Informatics Daniel L. Rubin, Hayit Greenspan, and James F. Brinkley After reading this chapter, you should know the answers to these questions: 1. What makes images a challenging type of data to be processed by computers, as opposed to non-image clinical data? 2. Why are there many different imaging modalities, and by what major two characteristics do they differ? 3. How are visual and knowledge content in images represented computationally? How are these techniques similar to representation of non-image biomedical data? 4. What sort of applications can be developed to make use of the semantic image content made accessible using the Annotation and Image Markup model? 5. Describe four different types of image processing methods. Why are such methods assembled into a pipeline when creating imaging applications? 6. Give an example of an imaging modality with high spatial resolution. Give an example of a modality that provides functional information. Why are most imaging modalities not capable of providing both? 7. What is the goal in performing segmentation in image analysis? Why is there more than one segmentation method? 8. What are two types of quantitative information in images? What are two types of semantic information in images? How might this information be used in medical applications? 9. What is the difference between image registration and image fusion? Given an example of each. 1 9.1. Introduction Imaging plays a central role in the healthcare process. Imaging is crucial not only to health care, but also to medical communication and education, as well as in research.
    [Show full text]
  • Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog
    Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog Analog & Digital Signals This presentation will • Review the definitions of analog and digital signals. • Detail the components of an analog signal. • Define logic levels. Analog & Digital Signals • Detail the components of a digital signal. • Review the function of the virtual oscilloscope. Digital Electronics 2 Analog and Digital Signals Example of Analog Signals • An analog signal can be any time-varying signal. Analog Signals Digital Signals • Minimum and maximum values can be either positive or negative. • Continuous • Discrete • They can be periodic (repeating) or non-periodic. • Infinite range of values • Finite range of values (2) • Sine waves and square waves are two common analog signals. • Note that this square wave is not a digital signal because its • More exact values, but • Not as exact as analog, minimum value is negative. more difficult to work with but easier to work with Example: A digital thermostat in a room displays a temperature of 72. An analog thermometer measures the room 0 volts temperature at 72.482. The analog value is continuous and more accurate, but the digital value is more than adequate for the application and Sine Wave Square Wave Random-Periodic significantly easier to process electronically. 3 (not digital) 4 Project Lead The Way, Inc. Copyright 2009 1 Analog and Digital Signals Digital Electronics TM 1.2 Introduction to Analog Parts of an Analog Signal Logic Levels Before examining digital signals, we must define logic levels. A logic level is a voltage level that represents a defined Period digital state.
    [Show full text]
  • Recognition of Electrical & Electronics Components
    NATIONAL INSTITUTE OF TECHNOLOGY, ROURKELA Submission of project report for the evaluation of the final year project Titled Recognition of Electrical & Electronics Components Under the guidance of: Prof. S. Meher Dept. of Electronics & Communication Engineering NIT, Rourkela. Submitted by: Submitted by: Amiteshwar Kumar Abhijeet Pradeep Kumar Chachan 10307022 10307030 B.Tech IV B.Tech IV Dept. of Electronics & Communication Dept. of Electronics & Communication Engg. Engg. NIT, Rourkela NIT, Rourkela NATIONAL INSTITUTE OF TECHNOLOGY, ROURKELA Submission of project report for the evaluation of the final year project Titled Recognition of Electrical & Electronics Components Under the guidance of: Prof. S. Meher Dept. of Electronics & Communication Engineering NIT, Rourkela. Submitted by: Submitted by: Amiteshwar Kumar Abhijeet Pradeep Kumar Chachan 10307022 10307030 B.Tech IV B.Tech IV Dept. of Electronics & Communication Dept. of Electronics & Communication Engg. Engg. NIT, Rourkela NIT, Rourkela National Institute of Technology Rourkela CERTIFICATE This is to certify that the thesis entitled, “RECOGNITION OF ELECTRICAL & ELECTRONICS COMPONENTS ” submitted by Sri AMITESHWAR KUMAR ABHIJEET and Sri PRADEEP KUMAR CHACHAN in partial fulfillments for the requirements for the award of Bachelor of Technology Degree in Electronics & Instrumentation Engg. at National Institute of Technology, Rourkela (Deemed University) is an authentic work carried out by him under my supervision and guidance. To the best of my knowledge, the matter embodied in the thesis has not been submitted to any other University / Institute for the award of any Degree or Diploma. Date: Dr. S. Meher Dept. of Electronics & Communication Engg. NIT, Rourkela. ACKNOWLEDGEMENT I wish to express my deep sense of gratitude and indebtedness to Dr.S.Meher, Department of Electronics & Communication Engg.
    [Show full text]
  • Austin District Signal Wireless Interconnect Maintenance Enhancement
    Austin District Signal Wireless Interconnect Maintenance Enhancement Turning Emergency Calls into Routine Maintenance . Saving Crew Time . And Public Delay . While Enhancing Safety for Everyone Two Systems • Traffic Signals • School Zone/Beacons • 5.8 Ghz Wireless • 900 Mhz Spread Ethernet Radio Spectrum • 2.4 Ghz local WiFi on • Low Water Detection second band /Arterial ITS • Centraccs (Econolite) • RTC Software for SZ • WER at each signal • Shares tower/ • Cluster WER at each repeater sites w/ 5.8 maintenance tower • Reuses old SS radios The Impetus • Anticipation of 3 Cities Going over 50k • 2008 Economic Stimulus Funds • Concerns on Signal Crew Overtime • Hurricane Evacuation • Recent Consultant Timing Studies 10 projects since 2008 A Basic Schematic Maintenance Tower Traffic signals SZ, TPWD Parking Lots & Low Water Crossings Radio Towers 3 Bids $45,000 $58,607 $65,193 Radio Layout Process • In Google Earth, push pin signal and tower locations • Draw path between tower and signal and save path • Right-click on path and select path profile • Examine LOS profile to locate repeaters/signal path. • Consult locals for upcoming developments that could block signal (ie. new 5 story hospital, SH 45 DC’s, new RR football stadium). • When considering terrain, the shortest distance may not yield the fewest number of repeaters. (ie. Mason to Doss vs. Fredericksburg to Doss) Some PS&E issues • After locating initial locations to determine bid quantities & prepare layouts and plans, recognize the complexity of the competitive low bid situation in setting up PS&E: – Sole sourcing – Hidden engineering services that might be bid – Unique brand features and software – Threat of Dis-Integration between system installed by different contractor or in different cities – IEEE std.
    [Show full text]