Approaches for Compression of Super-Resolution WSR-88D Data

Size: px
Start display at page:

Download "Approaches for Compression of Super-Resolution WSR-88D Data"

Transcription

1 IEEE Geoscience and Remote Sensing Letters 1 Approaches for Compression of Super-Resolution WSR-88D Data S. McCarroll, M. Yeary, D. Hougen, V. Lakshmanan, and S. Smith Abstract Weather radar products from the United States National Weather Service (NWS) are used by the government and private sectors. Very high resolution radar data are increasingly being utilized in real time. However, the bandwidth needed to transmit this data (termed Level II super resolution data) from the radar to the destination site is a limiting issue. General purpose compression programs are not tuned to the properties of weather radar data. As the NWS continues to upgrade the capabilities of the radar network, the amount of data will continue to increase. As a result, compression is of vital interest to keep down maintenance, storage, and transmission costs. A method for lossless compression of this data on a radialby-radial basis focusing on the delta (difference) between range bins of super resolution radar data is presented and is called super resolution delta compression (SRDC). There are several specialized aspects of SRDC that are based on the properties of weather radar data. SRDC was tested on Level II reflectivity product data from several S-band Doppler weather radars in the NWS network, and was compared with two general purpose compression programs and a different weather-radar-specific compression approach. The results show that the newly developed SRDC yield is approximately 15% better than the next best approach and approximately 47% better than only preprocessed radials. Index Terms radar signal processing, compression, highresolution data, Doppler radar W I. INTRODUCTION EATHER Surveillance Radar 1988-Doppler (WSR- 88D) radars have several operating modes and scanning strategies to optimize data recovery. Normal resolution weather data products have 360 radials sampled at 1 degree azimuths. Each reflectivity radial is sampled at every quarter kilometer for 460 km, and then is averaged once for every kilometer. This produces 460 range bins for each of the 360 radials in an elevation cut [1]. For super resolution data, This work was paritially supported by NSF-HRD S. McCarroll was with NOAA s Radar Operation Center, Norman, OK USA and is currently with National Security Agency. M. Yeary is with the School of Electrical & Computer Engineering, and the Atmospheric Radar Research Center, University of Oklahoma, Norman, OK USA. D. Hougen is with the School of Computer Science, University of Oklahoma, Norman, OK USA. V. Lakshmanan is with the Cooperative Institute of Mesoscale Meteorological Studies, a collaborative institute between the University of Oklahoma and the National Severe Storms Laboratory, Norman, Oklahoma. S. Smith is with NOAA s Radar Operations Center, Norman, OK USA. azimuth sampling is increased from 1 degree to 0.5 degrees, doubling the number of radials per elevation cut. Reflectivity sampling is no longer averaged every kilometer, meaning each radial is recorded four times as often, up to 460 km. Because every radial is now sampled four times as often, and because there are twice as many radials, there will be eight times as many range bins that sampled data is stored.. According to current Radar Operations Center (ROC) projections, throughput will be increased approximately 2.3 times, with a max 160 Kbps per radar, and a network max of 7.3 Mbps in the Level I data stream between a Radar Data Acquisition (RDA) unit and a Radar Product Generator (RPG) [2]. All NWS Doppler radars have now have a capability to switch to super resolution format from normal resolution; therefore, this research focuses on super resolution Level II data. Level II super resolution data are packaged one radial at a time, along with its necessary header information, for transmission from the instrument to a radar product generator (RPG). Similarly, 120 of these packages are concatenated together to be transmitted to the end-users from the RPG. Because of this, each radial of data will be encoded one at a time to be packaged for transmission. Ideally this compression would occur in the RDA and not be decompressed until it has been received by the end-user. Since the Collaborative Radar Acquisition Field Test (CRAFT) became operational in 2004, weather radars have been distributing data in real-time [3], [4]. Many uses for multi-radar data have been devised which require this realtime access to the radar data [5], [6]. The transmission of super resolution data is contingent on the availability of funds to cope with the increased communications bandwidth required on a radar-by-radar case [7]. More data are requested from NWS radars during periods of severe weather than at other times. Periods of severe weather are also when the highest resolution radar data is needed to ensure the safety of the affected population. Due to the high traffic during these times, communication channels could get congested so that customers cannot obtain desired information. This is a real concern considering the price and size of communication lines and the expected future size upgrades to weather radar data. For example, a forthcoming upgrade to the radars is to add polarization capability, which will increase the number of raw moments transmitted from the instrument to the RPG. In this paper, we concentrate on radar reflectivity products, but similar compression techniques will have to be devised for the other raw moments -- both the ones currently produced (velocity, spectrum width) and the

2 IEEE Geoscience and Remote Sensing Letters 2 ones that are forthcoming (differential reflectivity, correlation coefficient). For these reasons, lossless compression of super-resolution radar data is important to the NWS for both storage and data transmission/communication. Data compression has been studied for several decades now, yet its application to weather radar data is relatively new. There are a number of standard compression methods that are useful to consider including run-length encoding, bit variance and bit packing, differencing, and pre-processing techniques. Run Length Encoding: Run-length encoding (RLE) replaces runs (consecutive repeated characters) with a single character and the length of the run. For instance, AAAAAAAAAAAAAAA requires 15 bytes to store. After RLE, only two bytes (15A) are required. As of 2001, the image data for most WSR-88D base products and radialformat derived products were packed in a 4-bit RLE format [8]. Applying a simple RLE on the radar data can expand the size of the radial due to small number and size of runs of valid data. There are some radials where a simple RLE should not be used. Bit Variance and Bit Packing: Bit variance is a method where different blocks of data are represented with different numbers of bits. Some data can be represented in only a few bits, while other data might require a byte. The optimal number of bits to use to represent the data blocks can vary from file to file. Bit packing is a method of combining the bit stream into full 8-bit bytes for transmission/storage, but the bytes themselves have no intrinsic meaning. Once bit variance has been applied to the data, bit packing (and unpacking) is how the actual savings is accrued. Huffman Encoding [9] and other entropy encoding techniques use frequency analysis of the symbols to determine how many bits are used to represent each symbol. The range of symbol data is important with bit variance while the frequency of occurrence is important to entropy encoding. Differencing: Differencing subtracts the previous value from the current value and stores the difference instead of the raw value. In general, a differential set of data can be represented with a smaller dynamic range if there are no large changes between adjacent values. In a byte, data can range between 0 and 255, but the range for differencing is -128 to 127. A difference value of -25 means that the current value is 25 less than the previous one and 25 means 25 is added to the previous value. Differencing is best used when there are no large changes that must be represented outside of the difference byte range. Pre-processing: In the SRDC method proposed in this paper, there is a pre-processing step at the beginning that removes a number of trailing zeros from a radial. This technique is lossless since only the size of a radial must be known to fully reconstruct the data. The technique is specific to weather radar data because most streams of data do not have large numbers of trailing zeros. II. PROPOSED APPROACH General purpose compression strategies are easy to apply and work well for generic compression, but they do not take into account the structure of the weather data. The characteristics of the radar data in question include a large number of missing-data values which are encoded as zeros. As an example, Figure 1 shows the total number of zeros, which is comprised to two components for the 720 radials in the first elevation cut of the KBIS radar on November 11th, 2008 at 12:30pm CST: the number of trailing zeros, which are those at the end of a radial, and the number of non-trailing zeros. Fig 0. Zero statistics for an example elevation cut. A. Compression The proposed super resolution delta compression (SRDC) scheme begins by executing a pre-processing step of removing the trailing zeros, which are present at the end of almost all radials. The size of a radial is known by the decoder so, by zero-filling on decompression, no data are lost. In addition to trailing zeros, data may be missing elsewhere in each radial. The zero value of this missing data is re-encoded as the median of the values of valid symbols found adjacent to missing data. Any range bin values that are equal to the median are shifted so only the missing data hold that value and is not an actual data value. The decoding process knows the median value and reconstructs the radial without any loss of information. In the range bin byte there is always at least one value that is not used by virtue of the range folding field not being used in reflectivity data. This process results in less of a difference between the missing data and the real data, and in some cases helps to shorten the difference from one valid symbol to another. Additional details are in [10]. Figure 2 shows the frequency histogram of the raw level-codes for the 852 range bins that were not trailing zeros on radial 185 of KBIS elevation cut 1. Not shown here (so that the graph would remain focused on the valid data) are the 23.12% of 852 range bins where missing-data are represented as zero. In this data, 70.07% of the symbols are between the values of 67 and 109. Once the zeros are taken into account, 93.19% of the data can be represented by 43 symbols. It is noted that the term missing data here refers to data that was sampled beyond the threshold for 8-bit reflectivity level-codes. Or the term can be used when the corresponding range bin is in an area of the atmosphere that weather does not exist, though that can be called beyond threshold as well. In

