International Journal of Computer Engineering and Applications, Volume XI, Issue XII, Dec. 17, ISSN

Size: px
Start display at page:

Download "International Journal of Computer Engineering and Applications, Volume XI, Issue XII, Dec. 17, ISSN"

Transcription

1 AUTOMATIC EXTRACTION OF PROFILE FROM AN IONOGRAM USING DIGITAL IMAGE PROCESSING Bitap Raj Kalita 1, 2, Sankar Jyoti Nath 1, P.K.bhuyan 1, Ajay Khandare 3 and Anil Kulkarni 3 1 Centre for Atmospheric Studies 2 Department of Physics Dibrugarh University Dibrugarh, India 3 SAMEER, Mumbai Corresponding author:bitapkalita@gmail.com ABSTRACT: An Ionogram recorded by sweep frequency HF RADAR provide vital information of the ionosphere for HF band communication systems as well as atmospheric research community. For real or near real time use of this information by users, the ionograms need to be scaled easily and quickly. A digital image professing based autoscaling software was developed for this purpose and tested on hundreds of ionograms. The algorithm, working of the software and the test results are presented in this report. The software is shown to be robust, easy to use and relatively accurate. The software is a generalized package as it takes only an image as input, and therefore, can work with ionograms recorded by any commercial or in-house ionosonde. Such a hardware independent package should be extremely handy for the user community. Keywords: Ionosonde, Ionogram, Digital Image processing, HF RADAR [1] INTRODUCTION Ionosphere is an upper atmospheric layer of weakly charged plasma. It can influence RF e-m wave propagation, and, therefore it is studied using Sweep Frequency (HF band) RADAR called Ionosonde. The ionosonde provides the sounding frequency and corresponding height of vertical echo in the form of an ionogram. Actual daytime and nighttime ionogram recorded by a commercial ionosonde is given in Fig 1 which shows the E and F layers of the ionosphere. The two half parabolic traces represent the echoes of the ordinary wave and extra-ordinary wave from the F layer of the ionosphere as the ionosphere is anisotropic in presence of the earth s magnetic field. The ionogram needs to be scaled, often manually to extract parameters useful for estimating HF band communication channels. The manual scaling of the ionogram is a very tedious, time consuming and subjective process. Different Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 9

2 AUTOMATIC EXTRACTION OF PROFILE FROM AN IONOGRAM USING DIGITAL IMAGE PROCESSING types of ionosondes are commercially available, and, in house proprietary ionosondes are also in operation. These produce different quality ionograms each with different data formats. Software have been developed to automate the scaling process for the popular digital ionosondes like Digisoinde [1] called ARTIST. and Canadian Advanced Digital Ionosonde. These are based on data recorded by the ionosonde. Other autoscaling software like Autoscala and Cadiscala [2] were developed using image recognition technique. None of these are universal in the sense that the software work well for the target ionosonde only. The need for the user community are ionospheric parameters like critical frequency, real height and MUF etc which should be easily scalable from any type of ionogram. The task of scaling or auto scaling different ionogram with one [2] METHODOLOGY The ionograms are images that contain all the information retrieved by the RADAR for one cycle of frequency sweep. Therefore, to scale the parameters like critical frequency, height or MUF the image is sufficient and under lying data is not important. Therefore, we have used the images of the ionograms recorded by different ionosondes like CADI, Australian IPS 4 and other ionograms images available in the internet. These are converted to greyscale digital images and provided as input to the software module. The software is based on image processing principle which is described in detail below in section 2.1. The ionogram is then processed for real height [3] by using POLAN [4]. [3] DIGITAL IMAGE PROCESSING Fig1: An ideal ionogram Digital image is composed of finite number of elements, each of which has particular location and values [5]. These elements are referred to as picture elements, image elements or pixel, pixel is widely use to denote the elements of digital image processing, basically a digital image is nothing but only a collection of zeros and ones. The digital image is divided into pixels. Let us consider m number of pixels along with horizontal and n along the vertical direction. The image hence resolution of m x n and the image is stored as m x n matrix, with each element being the intensity value of that pixel. For a greyscale images, the pixel value is a single number that represents the brightness of the pixel. The most common pixel format is the byte image, where this number is stored as an 8-bit integer giving a range of possible values from 0 to 255. Typically zero is taken to be black, and 255 is taken to be white. The intensity scale is shown in Fig2 Fig2: Intensity Scale of greyscale image Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 10

3 For a colour image there are three or four (RGB or CMYK) sets of intensities corresponding to each colour component. The intensity scale of RGB image shown in Fig3. Matlab has an image processing tool with some useful features that we can use in various applications. Fig3: Intensity scale of RGB colour [4] THE ALGORITHM The program converts the input image into greyscale and extract the points with respect to the given intensity range. For example if we have a black line plot with a white background, the points containing (or comprising) the line have an intensity of 0 and the background has an intensity of 255. So we can get all the points containing the line by simply scanning for zero intensity points. However, when we convert a colour line plot with white background to gray-scale, we have intensities below 255 for the line but not necessarily zero. So we can scan between an upper and lower intensity limit to digitize the line plot. The flow chart for the image processing program is shown below in Fig 4 and Fig 5. Stored.jpg in a folder Count file size N =0 Display out the digitized points n<n Save output data as.txt Call the profile extraction algorithm STOP n= n+1 Fig4: Flow chart of the GUI Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 11

4 AUTOMATIC EXTRACTION OF PROFILE FROM AN IONOGRAM USING DIGITAL IMAGE PROCESSING Input as.jpg file Convert the image file into grey scale Set maximum and minimum value of X axis and Y axis Set the intensity range between 0 to 255 Scan for the low intensity points and digitize it Measure the position of the digitized points with respect to X and Y axis Extract the value of X and Y axis Save output as.txt Fig5: Flow chart of the algorithm Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 12

5 Fig6: Screenshot of ionograms as.jpg file [5] IMPLEMENTATION Fig7: Digitized points extracted from the ionogram. A Matlab program to implement the algorithm was developed along with a graphical user interface. The Matlab program was used to automatically extract whole day ionogram profiles in a single click. The images of the ionogram are kept aside in a directory with the respective date. The GUI includes one push button one list box and one axes. After Clicking the push button (START button) all images will display in the list box and each of images will go through the profile extraction algorithm and output file of each ionograms is stored in the given address. [6] RESULTS Fig 6 shows the image used as input to the software and Fig 7 shows the resultant filtered and extracted data point. With the help POLAN program the real height analysis of ionograms is carried out. The real height analysis is shown below in Fig 8. Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 13

6 AUTOMATIC EXTRACTION OF PROFILE FROM AN IONOGRAM USING DIGITAL IMAGE PROCESSING Fig8: Real height profile estimated from ionogram. The coloured trace is the ionograms and the black dots are the retrieved real heights. [7] PERFORMANCE ANALYSIS The program is written in Matlab7.9.0 (R2009b); it runs under UBUNTU, Windows8,7, 98, and XP. Minimum system requirements: 133MHz processor, at least 500Mb of RAM, SVGA graphics of 1024_768 pixels. System should have Matlab installed in it. There is no requirement to install the implemented software since it is a standalone.exe file. The Ionogram profile extractor module has been tested on 1000 ionograms with 15 min interval in a single click. The Ionogram profile extractor module has been tested on 1000 ionograms with 15 min interval with a success rate of 80% [8] DISCUSSION AND CONCLUSION The software module is developed to extract ionospheric information from already available digital image in form of ionograms using digital image processing toolkit of Matlab. The algorithm and the results are provided. The performance is briefly studied and is observed to be sufficiently good but requires further improvement for use in real time and in commercial application. The ability of the software to process data from different instrument seamlessly is considered its primal advantage. ACKNOWLEDGEMENT The research was funded by the Department of Electronics and Information technology (DEIT), Government of INDIA. Then work was carried under the collaboration project between SAMEER and Dibrugarh University. Sankar Jyoti Nath is grateful to DEIT and SAMEER, Mumbai for the fellowship under this project. Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 14

7 REFERENCES [1] Reinisch, B. W., et al. New Digisonde for research and monitoring applications, Radio Sci., 44, RS0A24, doi: /2008rs004115, [2] Pezzopane, M., Scotto, C., Highlighting the F2 trace on an ionogram to improve Autoscala performance, Computers & Geosciences 36, ,2010 [3] Liu,Y.J, F.T Berkey, S.L. Wu, TAO, Vol.3, No.2, , June A Study of True Height Analysis Methods, [4] Titheridge J,Ionogram analysis with the generalized program POLAN, World Data Center Report, UAG-93, WDC-A-STP, Boulder, CO, 194,1985. [5] Rafael C. Gonzalez and Richard Eugene Woods, Digital Image Processing (2nd Edition)Prentice Hall,2002 Bitap Raj Kalita, Sankar Jyoti Nath, P.K.bhuyan, Ajay Khandare and Anil Kulkarni 15

Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation

Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation Tushar S. Jankar 1, M. Suresh Kumar 2, Ajay Khandare 3, Dr. M. S. Panse 4 1,4 Veermata Jijabai Technological Institute,

More information

A method for automatic scaling of F1 critical frequencies from ionograms

A method for automatic scaling of F1 critical frequencies from ionograms RADIO SCIENCE, VOL. 43,, doi:10.1029/2007rs003723, 2008 A method for automatic scaling of F1 critical frequencies from ionograms Michael Pezzopane 1 and Carlo Scotto 1 Received 4 July 2007; revised 3 October

More information

Ionogram inversion F1-layer treatment effect in raytracing

Ionogram inversion F1-layer treatment effect in raytracing ANNALS OF GEOPHYSICS, VOL. 48, N. 3, June 2005 Ionogram inversion F1-layer treatment effect in raytracing Gloria Miró Amarante ( 1 ), Man-Lian Zhang ( 2 ) and Sandro M. Radicella ( 1 ) ( 1 ) The Abdus

More information