3 IEEE Geoscience and Remote Sensing Letters 3 Fig 2. Histogram of range bin values for KBIS radial 185. general, SRDC is a lossless compression algorithm and does not alter the range bin values of the original radial or when the radial is decoded at the destination. The missing data range bins are reverted back to their zero value during the decoding process, and all other bins are adjusted accordingly so that there is no difference between the original and resulting radials. The missing data encoding of the median and the differencing is only used to reduce the size of the transmitted structure and does not alter the resulting radial. Figure 3 is the frequency histogram for the difference values for radial 185 of the same KBIS data. The difference method is used to calculate the difference values. In this histogram, 26.53% of the 852 differenced bins are zero. This represents instances when the range bin is the same value as the previous range bin. This primarily happens due to runs of missing-data zeros in the raw range bin, but also occur with runs of valid data. As shown in Figure 3, 94% of the difference values are between -10 and 10, and would efficiently be represented by 21 symbols (missing data values included). The characteristics of the range bin values show that except for a few large drops or peaks, there are small changes between one range bin and the next, so a differencing approach is appropriate for SRDC. Next, RLE is used to calculate how often there is a run of each symbol, including the symbol for missing data. Because missing data runs were typically much longer than valid data runs, separate RLE values were recorded for missing data. Since there are so few runs in the data, the output can be reduced even further by restricting the number of bits used for the run bins. Bit variance is used on the differenced values and their respective run-lengths to find the best length for the data in the bit stream. This allows for the majority of the data to be represented in a relatively small number of bits and a method of continuation to encode outliers. To represent difference outliers caused by drops or peaks, a continue method was introduced. Because the run-length of a RLE will never legitimately be zero, that value is encoded as continue. Any time a zero is registered in the run-length bin, the difference value is appended until the run-length is nonzero. Any time that the difference is larger or smaller than the range allows, continue bins are used to encode the actual difference value. This allows for the main range of values to Fig 3. Histogram of difference values for radial 185. be represented in the most efficient number of bits while still retaining the capability of representing larger difference values. When there is a continuance, there is at least the max-range number added to or subtracted from the difference. In the regular representation the max-range is recorded in the difference bin. If there is a large change and the max range divides the difference value many times, those max ranges are represented with a run-difference pair. An advanced continue method keeps track of the number of maximum ranges representing the differences. The last difference bin always contains the remainder of the difference value and it determines the sign of the entire difference. Notice that the difference bins that represent the number of max-range bins are never negative, they are only counters. However, an issue arises if the difference is a multiple of the maximum range. In that case, both unique instances will map to the same value, 0. A sign-bit (or sign flag) was introduced in the difference bin to represent the signed direction of the difference. Because of the sign-bit, the ranges for 3-bit difference values are from -3 to 3 instead of -3 to 4, for example. There must always be at least one bit used for the run bin to show whether there is a continuance or if it is actual data. If only one bit is used for the run-length and there is a repetition of a symbol, then several run-difference pairs must be used to represent the number of occurrences. The number of bits used for the run bin and the number of bits used for the difference bins do not have to be the same. Since the two types of bins come in pairs, as long as the number of bits used for both the run and difference bins are known, the encoded data can be recovered precisely. Because weather radar data differs from cut to cut and from radial to radial, the optimal number of bits in one set of data is not necessarily the same as in the next set. It is useful to vary the number of bits used for the bin sizes to yield the best compression results for a specific data set, so SRDC was run several times using different bin-block length values. However, because some bit combinations enlarge the size consistently those combinations do not need to be calculated in the future. Also, while varying the bits for each of the bins yields the best compression, it may be preferred to use a set number of bits for both run-length and difference bins for the sake of computation time.