A technique for calculating ionospheric Doppler shifts from standard ionograms suitable for scientific, HF communication, and OTH radar applications

A technique for calculating ionospheric Doppler shifts from standard ionograms suitable for scientific, HF communication, and OTH radar applications RADIO SCIENCE, VOL. 44,, doi:10.1029/2009rs004210, 2009 A technique for calculating ionospheric Doppler shifts from standard ionograms suitable for scientific, HF communication, and OTH radar applications

More information

A comparison between the hourly autoscaled and manually scaled characteristics from the Chilton ionosonde from 1996 to 2004

A comparison between the hourly autoscaled and manually scaled characteristics from the Chilton ionosonde from 1996 to 2004 RADIO SCIENCE, VOL. 43,, doi:10.1029/2005rs003401, 2008 A comparison between the hourly autoscaled and manually scaled characteristics from the Chilton ionosonde from 1996 to 2004 R. A. Bamford, 1 R. Stamper,

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

Three-dimensional and numerical ray tracing on a phenomenological ionospheric model

Three-dimensional and numerical ray tracing on a phenomenological ionospheric model Three-dimensional and numerical ray tracing on a phenomenological ionospheric model Lung-Chih Tsai 1, 2, C. H. Liu 3, T. Y. Hsiao 4, and J. Y. Huang 1 (1) Center for Space and Remote Sensing research,

More information

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka

FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka RESEARCH ARTICLE OPEN ACCESS FPGA based Real-time Automatic Number Plate Recognition System for Modern License Plates in Sri Lanka Swapna Premasiri 1, Lahiru Wijesinghe 1, Randika Perera 1 1. Department

More information

Ionospheric Sounders What are they? How can you use them?

Ionospheric Sounders What are they? How can you use them? Ionospheric Sounders What are they? How can you use them? History of the ionosphere Jan. 1901 Marconi sends signals from Isle of Wight to The Lizard, Cornwall Dec. 1901 Marconi crosses Atlantic, from Poldhu

More information

SYSTEM FOR IONOGRAMS DIGITAL REGISTER. 1. Ionograms acquisition.

SYSTEM FOR IONOGRAMS DIGITAL REGISTER. 1. Ionograms acquisition. SYSTEM FOR IONOGRAMS DIGITAL REGISTER. 1. Ionograms acquisition. González Rodríguez José Silvio, García Olivera Bárbara, Barrios Ortiz Herminio. Instituto de Geofísica y Astronomía. Agencia de Medio Ambiente,

More information

Chapter 4 MASK Encryption: Results with Image Analysis

Chapter 4 MASK Encryption: Results with Image Analysis 95 Chapter 4 MASK Encryption: Results with Image Analysis This chapter discusses the tests conducted and analysis made on MASK encryption, with gray scale and colour images. Statistical analysis including

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 945 Introduction This section describes the options that are available for the appearance of a histogram. A set of all these options can be stored as a template file which can be retrieved later.

More information

AirScope Spectrum Analyzer User s Manual

AirScope Spectrum Analyzer User s Manual AirScope Spectrum Analyzer Manual Revision 1.0 October 2017 ESTeem Industrial Wireless Solutions Author: Date: Name: Eric P. Marske Title: Product Manager Approved by: Date: Name: Michael Eller Title:

More information

Quality control of automatically scaled vertical incidence ionogram data

Quality control of automatically scaled vertical incidence ionogram data Radio Science, Volume 32, Number 5, Pages 1997-2002, September-October 1997 Quality control of automatically scaled vertical incidence ionogram data R. O. Conkright NOAA National Geophysical Data Center,

More information

Q A bitmap file contains the binary on the left below. 1 is white and 0 is black. Colour in each of the squares. What is the letter that is reve

Q A bitmap file contains the binary on the left below. 1 is white and 0 is black. Colour in each of the squares. What is the letter that is reve R 25 Images and Pixels - Reading Images need to be stored and processed using binary. The simplest image format is for an image to be stored as a bitmap image. Bitmap images are made up of picture elements

More information

CRITICAL FREQUENCY By Marcel H. De Canck, ON5AU

CRITICAL FREQUENCY By Marcel H. De Canck, ON5AU CRITICAL FREQUENCY By Marcel H. De Canck, ON5AU Before reading onward, it would be good to refresh your knowledge about refraction rules in the section on Refraction of the earlier "Wave Propagation Direction

More information

Contrast Enhancement with Reshaping Local Histogram using Weighting Method

Contrast Enhancement with Reshaping Local Histogram using Weighting Method IOSR Journal Engineering (IOSRJEN) ISSN: 225-321 Volume 2, Issue 6 (June 212), PP 6-1 www.iosrjen.org Contrast Enhancement with Reshaping Local Histogram using Weighting Method Jatinder kaur 1, Onkar Chand

More information

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain Practical applications of BCD The BIOS in many personal computers stores the date and time in BCD Images How data for a bitmapped image is encoded? A bitmap images take the form of an array, where the

More information

Automated Terrestrial EMI Emitter Detection, Classification, and Localization 1

Automated Terrestrial EMI Emitter Detection, Classification, and Localization 1 Automated Terrestrial EMI Emitter Detection, Classification, and Localization 1 Richard Stottler James Ong Chris Gioia Stottler Henke Associates, Inc., San Mateo, CA 94402 Chris Bowman, PhD Data Fusion

More information

Comparisons of GPS/MET retrieved ionospheric electron density and ground based ionosonde data

Comparisons of GPS/MET retrieved ionospheric electron density and ground based ionosonde data Earth Planets Space, 53, 193 25, 21 Comparisons of GPS/MET retrieved ionospheric electron density and ground based ionosonde data L.-C. Tsai 1,2, W. H. Tsai 2, W. S. Schreiner 3, F. T. Berkey 4, and J.

More information

COMMONWEALTH OF AUSTRALIA DEPARTMENT OF NATIONAL DEVELOPMENT BUREAU OF MINERAL RESOURCES, GEOLOGY AND GEOPHYSICS. RECORDS 1958, NO.

COMMONWEALTH OF AUSTRALIA DEPARTMENT OF NATIONAL DEVELOPMENT BUREAU OF MINERAL RESOURCES, GEOLOGY AND GEOPHYSICS. RECORDS 1958, NO. COMMONWEALTH OF AUSTRALIA DEPARTMENT OF NATIONAL DEVELOPMENT BUREAU OF MINERAL RESOURCES, GEOLOGY AND GEOPHYSICS. RECORDS 1958, NO.55 f;~reau OF l\uner~ R:amURCES " GEOPHYSICAL LIBRARY B ' ~ Ref..... M

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Keywords: Image segmentation, pixels, threshold, histograms, MATLAB

Keywords: Image segmentation, pixels, threshold, histograms, MATLAB Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Various

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

Estimation of Pulse Repetition Frequency for Ionospheric Communication

Estimation of Pulse Repetition Frequency for Ionospheric Communication International Journal of Electronics and Communication Engineering. ISSN 0974-266 Volume 4, Number 3 (20), pp. 25-258 International Research Publication House http:www.irphouse.com Estimation of Pulse

More information

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing Digital Image Processing Lecture # 6 Corner Detection & Color Processing 1 Corners Corners (interest points) Unlike edges, corners (patches of pixels surrounding the corner) do not necessarily correspond

More information

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS

AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS AN EXPANDED-HAAR WAVELET TRANSFORM AND MORPHOLOGICAL DEAL BASED APPROACH FOR VEHICLE LICENSE PLATE LOCALIZATION IN INDIAN CONDITIONS Mo. Avesh H. Chamadiya 1, Manoj D. Chaudhary 2, T. Venkata Ramana 3

More information

Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications

Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications Solar Terrestrial Centre of Excellence Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications S. Stankov, T. Verhulst,

More information

RADIO SCIENCE, VOL. 46, RS5009, doi: /2011rs004697, 2011

RADIO SCIENCE, VOL. 46, RS5009, doi: /2011rs004697, 2011 RADIO SCIENCE, VOL. 46,, doi:10.1029/2011rs004697, 2011 Assimilation of autoscaled data and regional and local ionospheric models as input sources for real time 3 D International Reference Ionosphere modeling

More information

Instruction Manual. Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn

Instruction Manual. Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn Instruction Manual Mark Deimund, Zuyi (Jacky) Huang, Juergen Hahn This manual is for the program that implements the image analysis method presented in our paper: Z. Huang, F. Senocak, A. Jayaraman, and

More information

The CY9C 6-Meter Opening on August 24, 2016 Carl Luetzelschwab K9LA October 2016

The CY9C 6-Meter Opening on August 24, 2016 Carl Luetzelschwab K9LA October 2016 The CY9C 6-Meter Opening on August 24, 2016 Carl Luetzelschwab K9LA October 2016 During the summer of 2016 (specifically August 19 29), St. Paul Island was activated as CY9C on 160-Meters through 6-Meters

More information

The EISCAT Heating Facility

The EISCAT Heating Facility The EISCAT Heating Facility Michael Rietveld EISCAT Tromsø, Norway EISCAT radar school, 30 Aug-4 Sept, 2010, Sodankylä 1 Outline Description of the hardware Antenna beams Practical details- power levels

More information

Terry G. Glagowski W1TR / AFA1DI

Terry G. Glagowski W1TR / AFA1DI The Ionogram and Radio Propagation By Terry G. Glagowski / W1TR / AFA1DI - 9/29/2017 9:46 AM Excerpts from a presentation by Tom Carrigan / NE1R / AFA1ID by Terry G. Glagowski W1TR / AFA1DI Knowledge of

More information

Automatic scaling of F2-layer parameters from ionograms based on the empirical orthogonal function (EOF) analysis of ionospheric electron density

Automatic scaling of F2-layer parameters from ionograms based on the empirical orthogonal function (EOF) analysis of ionospheric electron density Earth Planets Space, 59, 51 58, 2007 Automatic scaling of F2-layer parameters from ionograms based on the empirical orthogonal function (EOF) analysis of ionospheric electron density Zonghua Ding 1,2,3,