4 IEEE Geoscience and Remote Sensing Letters 4 The numbers of bits to represent the differenced values are still dependent on the minimum and maximum of the difference range. This is why the missing-data symbol (the most frequently encountered symbol) is encoded in such a way as to reduce the size of changes from missing data to valid data by using the mid-range difference method. Since the only values that affect this difference are the bins that are on the rising or falling edges of missing data, the method begins by storing the rising and falling values. The median of this stored data is set as the encoding of the missing data. Any range-bin value that is less than or equal to this median encoding is shifted down by one. Additionally, the first range bin of the radial is differenced using the median value, which helps with the problem of the first bin always being large because it is the actual level code and not differenced. The median difference method has the chance of bridging the gap between two valid bins, splitting the jump into two smaller parts rather than one large leap. A representation was developed to provide an RLE of exclusively the runs of missing data. This is possible because there would normally be no combination where the run bin and the difference bin were both 0. When this sequence is met it signals a zero-bin encoding. Because this encoding can add to the size of the data it was not applied to runs of valid data because the majority of valid data runs were not large. The zero-bin contains the number of sequential missing data values, up to the max range allowed by the number of bits used to represent the zero-bin. Similar to what was done with the continue method, and considering the fact that the zero-bin will never be 0, the scheme was expanded to additively represent the larger runs of missing-data. If the run of missing data values is larger than the maximum range that the zero-bin bits supports, a 0 is recorded in the zero-bin until the remaining missing data values can be represented within the range. When decoding this representation it is important to expect to read zero-bins until there is a non-zero value. Once a non-zero value is recorded, the size of the run of missing data is known and the next two bins expected are a run-bin and a difference-bin respectively. B. Decompression A radial is decompressed from the encoded data, the missing-data encoded value, and the number of bits used to represent symbol differences and run-lengths. These values can be included in the header of each radial without significant overhead (i.e., several more bits are needed to represent this). The data are decoded section by section until it is represented as the differenced symbols and their run-lengths. Using the median encoding, the symbols are returned to the original data level codes of the radar. The runs are re-added to the symbol data and the radial is zero-filled to return the original radial. C. Bin Configurations SRDC introduces several different encoding schemes to reduce radial size. Figure 4 shows each of the four formats in which the data can be encoded. In the figure the lowercase letters under the boxes indicate the bin type: r corresponds to a run bin, d is a difference bin, b is a block continue bin, and z is a zero bin. The d and b bins are the same size. The capital letters in the boxes represent an actual value. R corresponds to R r D b 0 B 0 B R D r d z r b r b r d 0 0 Z Z r d z z z Fig 4. Bin configurations. a run-length value, D is a difference value, B is the number of times the maximum range goes into the difference value, and Z is the run-length number of missing data. The figure is broken down into four sections, 1, 2, 3 and 4 and these cases cover all the options necessary to encode a radial of data without loss. These cases are: 1) The base case, where the difference value can be recorded in the number of bits used for the difference bin. 2) The continue case, where a 0 in an r bin indicates the next bin is a block bin b. A subtotal difference is calculated: (sum of Bs) (sign of D) (max range of b). If the R value is anything other than 0 then it indicates that a D is to be added to the subtotal to produce the range bin s difference value. 3) The missing data run-length case, where both r and d are 0 and indicates that there is a run of length Z of missing data. This case is used when the run of missing data is within the max range allowed by the number of bits used to represent z. 4) The advanced missing data run-length case, where the run is larger than the max range of the bits of z. Every time a 0 is in z the count of missing data goes up by the max range of z and the next bin expected is still a zero bin. Once there is a non-zero value in z, the number Z is appended to the running total and the final run-length is known. The next bin expected is now a run bin. III. TESTING AND RESULTS The generic, off-the-shelf compression programs Bzip2 [11] and Gzip [12] and a weather-specific compression scheme called Linear Prediction (LP) [13] were compared with SRDC on compression size. Bzip2 is a block-compression technique [14] while Gzip2 is based on Lempel-Ziv [15] and Huffman coding [9]. For all compression schemes tested, trailing zeros were removed as the first step. This was done in order to provide a more challenging comparison for SRDC and means that the savings reported for SRDC are from other aspects of the method, not just zero-stripping and filling. The data tested are Level II Super Resolution reflectivity files from the National Climatic Data Center. From this archive, 30 datasets were randomly selected by day, hour, and station ID. Similarly, a random volume file from the hour of scanning and a random cut number were generated. 30 cuts from 30 different radar stations were retrieved using these

5 IEEE Geoscience and Remote Sensing Letters 5 TABLE I RADIAL COMPRESSION RESULTS (IN UNITS OF BYTES) Method Mean Std Dev Ave CR Best of 128 PP SRDC LP Gzip Bzip Best of all randomly generated values. From each of these cuts, four radials were selected at random, except for the KTWX radar where 12 radials were sampled, for a total of 128 radials. Table I shows the mean and standard deviation of the radial set after each program was run. A radial with no compression has a constant size of 1840 bytes, one byte for each of the 1840 range bins. Table 1 also shows the average compression ratio (CR) for the radial set (a larger value indicates better compression). The pre-processing (PP) result is the radial after the pre-processing step of removing the trailing zeros. SRDC is the compression scheme proposed in this paper with the best number of bits used to represent the run bins, difference bins, and zero bins. Best of all shows the data set when all programs were run and the best results were selected. Out of the 128 tests compressing by radial, SRDC showed the best compression 119 times. Gzip compressed the best 3 out of the 119 times. LP compressed best 6 times, and Bzip2 never compressed best. One-tailed, paired t-tests were implemented on the results from radial compression and has a p-value of less than 0.01, except when comparing SRDC to best of all. Table 2 shows the percentage savings comparing the average size of the 128 radials after running SRDC to the size after computing the pre-processing technique of removing trailing zeros (PP), LP, Gzip, and Bzip2 respectively. TABLE II PERCENT COMPRESSION SAVINGS OF SRDC PP LP Gzip Bzip2 SRDC 46.30% 37.71% 16.90% 21.22% IV. DISCUSSION Bzip2 may be discounted from further compression consideration because its mean of radial compression sizes is consistently larger than that of Gzip. Additionally, when comparing the sizes of the 128 radials after compression, Bzip2 never out-performed any of the other methods. LP showed the second highest number of best compressed radials; however, the variation between values is quite large. SRDC had the best compression results on 119 out of the 128 radials and it also demonstrated close to 15% savings over the next best compression approach. Complete SRDC compression is also about 47% smaller than preprocessing alone. SRDC finds the best compression while varying the zero bins from 2 bits to 7 bits. The difference between SRDC and Gzip is approximately 17% in compression size. Some form of compression should be used since all of the schemes surpass the 10% threshold on an uncompressed radial. We suggest the use of SRDC specifically since it is smaller than the next-best compression scheme (Gzip) by approximately 17%. V. CONCLUSIONS The results show that SRDC should be used to compress Level II super resolution reflectivity data on a radial by radial basis. Since the RDA transfers the Level II reflectivity data to the RPG by individual radials, the SRDC scheme should be used to yield higher compression. Further, the LDM in the RPG packages weather data 120 radials at a time, but each radial is split by header messages. Higher compression would be achieved if the LDM compressed each radial block using SRDC while packaging 120 radials together for transmission. In conclusion, the NWS has a need for compressing weather radar data one radial at a time, and SRDC appears to be the best program to satisfy this need. REFERENCES [1] National Weather Service, Radar Operations Center: Interface Control Document for the RPG to Class 1 User, , April 15, [2] M. Istok, WSR-88D Build 10 Changes Affecting Users of Level 2 Data., Retrieved September 2008, from [3] K. Droegemeier, K. Kelleher, T. Crum, J. Levit, S. Del Greco, L. Miller, C. Sinclair, M. Bennar, D. Fulker, and H. Edmon, Project CRAFT: A test bed for demonstrating the real time acquisition and archival of WSR-88D base (Level II) data, AMS Conf. on IIPS, pp. 1-4, [4] K. Kelleher, K. Droegemeier, J. Levit, C. Sinclair, D. Jahn, S. Hill, L. Mueller, G. Qualley, T. Crum, S. Smith, S. Del Greco, S. Lakshmivarahan, L. Miller, M. Ramamurhty, B. Domenico, and D. Fulker, Project CRAFT: A real-time delivery system for NEXRAD level II data via the Internet, Bulletin of the American Meteorological Society, vol. 88, no. 7, pp , July [5] K. Droegemeier, Real-time Acquisition and Archival of WSR-88D Base Data. University Corporation for Atmospheric Research (UCAR) Quarterly, Fall [6] Lakshmanan, V., Smith, T., Hondl, K., Stumpf, G., & Witt, A. A realtime, three dimensional, rapidly updating, heterogeneous radar merger technique for reflectivity, velocity and derived products, Weather and Forecasting, vol. 21, no. 5, pp , [7] R. Vogt, Modifications to WSR-88D Level II Data Stream and Format, Retrieved May 5, 2008, from news/radnews html. [8] National Weather Service, AWIPS Application Integration Framework Manual, July [9] D. Huffman, "A Method for the Construction of Minimum-Redundancy Codes", Proc. of the I.R.E., pp , September [10] S. McCarroll, thesis: Compression strategies for super resolution WSR- 88D radar data, May 2009, pp University of Oklahoma. [11] J. Seward, retrieved September, 2008 [12] J. Gailly and M. Adler, retrieved November, 2008 [13] V. Lakshmanan, Lossless coding and compression of radar reflectivity data, 30th International Conference on Radar Meteorology, pp , American Meteorological Society, (Munich), July [14] M. Burrows and D. Wheeler: "A block-sorting lossless data compression algorithm", Digital SRC Research Report 124. ftp://ftp.digital.com/pub/dec/src/research-reports/src-124.ps.gz [15] Jacob Ziv and Abraham Lempel; A Universal Algorithm for Sequential Data Compression, IEEE Transactions on Information Theory, 23(3), pp , May 1977.