More information

Digital Image Processing. Lecture # 8 Color Processing

Digital Image Processing. Lecture # 8 Color Processing Digital Image Processing Lecture # 8 Color Processing 1 COLOR IMAGE PROCESSING COLOR IMAGE PROCESSING Color Importance Color is an excellent descriptor Suitable for object Identification and Extraction

More information

RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING

RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING Peter A. Larbi 1,2 1 College of Agriculture and Technology, Arkansas State University, Jonesboro, Arkansas, USA 2 University of Arkansas,

More information

Lab 3 Swinging pendulum experiment

Lab 3 Swinging pendulum experiment Lab 3 Swinging pendulum experiment Agenda Time 10 min Item Review agenda Introduce the swinging pendulum experiment and apparatus 95 min Lab activity I ll try to give you a 5- minute warning before the

More information

NeXtYZ: Three-dimensional electron density inversion for dynasonde ionograms

NeXtYZ: Three-dimensional electron density inversion for dynasonde ionograms Click Here for Full Article NeXtYZ: Three-dimensional electron density inversion for dynasonde ionograms N. A. Zabotin, 1 J. W. Wright, 1 and G. A. Zhbankov 2 Received 27 August 2005; revised 31 May 2006;

More information

Transmit Antenna for Ionospheric Sounding Applications Rob Redmon 1 and Terence Bullett 2

Transmit Antenna for Ionospheric Sounding Applications Rob Redmon 1 and Terence Bullett 2 Transmit Antenna for Ionospheric Sounding Applications Rob Redmon 1 and Terence Bullett 2 1 NOAA, National Geophysical Data Center, E/GC2, 325 Broadway Boulder CO, USA ; Rob.Redmon@noaa.gov 2 University

More information

GPR SYSTEM USER GUIDE AND TROUBLESHOOTING GUIDE

GPR SYSTEM USER GUIDE AND TROUBLESHOOTING GUIDE GPR SYSTEM USER GUIDE AND TROUBLESHOOTING GUIDE Implementation Report 5-4414-01-1 Project Number 5-4414-01 Subsurface Sensing Lab Electrical and Computer Engineering University of Houston 4800 Calhoun

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Assimilation of ionosonde profiles into a global ionospheric model

Assimilation of ionosonde profiles into a global ionospheric model RADIO SCIENCE, VOL. 46,, doi:10.1029/2010rs004457, 2011 Assimilation of ionosonde profiles into a global ionospheric model Leo F. McNamara, 1,2 Gregory J. Bishop, 1 and Judith A. Welsh 1 Received 11 June

More information

State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material

State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material State Library of Queensland Digitisation Toolkit: Scanning and capture guide for image-based material Introduction While the term digitisation can encompass a broad range, for the purposes of this guide,

More information

VLSI Implementation of Image Processing Algorithms on FPGA

VLSI Implementation of Image Processing Algorithms on FPGA International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 3, Number 3 (2010), pp. 139--145 International Research Publication House http://www.irphouse.com VLSI Implementation

More information

Letter to the Editor SCIPION, a new flexible ionospheric sounder in Senegal

Letter to the Editor SCIPION, a new flexible ionospheric sounder in Senegal Ann. Geophysicae 16, 738 742 (1998) EGS Springer-Verlag 1998 Letter to the Editor SCIPION, a new flexible ionospheric sounder in Senegal Y. M. Le Roux, J. Ménard, J. P. Jolivet, P. J. Davy France Telecom

More information

Comparison between manual scaling and Autoscala automatic scaling applied to Sodankylä Geophysical Observatory ionograms

Comparison between manual scaling and Autoscala automatic scaling applied to Sodankylä Geophysical Observatory ionograms Geosci. Instrum. Method. Data Syst., 5, 53 64, 216 www.geosci-instrum-method-data-syst.net/5/53/216/ doi:1.5194/gi-5-53-216 Author(s) 216. CC Attribution 3. License. Comparison between manual scaling and

More information

Leukemia Detection With Image Processing Using Matlab And Display The Results In Graphical User Interface

Leukemia Detection With Image Processing Using Matlab And Display The Results In Graphical User Interface IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 3, PP 65-69 www.iosrjen.org Leukemia Detection With Image Processing Using Matlab And Display The Results In Graphical

More information

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal

Brain Tumor Segmentation of MRI Images Using SVM Classifier Abstract: Keywords: INTRODUCTION RELATED WORK A UGC Recommended Journal Brain Tumor Segmentation of MRI Images Using SVM Classifier Vidya Kalpavriksha 1, R. H. Goudar 1, V. T. Desai 2, VinayakaMurthy 3 1 Department of CNE, VTU Belagavi 2 Department of CSE, VSMIT, Nippani 3

More information

I. INTRODUCTION II. EXISTING AND PROPOSED WORK

I. INTRODUCTION II. EXISTING AND PROPOSED WORK Impulse Noise Removal Based on Adaptive Threshold Technique L.S.Usharani, Dr.P.Thiruvalarselvan 2 and Dr.G.Jagaothi 3 Research Scholar, Department of ECE, Periyar Maniammai University, Thanavur, Tamil

More information

Follower Robot Using Android Programming

Follower Robot Using Android Programming 545 Follower Robot Using Android Programming 1 Pratiksha C Dhande, 2 Prashant Bhople, 3 Tushar Dorage, 4 Nupur Patil, 5 Sarika Daundkar 1 Assistant Professor, Department of Computer Engg., Savitribai Phule

More information

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm

CIS581: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 14, 2017 at 3:00 pm CIS58: Computer Vision and Computational Photography Homework: Cameras and Convolution Due: Sept. 4, 207 at 3:00 pm Instructions This is an individual assignment. Individual means each student must hand

More information

Finger rotation detection using a Color Pattern Mask

Finger rotation detection using a Color Pattern Mask Finger rotation detection using a Color Pattern Mask V. Shishir Reddy 1, V. Raghuveer 2, R. Hithesh 3, J. Vamsi Krishna 4,, R. Pratesh Kumar Reddy 5, K. Chandra lohit 6 1,2,3,4,5,6 Electronics and Communication,

More information

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing For a long time I limited myself to one color as a form of discipline. Pablo Picasso Color Image Processing 1 Preview Motive - Color is a powerful descriptor that often simplifies object identification

More information

Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake

Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake LETTER Earth Planets Space, 63, 869 873, 2011 Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake Takashi Maruyama 1, Takuya Tsugawa 1,

More information

ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0

ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0 ULTRASONIC SIGNAL PROCESSING TOOLBOX User Manual v1.0 Acknowledgment The authors would like to acknowledge the financial support of European Commission within the project FIKS-CT-2000-00065 copyright Lars

More information

MBC DG GUI MBC INTERFACE

MBC DG GUI MBC INTERFACE MBC DG GUI MBC INTERFACE User Manual Version 2.6 Table des matières Interface - Introduction... 3 Interface - Setup... 3 Minimum Computer Requirements... 3 Software installation... 3 Hardware Setup...

More information

2. Advanced Image Editing

2. Advanced Image Editing 2. Advanced Image Editing Aim: In this lesson, you will learn: The different options and tools to edit an image. The different ways to change and/or add attributes of an image. Jyoti: I want to prepare

More information

Universal Scale 4.0 Instruction Manual

Universal Scale 4.0 Instruction Manual Universal Scale 4.0 Instruction Manual Field Precision LLC 2D/3D finite-element software for electrostatics magnet design, microwave and pulsed-power systems, charged particle devices, thermal transport

More information

How to define the colour ranges for an automatic detection of coloured objects

How to define the colour ranges for an automatic detection of coloured objects How to define the colour ranges for an automatic detection of coloured objects The colour detection algorithms scan every frame for pixels of a particular quality. To recognize a pixel as part of a valid

More information

Segmentation of Microscopic Bone Images

Segmentation of Microscopic Bone Images International Journal of Electronics Engineering, 2(1), 2010, pp. 11-15 Segmentation of Microscopic Bone Images Anand Jatti Research Scholar, Vishveshvaraiah Technological University, Belgaum, Karnataka

More information

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES International Journal of Information Technology and Knowledge Management July-December 2011, Volume 4, No. 2, pp. 585-589 DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM

More information

ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB

ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB Abstract Ms. Jyoti kumari Asst. Professor, Department of Computer Science, Acharya Institute of Graduate Studies, jyothikumari@acharya.ac.in This study

More information

Production of artificial ionospheric layers by frequency sweeping near the 2nd gyroharmonic

Production of artificial ionospheric layers by frequency sweeping near the 2nd gyroharmonic Ann. Geophys., 29, 47 51, 2011 doi:10.5194/angeo-29-47-2011 Author(s) 2011. CC Attribution License. Annales Geophysicae Production of artificial ionospheric layers by frequency sweeping near the 2nd gyroharmonic

More information

Installation. Binary images. EE 454 Image Processing Project. In this section you will learn

Installation. Binary images. EE 454 Image Processing Project. In this section you will learn EEE 454: Digital Filters and Systems Image Processing with Matlab In this section you will learn How to use Matlab and the Image Processing Toolbox to work with images. Scilab and Scicoslab as open source

More information

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources

CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am. Readings and Resources CS 200 Assignment 3 Pixel Graphics Due Tuesday September 27th 2016, 9:00 am Readings and Resources Texts: Suggested excerpts from Learning Web Design Files The required files are on Learn in the Week 3

More information

First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM)

First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM) Ann. Geophys., 26, 353 359, 2008 European Geosciences Union 2008 Annales Geophysicae First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM) M. J. Angling

More information

Dynasonde measurements advance understanding of the thermosphereionosphere

Dynasonde measurements advance understanding of the thermosphereionosphere Dynasonde measurements advance understanding of the thermosphereionosphere dynamics Nikolay Zabotin 1 with contributions from Oleg Godin 2, Catalin Negrea 1,4, Terence Bullett 3,5, Liudmila Zabotina 1