A Hybrid Technique for Image Compression

A Hybrid Technique for Image Compression Australian Journal of Basic and Applied Sciences, 5(7): 32-44, 2011 ISSN 1991-8178 A Hybrid Technique for Image Compression Hazem (Moh'd Said) Abdel Majid Hatamleh Computer DepartmentUniversity of Al-Balqa

More information

Communication Theory II

Communication Theory II Communication Theory II Lecture 13: Information Theory (cont d) Ahmed Elnakib, PhD Assistant Professor, Mansoura University, Egypt March 22 th, 2015 1 o Source Code Generation Lecture Outlines Source Coding

More information

2.1. General Purpose Run Length Encoding Relative Encoding Tokanization or Pattern Substitution

2.1. General Purpose Run Length Encoding Relative Encoding Tokanization or Pattern Substitution 2.1. General Purpose There are many popular general purpose lossless compression techniques, that can be applied to any type of data. 2.1.1. Run Length Encoding Run Length Encoding is a compression technique

More information

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 1 LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 2 STORAGE SPACE Uncompressed graphics, audio, and video data require substantial storage capacity. Storing uncompressed video is not possible

More information

19.3 RADAR RANGE AND VELOCITY AMBIGUITY MITIGATION: CENSORING METHODS FOR THE SZ-1 AND SZ-2 PHASE CODING ALGORITHMS

19.3 RADAR RANGE AND VELOCITY AMBIGUITY MITIGATION: CENSORING METHODS FOR THE SZ-1 AND SZ-2 PHASE CODING ALGORITHMS 19.3 RADAR RANGE AND VELOCITY AMBIGUITY MITIGATION: CENSORING METHODS FOR THE SZ-1 AND SZ-2 PHASE CODING ALGORITHMS Scott M. Ellis 1, Mike Dixon 1, Greg Meymaris 1, Sebastian Torres 2 and John Hubbert

More information

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES Shreya A 1, Ajay B.N 2 M.Tech Scholar Department of Computer Science and Engineering 2 Assitant Professor, Department of Computer Science

More information

DETECTION OF SMALL AIRCRAFT WITH DOPPLER WEATHER RADAR

DETECTION OF SMALL AIRCRAFT WITH DOPPLER WEATHER RADAR DETECTION OF SMALL AIRCRAFT WITH DOPPLER WEATHER RADAR Svetlana Bachmann 1, 2, Victor DeBrunner 3, Dusan Zrnic 2 1 Cooperative Institute for Mesoscale Meteorological Studies, The University of Oklahoma

More information

Christopher D. Curtis and Sebastián M. Torres

Christopher D. Curtis and Sebastián M. Torres 15B.3 RANGE OVERSAMPLING TECHNIQUES ON THE NATIONAL WEATHER RADAR TESTBED Christopher D. Curtis and Sebastián M. Torres Cooperative Institute for Mesoscale Meteorological Studies, The University of Oklahoma,

More information

NOAA/OAR National Severe Storms Laboratory, Norman, Oklahoma

NOAA/OAR National Severe Storms Laboratory, Norman, Oklahoma P10.16 STAGGERED PRT BEAM MULTIPLEXING ON THE NWRT: COMPARISONS TO EXISTING SCANNING STRATEGIES Christopher D. Curtis 1, Dušan S. Zrnić 2, and Tian-You Yu 3 1 Cooperative Institute for Mesoscale Meteorological

More information

DOPPLER RADAR. Doppler Velocities - The Doppler shift. if φ 0 = 0, then φ = 4π. where

DOPPLER RADAR. Doppler Velocities - The Doppler shift. if φ 0 = 0, then φ = 4π. where Q: How does the radar get velocity information on the particles? DOPPLER RADAR Doppler Velocities - The Doppler shift Simple Example: Measures a Doppler shift - change in frequency of radiation due to

More information

EVALUATION OF BINARY PHASE CODED PULSE COMPRESSION SCHEMES USING AND TIME-SERIES WEATHER RADAR SIMULATOR

EVALUATION OF BINARY PHASE CODED PULSE COMPRESSION SCHEMES USING AND TIME-SERIES WEATHER RADAR SIMULATOR 7.7 1 EVALUATION OF BINARY PHASE CODED PULSE COMPRESSION SCHEMES USING AND TIMESERIES WEATHER RADAR SIMULATOR T. A. Alberts 1,, P. B. Chilson 1, B. L. Cheong 1, R. D. Palmer 1, M. Xue 1,2 1 School of Meteorology,

More information

Corresponding author address: Valery Melnikov, 1313 Haley Circle, Norman, OK,

Corresponding author address: Valery Melnikov, 1313 Haley Circle, Norman, OK, 2.7 EVALUATION OF POLARIMETRIC CAPABILITY ON THE RESEARCH WSR-88D Valery M. Melnikov *, Dusan S. Zrnic **, John K. Carter **, Alexander V. Ryzhkov *, Richard J. Doviak ** * - Cooperative Institute for

More information

A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers

A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers A New Lossless Compression Algorithm For Satellite Earth Science Multi-Spectral Imagers Irina Gladkova a and Srikanth Gottipati a and Michael Grossberg a a CCNY, NOAA/CREST, 138th Street and Convent Avenue,

More information

328 IMPROVING POLARIMETRIC RADAR PARAMETER ESTIMATES AND TARGET IDENTIFICATION : A COMPARISON OF DIFFERENT APPROACHES

328 IMPROVING POLARIMETRIC RADAR PARAMETER ESTIMATES AND TARGET IDENTIFICATION : A COMPARISON OF DIFFERENT APPROACHES 328 IMPROVING POLARIMETRIC RADAR PARAMETER ESTIMATES AND TARGET IDENTIFICATION : A COMPARISON OF DIFFERENT APPROACHES Alamelu Kilambi 1, Frédéric Fabry, Sebastian Torres 2 Atmospheric and Oceanic Sciences,

More information

2. Moment Estimation via Spectral 1. INTRODUCTION. The Use of Spectral Processing to Improve Radar Spectral Moment GREGORY MEYMARIS 8A.

2. Moment Estimation via Spectral 1. INTRODUCTION. The Use of Spectral Processing to Improve Radar Spectral Moment GREGORY MEYMARIS 8A. 8A.4 The Use of Spectral Processing to Improve Radar Spectral Moment GREGORY MEYMARIS National Center for Atmospheric Research, Boulder, Colorado 1. INTRODUCTION 2. Moment Estimation via Spectral Processing

More information

Improved Spectrum Width Estimators for Doppler Weather Radars

Improved Spectrum Width Estimators for Doppler Weather Radars Improved Spectrum Width Estimators for Doppler Weather Radars David A. Warde 1,2 and Sebastián M. Torres 1,2 1 Cooperative Institute for Mesoscale Meteorological Studies, The University of Oklahoma, and

More information

A Bi-level Block Coding Technique for Encoding Data Sequences with Sparse Distribution

A Bi-level Block Coding Technique for Encoding Data Sequences with Sparse Distribution Paper 85, ENT 2 A Bi-level Block Coding Technique for Encoding Data Sequences with Sparse Distribution Li Tan Department of Electrical and Computer Engineering Technology Purdue University North Central,

More information

Indian Institute of Technology, Roorkee, India

Indian Institute of Technology, Roorkee, India Volume-, Issue-, Feb.-7 A COMPARATIVE STUDY OF LOSSLESS COMPRESSION TECHNIQUES J P SATI, M J NIGAM, Indian Institute of Technology, Roorkee, India E-mail: jypsati@gmail.com, mkndnfec@gmail.com Abstract-

More information

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail.

CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES. Every image has a background and foreground detail. 69 CHAPTER 6: REGION OF INTEREST (ROI) BASED IMAGE COMPRESSION FOR RADIOGRAPHIC WELD IMAGES 6.0 INTRODUCTION Every image has a background and foreground detail. The background region contains details which

More information

Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS

Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS 44 Chapter 3 LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING COMPRESSED ENCRYPTED DATA USING VARIOUS FILE FORMATS 45 CHAPTER 3 Chapter 3: LEAST SIGNIFICANT BIT STEGANOGRAPHY TECHNIQUE FOR HIDING

More information

The Need for Data Compression. Data Compression (for Images) -Compressing Graphical Data. Lossy vs Lossless compression

The Need for Data Compression. Data Compression (for Images) -Compressing Graphical Data. Lossy vs Lossless compression The Need for Data Compression Data Compression (for Images) -Compressing Graphical Data Graphical images in bitmap format take a lot of memory e.g. 1024 x 768 pixels x 24 bits-per-pixel = 2.4Mbyte =18,874,368

More information

Lecture5: Lossless Compression Techniques

Lecture5: Lossless Compression Techniques Fixed to fixed mapping: we encoded source symbols of fixed length into fixed length code sequences Fixed to variable mapping: we encoded source symbols of fixed length into variable length code sequences

More information

SPECTRAL IDENTIFICATION AND SUPPRESSION OF GROUND CLUTTER CONTRIBUTIONS FOR PHASED ARRAY RADAR

SPECTRAL IDENTIFICATION AND SUPPRESSION OF GROUND CLUTTER CONTRIBUTIONS FOR PHASED ARRAY RADAR 9A.4 SPECTRAL IDENTIFICATION AND SUPPRESSION OF GROUND CLUTTER CONTRIBUTIONS FOR PHASED ARRAY RADAR Svetlana Bachmann*, Dusan Zrnic, and Chris Curtis Cooperative Institute for Mesoscale Meteorological

More information

VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING

VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING Michael G. Urban Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive Pasadena, California 91109 ABSTRACT Telemetry enhancement

More information

Lossless Image Compression Techniques Comparative Study

Lossless Image Compression Techniques Comparative Study Lossless Image Compression Techniques Comparative Study Walaa Z. Wahba 1, Ashraf Y. A. Maghari 2 1M.Sc student, Faculty of Information Technology, Islamic university of Gaza, Gaza, Palestine 2Assistant

More information

Ch. 3: Image Compression Multimedia Systems

Ch. 3: Image Compression Multimedia Systems 4/24/213 Ch. 3: Image Compression Multimedia Systems Prof. Ben Lee (modified by Prof. Nguyen) Oregon State University School of Electrical Engineering and Computer Science Outline Introduction JPEG Standard

More information

A Modified Image Template for FELICS Algorithm for Lossless Image Compression

A Modified Image Template for FELICS Algorithm for Lossless Image Compression Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet A Modified

More information

HIGH RESOLUTION WEATHER RADAR THROUGH PULSE COMPRESSION

HIGH RESOLUTION WEATHER RADAR THROUGH PULSE COMPRESSION P1.15 1 HIGH RESOLUTION WEATHER RADAR THROUGH PULSE COMPRESSION T. A. Alberts 1,, P. B. Chilson 1, B. L. Cheong 1, R. D. Palmer 1, M. Xue 1,2 1 School of Meteorology, University of Oklahoma, Norman, Oklahoma,

More information

Digital Image Processing Introduction

Digital Image Processing Introduction Digital Processing Introduction Dr. Hatem Elaydi Electrical Engineering Department Islamic University of Gaza Fall 2015 Sep. 7, 2015 Digital Processing manipulation data might experience none-ideal acquisition,

More information

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003

ECE/OPTI533 Digital Image Processing class notes 288 Dr. Robert A. Schowengerdt 2003 Motivation Large amount of data in images Color video: 200Mb/sec Landsat TM multispectral satellite image: 200MB High potential for compression Redundancy (aka correlation) in images spatial, temporal,

More information

A Brief Introduction to Information Theory and Lossless Coding

A Brief Introduction to Information Theory and Lossless Coding A Brief Introduction to Information Theory and Lossless Coding 1 INTRODUCTION This document is intended as a guide to students studying 4C8 who have had no prior exposure to information theory. All of

More information

Entropy, Coding and Data Compression

Entropy, Coding and Data Compression Entropy, Coding and Data Compression Data vs. Information yes, not, yes, yes, not not In ASCII, each item is 3 8 = 24 bits of data But if the only possible answers are yes and not, there is only one bit

More information

Audio and Speech Compression Using DCT and DWT Techniques

Audio and Speech Compression Using DCT and DWT Techniques Audio and Speech Compression Using DCT and DWT Techniques M. V. Patil 1, Apoorva Gupta 2, Ankita Varma 3, Shikhar Salil 4 Asst. Professor, Dept.of Elex, Bharati Vidyapeeth Univ.Coll.of Engg, Pune, Maharashtra,

More information

New Weather-Surveillance Capabilities for NSSL s Phased-Array Radar

New Weather-Surveillance Capabilities for NSSL s Phased-Array Radar New Weather-Surveillance Capabilities for NSSL s Phased-Array Radar Sebastián Torres, Ric Adams, Chris Curtis, Eddie Forren, Igor Ivić, David Priegnitz, John Thompson, and David Warde Cooperative Institute

More information

6B.3 ADAPTS IMPLEMENTATION: CAN WE EXPLOIT PHASED-ARRAY RADAR S ELECTRONIC BEAM STEERING CAPABILITIES TO REDUCE UPDATE TIMES?

6B.3 ADAPTS IMPLEMENTATION: CAN WE EXPLOIT PHASED-ARRAY RADAR S ELECTRONIC BEAM STEERING CAPABILITIES TO REDUCE UPDATE TIMES? 6B.3 ADAPTS IMPLEMENTATION: CAN WE EXPLOIT PHASED-ARRAY RADAR S ELECTRONIC BEAM STEERING CAPABILITIES TO REDUCE UPDATE TIMES? Sebastián Torres, Pam Heinselman, Ric Adams, Christopher Curtis, Eddie Forren,

More information

7A.6 HYBRID SCAN AND JOINT SIGNAL PROCESSING FOR A HIGH EFFICIENCY MPAR

7A.6 HYBRID SCAN AND JOINT SIGNAL PROCESSING FOR A HIGH EFFICIENCY MPAR 7A.6 HYBRID SCAN AND JOINT SIGNAL PROCESSING FOR A HIGH EFFICIENCY MPAR Guifu Zhang *, Dusan Zrnic 2, Lesya Borowska, and Yasser Al-Rashid 3 : University of Oklahoma 2: National Severe Storms Laboratory

More information

Error Detection and Correction

Error Detection and Correction . Error Detection and Companies, 27 CHAPTER Error Detection and Networks must be able to transfer data from one device to another with acceptable accuracy. For most applications, a system must guarantee

More information

Locally and Temporally Adaptive Clutter Removal in Weather Radar Measurements

Locally and Temporally Adaptive Clutter Removal in Weather Radar Measurements Locally and Temporally Adaptive Clutter Removal in Weather Radar Measurements Jörn Sierwald 1 and Jukka Huhtamäki 1 1 Eigenor Corporation, Lompolontie 1, 99600 Sodankylä, Finland (Dated: 17 July 2014)

More information

CHAPTER 5 PAPR REDUCTION USING HUFFMAN AND ADAPTIVE HUFFMAN CODES

CHAPTER 5 PAPR REDUCTION USING HUFFMAN AND ADAPTIVE HUFFMAN CODES 119 CHAPTER 5 PAPR REDUCTION USING HUFFMAN AND ADAPTIVE HUFFMAN CODES 5.1 INTRODUCTION In this work the peak powers of the OFDM signal is reduced by applying Adaptive Huffman Codes (AHC). First the encoding

More information

P. 241 Figure 8.1 Multiplexing

P. 241 Figure 8.1 Multiplexing CH 08 : MULTIPLEXING Multiplexing Multiplexing is multiple links on 1 physical line To make efficient use of high-speed telecommunications lines, some form of multiplexing is used It allows several transmission

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAGE COMPRESSION STANDARDS Lesson 16 Still Image Compression Standards: JBIG and JPEG Instructional Objectives At the end of this lesson, the students should be able to: 1. Explain the

More information

ORCSM: Online Remote Controlling And Status Monitoring of DWR

ORCSM: Online Remote Controlling And Status Monitoring of DWR ORCSM: Online Remote Controlling And Status Monitoring of DWR Ashwini D N M.Tech(CSE) IV sem VTU-CPGS Bangalore, India Shalini S Kumar M.Tech(CSE) IV sem VTU-CPGS Bangalore, India Abstract ORCSM is the

More information

Medical Image Encryption and Compression Using Masking Algorithm Technique

Medical Image Encryption and Compression Using Masking Algorithm Technique Original Article Medical Image Encryption and Compression Using Masking Algorithm Technique G. Thippanna* 1, T. Bhaskara Reddy 2, C. Sasikala 3 and P. Anusha Reddy 4 1 Dept. of CS & T, Sri Krishnadevaraya

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

A High-Throughput Memory-Based VLC Decoder with Codeword Boundary Prediction

A High-Throughput Memory-Based VLC Decoder with Codeword Boundary Prediction 1514 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 10, NO. 8, DECEMBER 2000 A High-Throughput Memory-Based VLC Decoder with Codeword Boundary Prediction Bai-Jue Shieh, Yew-San Lee,

More information

Speeding up Lossless Image Compression: Experimental Results on a Parallel Machine

Speeding up Lossless Image Compression: Experimental Results on a Parallel Machine Speeding up Lossless Image Compression: Experimental Results on a Parallel Machine Luigi Cinque 1, Sergio De Agostino 1, and Luca Lombardi 2 1 Computer Science Department Sapienza University Via Salaria

More information

Information Hiding: Steganography & Steganalysis

Information Hiding: Steganography & Steganalysis Information Hiding: Steganography & Steganalysis 1 Steganography ( covered writing ) From Herodotus to Thatcher. Messages should be undetectable. Messages concealed in media files. Perceptually insignificant

More information

5B.6 REAL TIME CLUTTER IDENTIFICATION AND MITIGATION FOR NEXRAD

5B.6 REAL TIME CLUTTER IDENTIFICATION AND MITIGATION FOR NEXRAD 5B.6 REAL TIME CLUTTER IDENTIFICATION AND MITIGATION FOR NEXRAD John C. Hubbert, Mike Dixon and Cathy Kessinger National Center for Atmospheric Research, Boulder CO 1. INTRODUCTION Mitigation of anomalous

More information

5.3 RADAR INFORMATION ENHANCEMENTS FOR THE NWS OPERATIONAL USER

5.3 RADAR INFORMATION ENHANCEMENTS FOR THE NWS OPERATIONAL USER 5.3 RADAR INFORMATION ENHANCEMENTS FOR THE NWS OPERATIONAL USER Michael J. Istok* and Warren M. Blanchard National Weather Service, Office of Science and Technology, Silver Spring, MD Thomas J. Ganger

More information

Analysis of LAPAN-IPB image lossless compression using differential pulse code modulation and huffman coding

Analysis of LAPAN-IPB image lossless compression using differential pulse code modulation and huffman coding IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Analysis of LAPAN-IPB image lossless compression using differential pulse code modulation and huffman coding To cite this article:

More information

Temporal Clutter Filtering via Adaptive Techniques

Temporal Clutter Filtering via Adaptive Techniques Temporal Clutter Filtering via Adaptive Techniques 1 Learning Objectives: Students will learn about how to apply the least mean squares (LMS) and the recursive least squares (RLS) algorithm in order to

More information

2. REVIEW OF LITERATURE

2. REVIEW OF LITERATURE 2. REVIEW OF LITERATURE Digital image processing is the use of the algorithms and procedures for operations such as image enhancement, image compression, image analysis, mapping. Transmission of information

More information

Chapter 8. Representing Multimedia Digitally

Chapter 8. Representing Multimedia Digitally Chapter 8 Representing Multimedia Digitally Learning Objectives Explain how RGB color is represented in bytes Explain the difference between bits and binary numbers Change an RGB color by binary addition

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

Compression. Encryption. Decryption. Decompression. Presentation of Information to client site

Compression. Encryption. Decryption. Decompression. Presentation of Information to client site DOCUMENT Anup Basu Audio Image Video Data Graphics Objectives Compression Encryption Network Communications Decryption Decompression Client site Presentation of Information to client site Multimedia -

More information

[Srivastava* et al., 5(8): August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Srivastava* et al., 5(8): August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY COMPRESSING BIOMEDICAL IMAGE BY USING INTEGER WAVELET TRANSFORM AND PREDICTIVE ENCODER Anushree Srivastava*, Narendra Kumar Chaurasia

More information

Unique Capabilities. Multifunction Phased-Array Radar Symposium Phased-Array Radar Workshop. 17 November, 2009

Unique Capabilities. Multifunction Phased-Array Radar Symposium Phased-Array Radar Workshop. 17 November, 2009 Phased-Array Radar Unique Capabilities Dr. Sebastián Torres CIMMS /The University of Oklahoma and National Severe Storms Laboratory/NOAA Multifunction Phased-Array Radar Symposium Phased-Array Radar Workshop

More information

MULTIMEDIA SYSTEMS

MULTIMEDIA SYSTEMS 1 Department of Computer Engineering, Faculty of Engineering King Mongkut s Institute of Technology Ladkrabang 01076531 MULTIMEDIA SYSTEMS Pk Pakorn Watanachaturaporn, Wt ht Ph.D. PhD pakorn@live.kmitl.ac.th,

More information

A GLONASS Observation Message Compatible With The Compact Measurement Record Format

A GLONASS Observation Message Compatible With The Compact Measurement Record Format A GLONASS Observation Message Compatible With The Compact Measurement Record Format Leica Geosystems AG 1 Introduction Real-time kinematic (RTK) Global Navigation Satellite System (GNSS) positioning has

More information

Remote Sensing of Turbulence: Radar Activities. FY01 Year-End Report

Remote Sensing of Turbulence: Radar Activities. FY01 Year-End Report Remote Sensing of Turbulence: Radar Activities FY1 Year-End Report Submitted by The National Center For Atmospheric Research Deliverables 1.7.3.E2, 1.7.3.E3 and 1.7.3.E4 Introduction In FY1, NCAR was given

More information

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c) King Saud University College of Computer and Information Sciences Information Technology Department First Semester 1436/1437 IT224: Networks 1 Sheet# 10 (chapter 3-4-5) Multiple-Choice Questions 1. Before

More information

Digital Image Fundamentals

Digital Image Fundamentals Digital Image Fundamentals Computer Science Department The University of Western Ontario Presenter: Mahmoud El-Sakka CS2124/CS2125: Introduction to Medical Computing Fall 2012 October 31, 2012 1 Objective

More information

Scientific Working Group on Digital Evidence

Scientific Working Group on Digital Evidence Disclaimer: As a condition to the use of this document and the information contained therein, the SWGDE requests notification by e-mail before or contemporaneous to the introduction of this document, or

More information

Multifunction Phased Array Radar Advanced Technology Demonstrator

Multifunction Phased Array Radar Advanced Technology Demonstrator Multifunction Phased Array Radar Advanced Technology Demonstrator David Conway Sponsors: Mike Emanuel, FAA ANG-C63 Kurt Hondl, NSSL Multifunction Phased Array Radar (MPAR) for Aircraft and Weather Surveillance

More information

DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE

DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE DEVELOPMENT OF LOSSY COMMPRESSION TECHNIQUE FOR IMAGE Asst.Prof.Deepti Mahadeshwar,*Prof. V.M.Misra Department of Instrumentation Engineering, Vidyavardhini s College of Engg. And Tech., Vasai Road, *Prof

More information

Chapter 1 INTRODUCTION TO SOURCE CODING AND CHANNEL CODING. Whether a source is analog or digital, a digital communication

Chapter 1 INTRODUCTION TO SOURCE CODING AND CHANNEL CODING. Whether a source is analog or digital, a digital communication 1 Chapter 1 INTRODUCTION TO SOURCE CODING AND CHANNEL CODING 1.1 SOURCE CODING Whether a source is analog or digital, a digital communication system is designed to transmit information in digital form.

More information

Richard L. Ice*, R. D. Rhoton, D. S. Saxion, C. A. Ray, N. K. Patel RS Information Systems, Inc. Norman, Oklahoma

Richard L. Ice*, R. D. Rhoton, D. S. Saxion, C. A. Ray, N. K. Patel RS Information Systems, Inc. Norman, Oklahoma P2.11 OPTIMIZING CLUTTER FILTERING IN THE WSR-88D Richard L. Ice*, R. D. Rhoton, D. S. Saxion, C. A. Ray, N. K. Patel RS Information Systems, Inc. Norman, Oklahoma D. A. Warde, A. D. Free SI International,

More information

Audio Signal Compression using DCT and LPC Techniques

Audio Signal Compression using DCT and LPC Techniques Audio Signal Compression using DCT and LPC Techniques P. Sandhya Rani#1, D.Nanaji#2, V.Ramesh#3,K.V.S. Kiran#4 #Student, Department of ECE, Lendi Institute Of Engineering And Technology, Vizianagaram,

More information

Next Generation Operational Met Office Weather Radars and Products

Next Generation Operational Met Office Weather Radars and Products Next Generation Operational Met Office Weather Radars and Products Pierre TABARY Jacques PARENT-DU-CHATELET Observing Systems Dept. Météo France Toulouse, France pierre.tabary@meteo.fr WakeNet Workshop,

More information

Problem Sheet 1 Probability, random processes, and noise

Problem Sheet 1 Probability, random processes, and noise Problem Sheet 1 Probability, random processes, and noise 1. If F X (x) is the distribution function of a random variable X and x 1 x 2, show that F X (x 1 ) F X (x 2 ). 2. Use the definition of the cumulative

More information

Development of Mobile Radars for Hurricane Studies

Development of Mobile Radars for Hurricane Studies Development of Mobile Radars for Hurricane Studies Michael Biggerstaff School of Meteorology National Weather Center 120 David L. Boren Blvd.; Norman OK 73072 Univ. Massachusetts W-band dual-pol X-band

More information

Error-Correcting Codes

Error-Correcting Codes Error-Correcting Codes Information is stored and exchanged in the form of streams of characters from some alphabet. An alphabet is a finite set of symbols, such as the lower-case Roman alphabet {a,b,c,,z}.

More information

2.5 THE EVANSVILLE NEW GENERATION RADAR: THE LATEST IN THE EVOLUTIONARY CHAIN OF NWS S-BAND RADAR

2.5 THE EVANSVILLE NEW GENERATION RADAR: THE LATEST IN THE EVOLUTIONARY CHAIN OF NWS S-BAND RADAR 2.5 THE EVANSVILLE NEW GENERATION RADAR: THE LATEST IN THE EVOLUTIONARY CHAIN OF NWS S-BAND RADAR 1. INTRODUCTION James J. Stagliano, Jr. *, James Helvin, James Brock, Pete Siebold, and Dean Nelson Enterprise

More information

Chapter 9 Image Compression Standards

Chapter 9 Image Compression Standards Chapter 9 Image Compression Standards 9.1 The JPEG Standard 9.2 The JPEG2000 Standard 9.3 The JPEG-LS Standard 1IT342 Image Compression Standards The image standard specifies the codec, which defines how

More information

New and Emerging Technologies

New and Emerging Technologies New and Emerging Technologies Edwin E. Herricks University of Illinois Center of Excellence for Airport Technology (CEAT) Airport Safety Management Program (ASMP) Reality Check! There are no new basic

More information

Multimedia Systems Entropy Coding Mahdi Amiri February 2011 Sharif University of Technology

Multimedia Systems Entropy Coding Mahdi Amiri February 2011 Sharif University of Technology Course Presentation Multimedia Systems Entropy Coding Mahdi Amiri February 2011 Sharif University of Technology Data Compression Motivation Data storage and transmission cost money Use fewest number of

More information

Designing a detection scan for adaptive weather sensing

Designing a detection scan for adaptive weather sensing P149 Designing a detection scan for adaptive weather sensing David A. Warde,* Igor Ivic, and Eddie Forren Cooperative Institute for Mesoscale Meteorological Studies, The University of Oklahoma, and NOAA/OAR

More information

Low-Complexity Efficient Raw SAR Data Compression

Low-Complexity Efficient Raw SAR Data Compression MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Low-Complexity Efficient Raw SAR Data Compression Rane, S.; Boufounos, P.; Vetro, A.; Okada, Y. TR2011-025 April 2011 Abstract We present a

More information

Reversible Data Hiding in JPEG Images Based on Adjustable Padding

Reversible Data Hiding in JPEG Images Based on Adjustable Padding Reversible Data Hiding in JPEG Images Based on Adjustable Padding Ching-Chun Chang Department of Computer Science University of Warwick United Kingdom Email: C.Chang.@warwick.ac.uk Chang-Tsun Li School

More information

Evaluation of HF ALE Linking Protection

Evaluation of HF ALE Linking Protection Evaluation of HF Linking Protection Dr. Eric E. ohnson, Roy S. Moore New Mexico State University Abstract The resurgence of interest in high frequency (HF) radio may be largely attributed to the success

More information

Deployment scenarios and interference analysis using V-band beam-steering antennas

Deployment scenarios and interference analysis using V-band beam-steering antennas Deployment scenarios and interference analysis using V-band beam-steering antennas 07/2017 Siklu 2017 Table of Contents 1. V-band P2P/P2MP beam-steering motivation and use-case... 2 2. Beam-steering antenna

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

DEVELOPMENT AND IMPLEMENTATION OF AN ATTENUATION CORRECTION ALGORITHM FOR CASA OFF THE GRID X-BAND RADAR

DEVELOPMENT AND IMPLEMENTATION OF AN ATTENUATION CORRECTION ALGORITHM FOR CASA OFF THE GRID X-BAND RADAR DEVELOPMENT AND IMPLEMENTATION OF AN ATTENUATION CORRECTION ALGORITHM FOR CASA OFF THE GRID X-BAND RADAR S98 NETWORK Keyla M. Mora 1, Leyda León 1, Sandra Cruz-Pol 1 University of Puerto Rico, Mayaguez

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Error Detection Mohamed Khedr http://webmail.aast.edu/~khedr Syllabus Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12

More information

High-Capacity Reversible Data Hiding in Encrypted Images using MSB Prediction

High-Capacity Reversible Data Hiding in Encrypted Images using MSB Prediction High-Capacity Reversible Data Hiding in Encrypted Images using MSB Prediction Pauline Puteaux and William Puech; LIRMM Laboratory UMR 5506 CNRS, University of Montpellier; Montpellier, France Abstract

More information

IMPACT OF BAQ LEVEL ON INSAR PERFORMANCE OF RADARSAT-2 EXTENDED SWATH BEAM MODES

IMPACT OF BAQ LEVEL ON INSAR PERFORMANCE OF RADARSAT-2 EXTENDED SWATH BEAM MODES IMPACT OF BAQ LEVEL ON INSAR PERFORMANCE OF RADARSAT-2 EXTENDED SWATH BEAM MODES Jayson Eppler (1), Mike Kubanski (1) (1) MDA Systems Ltd., 13800 Commerce Parkway, Richmond, British Columbia, Canada, V6V

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

UNIT-4 POWER QUALITY MONITORING

UNIT-4 POWER QUALITY MONITORING UNIT-4 POWER QUALITY MONITORING Terms and Definitions Spectrum analyzer Swept heterodyne technique FFT (or) digital technique tracking generator harmonic analyzer An instrument used for the analysis and

More information

IT S A COMPLEX WORLD RADAR DEINTERLEAVING. Philip Wilson. Slipstream Engineering Design Ltd.

IT S A COMPLEX WORLD RADAR DEINTERLEAVING. Philip Wilson. Slipstream Engineering Design Ltd. IT S A COMPLEX WORLD RADAR DEINTERLEAVING Philip Wilson pwilson@slipstream-design.co.uk Abstract In this paper, we will look at how digital radar streams of pulse descriptor words are sorted by deinterleaving

More information

P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY

P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY P12.5 SPECTRUM-TIME ESTIMATION AND PROCESSING (STEP) ALGORITHM FOR IMPROVING WEATHER RADAR DATA QUALITY Qing Cao 1, Guifu Zhang 1,2, Robert D. Palmer 1,2 Ryan May 3, Robert Stafford 3 and Michael Knight

More information

Chapter 10 Error Detection and Correction 10.1

Chapter 10 Error Detection and Correction 10.1 Data communication and networking fourth Edition by Behrouz A. Forouzan Chapter 10 Error Detection and Correction 10.1 Note Data can be corrupted during transmission. Some applications require that errors

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

Pooja Rani(M.tech) *, Sonal ** * M.Tech Student, ** Assistant Professor

Pooja Rani(M.tech) *, Sonal ** * M.Tech Student, ** Assistant Professor A Study of Image Compression Techniques Pooja Rani(M.tech) *, Sonal ** * M.Tech Student, ** Assistant Professor Department of Computer Science & Engineering, BPS Mahila Vishvavidyalya, Sonipat kulriapooja@gmail.com,

More information

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure

Time division multiplexing The block diagram for TDM is illustrated as shown in the figure CHAPTER 2 Syllabus: 1) Pulse amplitude modulation 2) TDM 3) Wave form coding techniques 4) PCM 5) Quantization noise and SNR 6) Robust quantization Pulse amplitude modulation In pulse amplitude modulation,

More information

Intercomparison of a WaveGuide radar and two Directional Waveriders

Intercomparison of a WaveGuide radar and two Directional Waveriders Introduction T. van der Vlugt Radac Zomerluststraat LM Haarlem The Netherlands email: tom@radac.nl Down-looking FMCW radars for wave measurements are in use already for years. They have Intercomparison

More information

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Pete Ludé iblast, Inc. Dan Radke HD+ Associates 1. Introduction The conversion of the nation s broadcast television

More information

International Journal of High Performance Computing Applications

International Journal of High Performance Computing Applications International Journal of High Performance Computing Applications http://hpc.sagepub.com Lossless and Near-Lossless Compression of Ecg Signals with Block-Sorting Techniques Ziya Arnavut International Journal

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

ISSN: (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

National Center for Atmospheric Research, Boulder, CO 1. INTRODUCTION

National Center for Atmospheric Research, Boulder, CO 1. INTRODUCTION 317 ITIGATION OF RANGE-VELOCITY ABIGUITIES FOR FAST ALTERNATING HORIZONTAL AND VERTICAL TRANSIT RADAR VIA PHASE DING J.C. Hubbert, G. eymaris and. Dixon National Center for Atmospheric Research, Boulder,

More information