More information

Real-time HF ray tracing through a tilted ionosphere

Real-time HF ray tracing through a tilted ionosphere RADIO SCIENCE, VOL. 41,, doi:10.1029/2005rs003378, 2006 Real-time HF ray tracing through a tilted ionosphere Xueqin Huang 1 and Bodo W. Reinisch 1 Received 14 September 2005; revised 30 January 2006; accepted

More information

Exercise 4-1 Image Exploration

Exercise 4-1 Image Exploration Exercise 4-1 Image Exploration With this exercise, we begin an extensive exploration of remotely sensed imagery and image processing techniques. Because remotely sensed imagery is a common source of data

More information

3. When you import the scanner for the first time make sure you change it from Full Auto Mode to that of Professional Mode.

3. When you import the scanner for the first time make sure you change it from Full Auto Mode to that of Professional Mode. PhotoShop Tutorials Scanning Photographic Film WorkFlow 1. Open PhotoShop 2. File > Import > choose scanner 3. When you import the scanner for the first time make sure you change it from Full Auto Mode

More information

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes.

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes. Chapter 940 Introduction This section describes the options that are available for the appearance of a scatter plot. A set of all these options can be stored as a template file which can be retrieved later.

More information

2. Advanced Image editing

2. Advanced Image editing Aim: In this lesson, you will learn: 2. Advanced Image editing Tejas: We have some pictures with us. We want to insert these pictures in a story that we are writing. Jyoti: Some of the pictures need modification

More information

A Matlab-Based Virtual Propagation Tool: Surface Wave Mixed-path Calculator

A Matlab-Based Virtual Propagation Tool: Surface Wave Mixed-path Calculator 430 Progress In Electromagnetics Research Symposium 2006, Cambridge, USA, March 26-29 A Matlab-Based Virtual Propagation Tool: Surface Wave Mixed-path Calculator L. Sevgi and Ç. Uluışık Doğuş University,

More information

Earthquake Analysis over the Equatorial

Earthquake Analysis over the Equatorial Earthquake Analysis over the Equatorial Region by Using the Critical Frequency Data and Geomagnetic Index Earthquake Analysis over the Equatorial Region by Using the Critical Frequency Data and Geomagnetic

More information

Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign

Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign E.N. Sergeev 1,2, A.V. Shindin 1, S.M. Grach 1, G.M. Milikh 3 1 Lobachevsky State University of Nizhni Novgorod, Gagarin

More information

Signature of the 29 March 2006 eclipse on the ionosphere over an equatorial station

Signature of the 29 March 2006 eclipse on the ionosphere over an equatorial station JOURNAL OF GEOPHYSICAL RESEARCH, VOL. 112,, doi:10.1029/2006ja012197, 2007 Signature of the 29 March 2006 eclipse on the ionosphere over an equatorial station J. O. Adeniyi, 1,2 S. M. Radicella, 1 I. A.

More information

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 1, ISSUE 5 29 Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano

More information

A first study into the propagation of 5 MHz (60 m) signals using the South African ionosonde network

A first study into the propagation of 5 MHz (60 m) signals using the South African ionosonde network A first study into the propagation of 5 MHz (60 m) signals using the South African ionosonde network Hannes Coetzee, B. Eng. (Electronics), M. Sc. (Physics), ZS6BZP The SARL has purchased two 5 MHz test

More information

Fuzzy Logic Based Adaptive Image Denoising

Fuzzy Logic Based Adaptive Image Denoising Fuzzy Logic Based Adaptive Image Denoising Monika Sharma Baba Banda Singh Bhadur Engineering College, Fatehgarh,Punjab (India) SarabjitKaur Sri Sukhmani Institute of Engineering & Technology,Derabassi,Punjab

More information

Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign

Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign Artificial Ionospheric Perturbations Studied During НААRP May-June 2014 campaign E.N. Sergeev 1,2, A.V. Shindin 1, S.M. Grach 1, G.M. Milikh 3 1 Lobachevsky State University of Nizhni Novgorod, Gagarin

More information

Bare PCB Inspection and Sorting System

Bare PCB Inspection and Sorting System Bare PCB Inspection and Sorting System Divya C Thomas 1, Jeetendra R Bhandankar 2, Devendra Sutar 3 1, 3 Electronics and Telecommunication Department, Goa College of Engineering, Ponda, Goa, India 2 Micro-

More information

truepixa Chromantis Operating Guide

truepixa Chromantis Operating Guide truepixa Chromantis Operating Guide CD40150 Version R04 Table of Contents 1 Intorduction 4 1.1 About Chromasens 4 1.2 Contact Information 4 1.3 Support 5 1.4 About Chromantis 5 1.5 Software Requirements

More information

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor Umesh 1,Mr. Suraj Rana 2 1 M.Tech Student, 2 Associate Professor (ECE) Department of Electronic and Communication Engineering

More information

The 2 in 1 Grey White Balance Colour Card. user guide.

The 2 in 1 Grey White Balance Colour Card. user guide. The 2 in 1 Grey White Balance Colour Card user guide www.greywhitebalancecolourcard.co.uk Contents 01 Introduction 05 02 System requirements 06 03 Download and installation 07 04 Getting started 08 Creating

More information

A simple MATLAB interface to FireWire cameras. How to define the colour ranges used for the detection of coloured objects

A simple MATLAB interface to FireWire cameras. How to define the colour ranges used for the detection of coloured objects How to define the colour ranges used for the detection of coloured objects The colour detection algorithms scan every frame for pixels of a particular quality. A coloured object is defined by a set of

More information

The low latitude ionospheric effects of the April 2000 magnetic storm near the longitude 120 E

The low latitude ionospheric effects of the April 2000 magnetic storm near the longitude 120 E Earth Planets Space, 56, 67 612, 24 The low latitude ionospheric effects of the April 2 magnetic storm near the longitude 12 E Libo Liu 1, Weixing Wan 1,C.C.Lee 2, Baiqi Ning 1, and J. Y. Liu 2 1 Institute

More information

imaging of the ionosphere and its applications to radio propagation Fundamentals of tomographic Ionospheric Tomography I: Ionospheric Tomography I:

imaging of the ionosphere and its applications to radio propagation Fundamentals of tomographic Ionospheric Tomography I: Ionospheric Tomography I: Ionospheric Tomography I: Ionospheric Tomography I: Fundamentals of tomographic imaging of the ionosphere and its applications to radio propagation Summary Introduction to tomography Introduction to tomography

More information

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.913

More information

Ionospheric Impacts on UHF Space Surveillance. James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman

Ionospheric Impacts on UHF Space Surveillance. James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman Ionospheric Impacts on UHF Space Surveillance James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman CONFERENCE PAPER Earth s atmosphere contains regions of ionized plasma caused by

More information

Chapter 7 HF Propagation. Ionosphere Solar Effects Scatter and NVIS

Chapter 7 HF Propagation. Ionosphere Solar Effects Scatter and NVIS Chapter 7 HF Propagation Ionosphere Solar Effects Scatter and NVIS Ionosphere and Layers Radio Waves Bent by the Ionosphere Daily variation of Ionosphere Layers Ionospheric Reflection Conduction by electrons

More information

Press-Ready Folder Guide

Press-Ready Folder Guide Press-Ready Folder Guide Our online system enables you to upload logos, images, and text to build folder parts (front, back, pockets, and handbook). You may also upload completed press-ready parts. Press-ready

More information

APPLICATION OF DIGITAL FILTERS TO CHECK QUALITY OF THE AUTOMATICALLY SCALED IONOGRAMS

APPLICATION OF DIGITAL FILTERS TO CHECK QUALITY OF THE AUTOMATICALLY SCALED IONOGRAMS Journal of ELECRICAL ENGINEERING, VOL. 66, NO. 3, 2015, 164 168 COMMUNICAIONS APPLICAION OF DIGIAL FILERS O CHECK QUALIY OF HE AUOMAICALLY SCALED IONOGRAMS Luboš Rejfek Zbyšek Mošna Daniel Kouba Josef

More information

4/29/2012. General Class Element 3 Course Presentation. Radio Wave Propagation. Radio Wave Propagation. Radio Wave Propagation.

4/29/2012. General Class Element 3 Course Presentation. Radio Wave Propagation. Radio Wave Propagation. Radio Wave Propagation. General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G3 3 Exam Questions, 3 Groups G1 Commission s Rules G2 Operating Procedures G3 G4 Amateur Radio

More information

Integrated Image Processing Functions using MATLAB GUI

Integrated Image Processing Functions using MATLAB GUI Integrated Image Processing Functions using MATLAB GUI Nassir H. Salman a, Gullanar M. Hadi b, Faculty of Computer science, Cihan university,erbil, Iraq Faculty of Engineering-Software Engineering, Salaheldeen

More information

Exercise 2-6. Target Bearing Estimation EXERCISE OBJECTIVE

Exercise 2-6. Target Bearing Estimation EXERCISE OBJECTIVE Exercise 2-6 EXERCISE OBJECTIVE When you have completed this exercise, you will be able to evaluate the position of the target relative to a selected beam using the A-scope display. You will be able to

More information

Ivan Galkin 1, Bodo Reinisch 1,2

Ivan Galkin 1, Bodo Reinisch 1,2 Ivan Galkin 1, Bodo Reinisch 1,2 1 Space Science Laboratory, University of Massachusetts Lowell, USA 2 Lowell Digisonde International, LLC, Lowell, MA, USA United Nations/United States of America Workshop

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

Real-Time License Plate Localisation on FPGA

Real-Time License Plate Localisation on FPGA Real-Time License Plate Localisation on FPGA X. Zhai, F. Bensaali and S. Ramalingam School of Engineering & Technology University of Hertfordshire Hatfield, UK {x.zhai, f.bensaali, s.ramalingam}@herts.ac.uk

More information