Statistical Signal Processing. Project: PC-Based Acoustic Radar

Size: px
Start display at page:

Download "Statistical Signal Processing. Project: PC-Based Acoustic Radar"

Transcription

1 Statistical Signal Processing Project: PC-Based Acoustic Radar Mats Viberg Revised February, 2002 Abstract The purpose of this project is to demonstrate some fundamental issues in detection and estimation. The project consists of theoretical tasks as well as computer simulations and laboratory-scale experiments. As an illustrative example, an acoustic radar system is used. The ambition is to make this work without using any special hardware, but merely a standard sound card that comes with any modern PC. 1

2 1 Introduction This laboratory project concerns detection of signals and time delay estimation. The project consists partly of theoretical tasks and simulations, such as comparing the theoretical detection and estimation performance with computer simulations. The experimental part uses only commercially available PC equipment. The purpose is to try the techniques you have tried in the simulations on real data. A suitable radar pulse is generated in Matlab, and fed to the loudspeakers of a PC using the sound command. The first problem is to measure the distance between two loudspeakers based on the time-delay estimation method. The next challenge is to try a real radar experiment. The objective is then to detect a relatively weakreflected pulse from some object. The problem is complicated by the presence of severe multipath propagation, so the experiment setup has to be chosen carefully! The project is part of the examination in the Statistical Signal Processing course. It should be performed in groups of 2-4 students. The results must be reported in a written document. The project is essentially unsupervised, but some help will be provided, especially during the experimental phase. 2 Some Radar Background Theory This section gives a brief overview on radar systems. For a more detailed description we refer to e.g. [1]. 2.1 Background Radar is short for RAdio Detection And Ranging. The idea in any radar system is to transmit electromagnetic energy in certain directions (spatial sectors in the 3-D case), and decide on the presence of targets based on the return signal. A radar pulse usually occupies a narrow frequency band, relative to the center frequency of the pulse. In a practical system, the (total) bandwidth can be on the order of MHz, whereas the center frequency is usually several GHz. A narrowband signal can always be expressed as a modulated carrier: s(t) =ρ(t)cos(ω 0 t + φ(t)), 0 t T, (1) where ρ(t) is the amplitude modulation (envelope) and φ(t) represents the phase modulation. The pulse is narrowband if ρ(t) andφ(t) are of low-pass character, and of bandwidth much smaller than the center frequency ω 0. As an example, consider the so-called Gaussian pulse depicted in Figure 1. Here, φ(t) = 0andρ(t) hasthe form of a Gaussian probability density function. An example of a phase modulated signal is the chirp pulse, where ρ(t) = const and the phase function is a second-order polynomial, φ(t) =φ 0 + φ 1 t + φ 2 t 2. The instantaneous frequency of a signal of the form (1) is defined as IF(t) = 1 2π φ(t)). Since the chirp pulse has a linearly increasing (or decreasing) frequency, it is also referred to as a linear FM signal. An interesting remarkis that dolphins and bats appear to use this type of signal in their sonar system! (ω t 0t + 2

3 Figure 1: A noiseless radar pulse. In a radar system, an array of transmitters is normally used to focus the energy into a narrow spatial sector (beamforming). The presence of a target at the sector in question results in that some of the energy is back-scattered towards the radar. The receiving antenna array may either be identical to or different from the transmitter. Assume that the individual antenna elements at the receiving array are combined, using beamforming, to produce a scalar output signal. This return signal is sampled at a number of time instants with different time delays relative the transmitted pulse. Suppose we are given N samples of the continuous-time signal return signal r(t), say r n = r(nt s ),n=0,...,n 1, where T s is the sampling interval. Assume that a target is detected at the time delay τ = n 0 T s. The distance R to the target can then be computed from the formula τ =2R/c, wherec is the speed of light. Therefore, the time samples of a particular pulse are termed range bins (Swedish: avståndsfållor). In a pulsed Doppler radar system, the objective is to detect moving targets. This is accomplished by transmitting several pulses in the same spatial sector. If the target is moving at a constant speed, there will be a constant phase shift between consecutive return signals. After matched filtering (see below), the signal is reduced to a sinusoid, whose frequency is proportional to the target speed. However, here we will only be concerned with stationary targets (unless you decide otherwise!). The idea of transmitted several pulses to the target may still be useful to reduce the effects of noise! 3

4 2.2 Matched Filter Processing The detection of a signal in noise is complicated by the presence of noise, induced by undesired external signal sources, receiver imperfections, A/D converters etc. In most practical radar systems, the distances to the targets are relatively large and their radar cross sections are usually small, leading to a low signal-to-noise ratio (SNR). Figure 2 shows the sampled pulse of Figure 1 buried in additive white Figure 2: A noisy radar pulse. The SNR is 0 db. Gaussian noise. Apparently, detecting the presence of and finding the distance to a target is non-trivial in this severe noise case! To formalize, we are given the N samples r n = r(nt s ), n =0,...,N 1ofthe noisy radar return signal. The objective is to determine wether or not the signal is present, in other words decide between the hypotheses: H 0 : r n = w n H 1 : r n = s n + w n Here, s n denotes the signal and w n the noise samples. A useful tool for this purpose is the matched filter. A simple derivation follows below. Let us decide to base our decision on a linear combination of the observed samples: y N = N 1 n=0 w nr n For generality, we allow the signal and weight samples to be complex-valued. Let us write this in vector form: y N = w r 4

5 where w =[w 1,...,w N 1 ] T and r =[r 1,...,r N 1 ] T. The output y N will contain asignalparty s = w s and a noise part y n = w n. A natural choice of weighting vector is one that maximizes the SNR at the output, defined as SNR out (w) = E[ y s 2 ] E[ y n 2 ]. (2) Assuming a deterministic signal and white noise, E[nn ]=σ 2 I,weget SNR out (w) = w s 2 σ 2 w. (3) 2 Applying Cauchy-Schwartz inequality, w s 2 w 2 s 2, with equality for w proportional to s, we see that the SNR is maximized for w = s. (4) This result is natural it means that the components of w will cancel any phase differences among the components in s, so that they can be summed coherently (with weighting according to their relative amplitude). In contrast, the noise samples are summed incoherently. Clearly, if the received signal consists only of noise, y N 2 will be smaller than if the signal is present. How much smaller depends on the SNR. As an example, see Figure 3 where the histograms of y N 2 are plotted for the Gaussian pulse of Figure 1. The noise is assumed white and Gaussian (WGN), and the input SNR, defined as s 2 /E[ n 2 ], is 0 db. It is quite clear that we can successfully decide between H 0 and H 1 by studying y N 2 only. The threshold for deciding which hypothesis to believe in is usually determined to achieve a certain given probability of false alarm (PFA), defined as the probability to decide in favor of H 1 when H 0 is true. To decide the threshold, we thus need to compute the (approximate) distribution of the test statistic under H 0 (the null hypothesis). The matched filter is expressed as a correlation between the weights w n and s n above. Another interpretation is to view this as a convolution y N = N 1 n=0 h n r N n 1, where the impulse response is defined as h n = w N n 1. The so-called matched filter has impulse response h n = s N n 1. The Matlab implementation is most conveniently done based on the matched filter interpretation, and using the conv or filter commands, rather than explicitly writing out the correlation sum. This is especially practical in the case studied in the next section. 2.3 Time Delay Estimation In the case of interest here, the received signal vector depends on an unknown time delay parameter τ. In principle, the radar return signal for the pulse given in (1) can be modeled by r(t) =gρ(t τ)cos(ω 0 (t τ)+φ(t τ)) + n(t) 5

6 Signal absent 150 Signal present Figure 3: Histogram for the matched filter output in case the signal is present and absent respectively. The SNR is 0 db. where the positive scalar g is proportional to the object size (the RCS - Radar Cross Section). In a practical radar system, τ can rarely be determined with an accuracy on the order of 1/ω 0,sinceω 0 is very large. Instead, it is often natural to view the carrier phase as a random variable, uniformly distributed in the interval (0, 2π). To handle this situation, it is most convenient to adopt a Bayesian framework. The matched filter receiver derived above follows if we assume known carrier phase and WGN. Integrating the test statistic over the random phase leads to the quadrature matched filter detector structure. The details can be found in, for example, [2]. In this scenario, the observation time NT s is typically much longer than the pulse length T.LetM = T/T s be the discrete-time pulse length. For a given time-delay τ, the test statistic is then computed as y c (τ) = y s (τ) = M 1 n=0 M 1 n=0 r n (τ)ρ n cos(ω 0 nt s + φ n ) (5) r n (τ)ρ n sin(ω 0 nt s + φ n ) (6) P N (τ) = y c (τ) 2 + y s (τ) 2. (7) Here, r n (τ) denotes the sampled version of the time-advanced received signal r(t+τ). In practice, if the sampling time T s is short enough, it suffices to evaulate P N (τ) at integer-multiples of the sampling time using r n (kt s )=r n+k,k=0, 1,...,N M. As an example, consider the same scenario as in Figure 3. However, the received signal is now delayed, and the test statistic P N (kt s ) is evaluated for k =0,...,

7 The result is shown in Figure 4. The true delay is 500 samples, which agrees very Figure 4: The Quadrature Matched Filter power as a function of the hypothesized time delay of the radar pulse. The SNR is 0 db. well with the location of the largest peakof P N (kt s ). The combined detection and time-delay estimation procedure can now be summarized as follows: 1. Compute P N (kt s ) for the desired delay values of k. 2. Determine the delay estimate as ˆτ = T sˆk, whereˆk is the value of k for which P N (kt s ) attains its maximum. 3. Decide if a signal is present or not by comparing P N (ˆkT s ) to a threshold. The computation of the threshold above is complicated for a number of reasons. Firstly, and most seriously, under H 0, P N (ˆkT s )isanorder statistic. We are interested in the distribution of the maximum of the sequence of identically distributed (but not independent!) samples P N (kt s ), k =0, 1,...,k max. Furthermore, neither the radar cross-section c nor the noise variance σ 2 are known in practice. A desirable feature of a test is that the (approximate) PFA should be independent of the noise variance. Such a test is termed invariant. In a practical radar system, there may be a number of targets present at different distances. Thus, P N (kt s ) may have several peaks, each of which may be classified as a target. However, if the distance between two targets is too close, there will still be only one peak! Thus, the matched filter has a limited resolution, whichisgiven by the width of the main peakof the correlation function of the radar pulse. For the 7

8 case in Figure 4, the resolution is approximately 20 samples. The time resolution is inversely proportional to the bandwidth of the signal. The total bandwith of, for example, a chirp signal may be much larger than the inverse of the duration of the signal. The resolution is then much better than what could be expected from the pulse length. The matched filter processing as described above is therefore often termed pulse compression in the radar language. The advantage of using a long transmit pulse is of course to allow better noise suppression at the receiver. 3 Project Definition In this section the problems you are supposed to attackare presented. The first two problems contain theoretical questions and computer simulation tasks. In the latter two you are also required to do practical experiments. The last moment, Section 3.4, is not mandatory. However, if you do a serious attempt on this task, you could skip some of the easier problems. The experiments can in principle be carried out anywhere, but it is useful to have a full-duplex sound card, so that you can play and record at the same time. A designated experiment setup is available in the Kretslab, located at the department of signals and systems. To bookthe lab, contact Lars Börjesson, lars-b@s2.chalmers.se, phone: Matched Filter Detection Performance The first taskconcerns the detection performance. Suppose a completely known deterministic signal is to be estimated in WGN. For simplicity, the noise variance is assumed known. For a fixed threshold of the test statistic, find expressions for the false alarm rate (PF), as well as the probability of correct detection (PD). A false alarm occurs if H 1 is chosen when H 0 is true, whereas a correct detection means that H 1 is accepted when it is indeed true. Then, by varying the threshold, plot the PD as a function of the PF. Such a curve is called a receiver operating characteristic (ROC). The ROC curve illustrates the fundamental trade-off between PD and PF, which is always present in detection problems. How well this trade-off can be handled depends of course on the SNR. Thus, plot ROC curves for a few different SNR values. In practical radar systems, the (unfiltered) SNR can well be as low as -30 db, and rarely more than 0 db. The matched filter has the effect of enhancing the output SNR, which is why reliable detection is possible at all using such weaksignals! Try to verify the theoretical results by simulations in Matlab. Use a Gaussian shaped pulse (Matlab-command: gauspuls). Implement the matched filter using the filter command. Try the same SNR values as used in the theoretical ROC curves. For each SNR value, apply the test to sufficiently many independent data sets, so that a reasonable agreement with the theoretical PD and PF could be expected. Also, use different threshold values to empirically verify the ROC curves at a number of points. 8

9 3.2 Time-Delay Estimation Performance In this problem the accuracy of the time-delay estimate is considered. Suppose we wish to estimate the time-delay of a known deterministic signal observed in WGN. Derive the Cramér-Rao lower bound (CRLB) for the time-delay estimate. Try to interpret the lower bound in terms of physical quantities ; specifically the SNR and the bandwith of the signal! Since the matched filter estimate is also the maximum likelihood estimate, we can expect it to reach the CRLB. Using Monte-Carlo simulations in Matlab, obtain the empirical mean-square error (MSE) of the time-delay estimates. Use chirp pulses (Matlab command: chirp) with a few (2-3) different total bandwidths. Also try a number of different SNR values (at least five) for each signal, and plot the CRLB together with the empirical MSE versus the SNR. What happens for very low SNR values? Also, determine the resolution of the time-delay estimator, defined as the 3-dB width of the peak. What does the resolution depend on? 3.3 Time-Delay Estimation Experiment In this experiment you will try to measure the distance between the two loudspeakers of a PC. The designated lab computer is equipped with a full duplex sound card. If you are using a single duplex card you will need two PC:s, one for generating the pulse and one for recording it. You will transmit a chirp pulse via both loudspeakers at the same time (ignoring possible channel imbalance) - this is easily done in Matlab using the command sound. Now, select a suitable frequency range and generate a chirp signal. The range resolution should be at least on the order of a decimeter. What time resolution does this correspond to, and what bandwidth does it require? Arrange the loudspeakers so that they are at least 50 cm apart. Transmit the chirp pulse from both loudspeakers (default), and record the microphone output using for example Windows Sound Recorder. (This moment may require some assistance!). Edit the recorded sound so that no more than 2 sec (preferably sec) containing the interesting pulse is kept. Remember that you are sampling at 44.1 khz if CD quality is used! Save the file in a directory where you can find it. The file is stored in a so-called wave-format, and it can be read by Matlab using the wavread command. Apply your matched filter time-delay estimator and search for the largest (separated) two peaks. Convert the time delay into distance, and check if it agrees reasonably well with the actual loudspeaker separation. It is likely that you see several smaller peaks in the matched filter output. What is the reason for this? Repeat the experiment for a few different separations. If your results are not great, try to thinkof possible sources of errors! 3.4 A PC Radar In this experiment you will try to implement a radar range estimator. The acoustic channel is difficult, there are reflections from many objects in the room. You must therefore design the experiment carefully so that there are no ambiguous signal paths. Checkwith the course assistant for getting help with the experiment. One 9

10 possibility is to place the loudspeaker on the floor (use only one in this experiment), and let the wall be the interesting object. Place the microphone next to the loudspeaker, so that both the transmitted and the reflected pulses will be recorded. Based on the time-delay between these it will be possible to estimate the distance to the reflector. We must warn you that this experiment is rather difficult if you use a more realistic object! There are possible tricks to handle the nasty propagation channel. One way is to measure the background signal (the signal without object), and try to subtract the background from the real signal. However, this requires a precise time alignment between the background measurement and the data of interest. Another, further more elaborate, possibility is to try to estimate the impulse response of the room. However, the impulse response depends on the location, which complicates matters! Probably, you need the impulse response from the loudspeaker to the microphone, as well as that from the object location to the microphone. If these are known, you can perhaps use a pre-filtered radar pulse in the matched filtering; or alternatively (probably no so good) try to inverse-filter the received signal. Finally, if you are using a small object, resulting in a low SNR, you can try to transmit several pulses to the object. If these are aligned and averaged before matched filtering, you have performed coherent integration. What effect does this have on the effective SNR? References [1] A. Farina. Antenna-Based Signal Processing Techniques for Radar Systems. Artech House, Norwood, MA, [2] R.N. McDonough and A.D. Whalen. Detection of Signals in Noise. Academic Press, New York,

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k DSP First, 2e Signal Processing First Lab S-3: Beamforming with Phasors Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The Exercise section

More information

Detection of Targets in Noise and Pulse Compression Techniques

Detection of Targets in Noise and Pulse Compression Techniques Introduction to Radar Systems Detection of Targets in Noise and Pulse Compression Techniques Radar Course_1.ppt ODonnell 6-18-2 Disclaimer of Endorsement and Liability The video courseware and accompanying

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

Adaptive Systems Homework Assignment 3

Adaptive Systems Homework Assignment 3 Signal Processing and Speech Communication Lab Graz University of Technology Adaptive Systems Homework Assignment 3 The analytical part of your homework (your calculation sheets) as well as the MATLAB

More information

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss

EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss EENG473 Mobile Communications Module 3 : Week # (12) Mobile Radio Propagation: Small-Scale Path Loss Introduction Small-scale fading is used to describe the rapid fluctuation of the amplitude of a radio

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 5 (March 9, 2016)

More information

Digital Communications over Fading Channel s

Digital Communications over Fading Channel s over Fading Channel s Instructor: Prof. Dr. Noor M Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office),

More information

System Identification and CDMA Communication

System Identification and CDMA Communication System Identification and CDMA Communication A (partial) sample report by Nathan A. Goodman Abstract This (sample) report describes theory and simulations associated with a class project on system identification

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Narrow- and wideband channels

Narrow- and wideband channels RADIO SYSTEMS ETIN15 Lecture no: 3 Narrow- and wideband channels Ove Edfors, Department of Electrical and Information technology Ove.Edfors@eit.lth.se 27 March 2017 1 Contents Short review NARROW-BAND

More information

Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Fading Channel. Base Station

Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Fading Channel. Base Station Fading Lecturer: Assoc. Prof. Dr. Noor M Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office), 186 (ARWiC

More information

Narrow- and wideband channels

Narrow- and wideband channels RADIO SYSTEMS ETIN15 Lecture no: 3 Narrow- and wideband channels Ove Edfors, Department of Electrical and Information technology Ove.Edfors@eit.lth.se 2012-03-19 Ove Edfors - ETIN15 1 Contents Short review

More information

Multi-Path Fading Channel

Multi-Path Fading Channel Instructor: Prof. Dr. Noor M. Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office), 186 (Lab) Fax: +9

More information

Analysis on the Detection of Sinusoidal Signals with Unknown Parameters

Analysis on the Detection of Sinusoidal Signals with Unknown Parameters ELE 851 Estimation and Detection Theory Final Project Analysis on the Detection of Sinusoidal Signals with Unknown Parameters Yanjun Yan yayan@syr.edu 12/5/2003 Preface The work in this project is motivated

More information

Matched filter. Contents. Derivation of the matched filter

Matched filter. Contents. Derivation of the matched filter Matched filter From Wikipedia, the free encyclopedia In telecommunications, a matched filter (originally known as a North filter [1] ) is obtained by correlating a known signal, or template, with an unknown

More information

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING

CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING CALIFORNIA STATE UNIVERSITY, NORTHRIDGE FADING CHANNEL CHARACTERIZATION AND MODELING A graduate project submitted in partial fulfillment of the requirements For the degree of Master of Science in Electrical

More information

Non-coherent pulse compression - concept and waveforms Nadav Levanon and Uri Peer Tel Aviv University

Non-coherent pulse compression - concept and waveforms Nadav Levanon and Uri Peer Tel Aviv University Non-coherent pulse compression - concept and waveforms Nadav Levanon and Uri Peer Tel Aviv University nadav@eng.tau.ac.il Abstract - Non-coherent pulse compression (NCPC) was suggested recently []. It

More information

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala MEASUREMENTS IN MATEMATICAL MODELING AND DATA PROCESSING William Moran and University of Melbourne, Australia Keywords detection theory, estimation theory, signal processing, hypothesis testing Contents.

More information

Lab course Analog Part of a State-of-the-Art Mobile Radio Receiver

Lab course Analog Part of a State-of-the-Art Mobile Radio Receiver Communication Technology Laboratory Wireless Communications Group Prof. Dr. A. Wittneben ETH Zurich, ETF, Sternwartstrasse 7, 8092 Zurich Tel 41 44 632 36 11 Fax 41 44 632 12 09 Lab course Analog Part

More information

Channel. Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Multi-Path Fading. Dr. Noor M Khan EE, MAJU

Channel. Muhammad Ali Jinnah University, Islamabad Campus, Pakistan. Multi-Path Fading. Dr. Noor M Khan EE, MAJU Instructor: Prof. Dr. Noor M. Khan Department of Electronic Engineering, Muhammad Ali Jinnah University, Islamabad Campus, Islamabad, PAKISTAN Ph: +9 (51) 111-878787, Ext. 19 (Office), 186 (Lab) Fax: +9

More information

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises ELT-44006 Receiver Architectures and Signal Processing Fall 2014 1 Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by email or in paper format. - Solutions are expected

More information

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey GNSS Acquisition 25.1.2016 Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey Content GNSS signal background Binary phase shift keying (BPSK) modulation Binary offset carrier

More information

Tracking of Moving Targets with MIMO Radar

Tracking of Moving Targets with MIMO Radar Tracking of Moving Targets with MIMO Radar Peter W. Moo, Zhen Ding Radar Sensing & Exploitation Section DRDC Ottawa Research Centre Presentation to 2017 NATO Military Sensing Symposium 31 May 2017 waveform

More information

Nonuniform multi level crossing for signal reconstruction

Nonuniform multi level crossing for signal reconstruction 6 Nonuniform multi level crossing for signal reconstruction 6.1 Introduction In recent years, there has been considerable interest in level crossing algorithms for sampling continuous time signals. Driven

More information

Time Delay Estimation: Applications and Algorithms

Time Delay Estimation: Applications and Algorithms Time Delay Estimation: Applications and Algorithms Hing Cheung So http://www.ee.cityu.edu.hk/~hcso Department of Electronic Engineering City University of Hong Kong H. C. So Page 1 Outline Introduction

More information

Kalman Tracking and Bayesian Detection for Radar RFI Blanking

Kalman Tracking and Bayesian Detection for Radar RFI Blanking Kalman Tracking and Bayesian Detection for Radar RFI Blanking Weizhen Dong, Brian D. Jeffs Department of Electrical and Computer Engineering Brigham Young University J. Richard Fisher National Radio Astronomy

More information

Mobile Radio Propagation: Small-Scale Fading and Multi-path

Mobile Radio Propagation: Small-Scale Fading and Multi-path Mobile Radio Propagation: Small-Scale Fading and Multi-path 1 EE/TE 4365, UT Dallas 2 Small-scale Fading Small-scale fading, or simply fading describes the rapid fluctuation of the amplitude of a radio

More information

WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING

WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING WIRELESS COMMUNICATION TECHNOLOGIES (16:332:546) LECTURE 5 SMALL SCALE FADING Instructor: Dr. Narayan Mandayam Slides: SabarishVivek Sarathy A QUICK RECAP Why is there poor signal reception in urban clutters?

More information

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function.

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. 1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. Matched-Filter Receiver: A network whose frequency-response function maximizes

More information

Theory of Telecommunications Networks

Theory of Telecommunications Networks Theory of Telecommunications Networks Anton Čižmár Ján Papaj Department of electronics and multimedia telecommunications CONTENTS Preface... 5 1 Introduction... 6 1.1 Mathematical models for communication

More information

Dynamically Configured Waveform-Agile Sensor Systems

Dynamically Configured Waveform-Agile Sensor Systems Dynamically Configured Waveform-Agile Sensor Systems Antonia Papandreou-Suppappola in collaboration with D. Morrell, D. Cochran, S. Sira, A. Chhetri Arizona State University June 27, 2006 Supported by

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

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

VHF Radar Target Detection in the Presence of Clutter *

VHF Radar Target Detection in the Presence of Clutter * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 1 Sofia 2006 VHF Radar Target Detection in the Presence of Clutter * Boriana Vassileva Institute for Parallel Processing,

More information

Time-Slotted Round-Trip Carrier Synchronization for Distributed Beamforming D. Richard Brown III, Member, IEEE, and H. Vincent Poor, Fellow, IEEE

Time-Slotted Round-Trip Carrier Synchronization for Distributed Beamforming D. Richard Brown III, Member, IEEE, and H. Vincent Poor, Fellow, IEEE 5630 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 56, NO. 11, NOVEMBER 2008 Time-Slotted Round-Trip Carrier Synchronization for Distributed Beamforming D. Richard Brown III, Member, IEEE, and H. Vincent

More information

Systems. Advanced Radar. Waveform Design and Diversity for. Fulvio Gini, Antonio De Maio and Lee Patton. Edited by

Systems. Advanced Radar. Waveform Design and Diversity for. Fulvio Gini, Antonio De Maio and Lee Patton. Edited by Waveform Design and Diversity for Advanced Radar Systems Edited by Fulvio Gini, Antonio De Maio and Lee Patton The Institution of Engineering and Technology Contents Waveform diversity: a way forward to

More information

Time and Frequency Domain Windowing of LFM Pulses Mark A. Richards

Time and Frequency Domain Windowing of LFM Pulses Mark A. Richards Time and Frequency Domain Mark A. Richards September 29, 26 1 Frequency Domain Windowing of LFM Waveforms in Fundamentals of Radar Signal Processing Section 4.7.1 of [1] discusses the reduction of time

More information

Propagation Channels. Chapter Path Loss

Propagation Channels. Chapter Path Loss Chapter 9 Propagation Channels The transmit and receive antennas in the systems we have analyzed in earlier chapters have been in free space with no other objects present. In a practical communication

More information

SIDELOBES REDUCTION USING SIMPLE TWO AND TRI-STAGES NON LINEAR FREQUENCY MODULA- TION (NLFM)

SIDELOBES REDUCTION USING SIMPLE TWO AND TRI-STAGES NON LINEAR FREQUENCY MODULA- TION (NLFM) Progress In Electromagnetics Research, PIER 98, 33 52, 29 SIDELOBES REDUCTION USING SIMPLE TWO AND TRI-STAGES NON LINEAR FREQUENCY MODULA- TION (NLFM) Y. K. Chan, M. Y. Chua, and V. C. Koo Faculty of Engineering

More information

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS Abstract of Doctorate Thesis RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS PhD Coordinator: Prof. Dr. Eng. Radu MUNTEANU Author: Radu MITRAN

More information

The fundamentals of detection theory

The fundamentals of detection theory Advanced Signal Processing: The fundamentals of detection theory Side 1 of 18 Index of contents: Advanced Signal Processing: The fundamentals of detection theory... 3 1 Problem Statements... 3 2 Detection

More information

Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars

Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars Raviraj S. Adve, Dept. of Elec. and Comp. Eng., University of Toronto Richard A. Schneible, Stiefvater Consultants, Marcy, NY Gerard

More information

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR Moein Ahmadi*, Kamal Mohamed-pour K.N. Toosi University of Technology, Iran.*moein@ee.kntu.ac.ir, kmpour@kntu.ac.ir Keywords: Multiple-input

More information

CHAPTER 4 PERFORMANCE ANALYSIS OF THE ALAMOUTI STBC BASED DS-CDMA SYSTEM

CHAPTER 4 PERFORMANCE ANALYSIS OF THE ALAMOUTI STBC BASED DS-CDMA SYSTEM 89 CHAPTER 4 PERFORMANCE ANALYSIS OF THE ALAMOUTI STBC BASED DS-CDMA SYSTEM 4.1 INTRODUCTION This chapter investigates a technique, which uses antenna diversity to achieve full transmit diversity, using

More information

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is a process of mixing a signal with a sinusoid to produce

More information

Pulse Compression. Since each part of the pulse has unique frequency, the returns can be completely separated.

Pulse Compression. Since each part of the pulse has unique frequency, the returns can be completely separated. Pulse Compression Pulse compression is a generic term that is used to describe a waveshaping process that is produced as a propagating waveform is modified by the electrical network properties of the transmission

More information

THOMAS PANY SOFTWARE RECEIVERS

THOMAS PANY SOFTWARE RECEIVERS TECHNOLOGY AND APPLICATIONS SERIES THOMAS PANY SOFTWARE RECEIVERS Contents Preface Acknowledgments xiii xvii Chapter 1 Radio Navigation Signals 1 1.1 Signal Generation 1 1.2 Signal Propagation 2 1.3 Signal

More information

ESA Contract 13945/99 Technical management by R. Jehn, ESOC. September 1, 2000

ESA Contract 13945/99 Technical management by R. Jehn, ESOC. September 1, 2000 MEASUREMENTS OF SMALL-SIZE DEBRIS WITH BACKSCATTER OF RADIO WAVES WP 1: Definition ofa Concept to Detect Small Size Debris Huuskonen A., Lehtinen M., and Markkanen J. Sodankylä Geophysical Observatory,

More information

Mobile Radio Propagation Channel Models

Mobile Radio Propagation Channel Models Wireless Information Transmission System Lab. Mobile Radio Propagation Channel Models Institute of Communications Engineering National Sun Yat-sen University Table of Contents Introduction Propagation

More information

ANALOGUE TRANSMISSION OVER FADING CHANNELS

ANALOGUE TRANSMISSION OVER FADING CHANNELS J.P. Linnartz EECS 290i handouts Spring 1993 ANALOGUE TRANSMISSION OVER FADING CHANNELS Amplitude modulation Various methods exist to transmit a baseband message m(t) using an RF carrier signal c(t) =

More information

Course 2: Channels 1 1

Course 2: Channels 1 1 Course 2: Channels 1 1 "You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly

More information

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA

Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Lab Report 3: Speckle Interferometry LIN PEI-YING, BAIG JOVERIA Abstract: Speckle interferometry (SI) has become a complete technique over the past couple of years and is widely used in many branches of

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2004 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2005 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT Ashley I. Larsson 1* and Chris Gillard 1 (1) Maritime Operations Division, Defence Science and Technology Organisation, Edinburgh, Australia Abstract

More information

Comparison of Two Detection Combination Algorithms for Phased Array Radars

Comparison of Two Detection Combination Algorithms for Phased Array Radars Comparison of Two Detection Combination Algorithms for Phased Array Radars Zhen Ding and Peter Moo Wide Area Surveillance Radar Group Radar Sensing and Exploitation Section Defence R&D Canada Ottawa, Canada

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05220405 Set No. 1 II B.Tech II Semester Regular Examinations, Apr/May 2007 ANALOG COMMUNICATIONS ( Common to Electronics & Communication Engineering and Electronics & Telematics) Time: 3 hours

More information

Ricean Parameter Estimation Using Phase Information in Low SNR Environments

Ricean Parameter Estimation Using Phase Information in Low SNR Environments Ricean Parameter Estimation Using Phase Information in Low SNR Environments Andrew N. Morabito, Student Member, IEEE, Donald B. Percival, John D. Sahr, Senior Member, IEEE, Zac M.P. Berkowitz, and Laura

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON ELEC6014W1 SEMESTER II EXAMINATIONS 2007/08 RADIO COMMUNICATION NETWORKS AND SYSTEMS Duration: 120 mins Answer THREE questions out of FIVE. University approved calculators may

More information

Multipath Effect on Covariance Based MIMO Radar Beampattern Design

Multipath Effect on Covariance Based MIMO Radar Beampattern Design IOSR Journal of Engineering (IOSRJE) ISS (e): 225-32, ISS (p): 2278-879 Vol. 4, Issue 9 (September. 24), V2 PP 43-52 www.iosrjen.org Multipath Effect on Covariance Based MIMO Radar Beampattern Design Amirsadegh

More information

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P.

The Radio Channel. COS 463: Wireless Networks Lecture 14 Kyle Jamieson. [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. The Radio Channel COS 463: Wireless Networks Lecture 14 Kyle Jamieson [Parts adapted from I. Darwazeh, A. Goldsmith, T. Rappaport, P. Steenkiste] Motivation The radio channel is what limits most radio

More information

Communication Theory

Communication Theory Communication Theory Adnan Aziz Abstract We review the basic elements of communications systems, our goal being to motivate our study of filter implementation in VLSI. Specifically, we review some basic

More information

Abstract. 1. Introduction

Abstract. 1. Introduction Performance Analysis of Linear Frequency Modulated Pulse Compression Radars under Pulsed Noise Jamming Ahmed Abu El-Fadl, Fathy M. Ahmed, M. Samir, and A. Sisi Military echnical College, Cairo, Egypt Abstract

More information

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading

ECE 476/ECE 501C/CS Wireless Communication Systems Winter Lecture 6: Fading ECE 476/ECE 501C/CS 513 - Wireless Communication Systems Winter 2003 Lecture 6: Fading Last lecture: Large scale propagation properties of wireless systems - slowly varying properties that depend primarily

More information

UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS

UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS Proceedings of the 5th Annual ISC Research Symposium ISCRS 2011 April 7, 2011, Rolla, Missouri UNDERWATER ACOUSTIC CHANNEL ESTIMATION AND ANALYSIS Jesse Cross Missouri University of Science and Technology

More information

Lab S-2: Direction Finding: Time-Difference or Phase Difference

Lab S-2: Direction Finding: Time-Difference or Phase Difference DSP First, 2e Signal Processing First Lab S-2: Direction Finding: Time-Difference or Phase Difference Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification:

More information

Amplitude Frequency Phase

Amplitude Frequency Phase Chapter 4 (part 2) Digital Modulation Techniques Chapter 4 (part 2) Overview Digital Modulation techniques (part 2) Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency

More information

Handout 11: Digital Baseband Transmission

Handout 11: Digital Baseband Transmission ENGG 23-B: Principles of Communication Systems 27 8 First Term Handout : Digital Baseband Transmission Instructor: Wing-Kin Ma November 7, 27 Suggested Reading: Chapter 8 of Simon Haykin and Michael Moher,

More information

Data Communications & Computer Networks

Data Communications & Computer Networks Data Communications & Computer Networks Chapter 3 Data Transmission Fall 2008 Agenda Terminology and basic concepts Analog and Digital Data Transmission Transmission impairments Channel capacity Home Exercises

More information

Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath

Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath Application Note AN143 Nov 6, 23 Performance Analysis of Different Ultra Wideband Modulation Schemes in the Presence of Multipath Maurice Schiff, Chief Scientist, Elanix, Inc. Yasaman Bahreini, Consultant

More information

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA By Hamed D. AlSharari College of Engineering, Aljouf University, Sakaka, Aljouf 2014, Kingdom of Saudi Arabia, hamed_100@hotmail.com

More information

Small-Scale Fading I PROF. MICHAEL TSAI 2011/10/27

Small-Scale Fading I PROF. MICHAEL TSAI 2011/10/27 Small-Scale Fading I PROF. MICHAEL TSAI 011/10/7 Multipath Propagation RX just sums up all Multi Path Component (MPC). Multipath Channel Impulse Response An example of the time-varying discrete-time impulse

More information

The Pennsylvania State University The Graduate School College of Engineering PROPAGATION AND CLUTTER CONSIDERATIONS FOR LONG

The Pennsylvania State University The Graduate School College of Engineering PROPAGATION AND CLUTTER CONSIDERATIONS FOR LONG The Pennsylvania State University The Graduate School College of Engineering PROPAGATION AND CLUTTER CONSIDERATIONS FOR LONG RANGE RADAR SURVEILLANCE USING NOISE WAVEFORMS A Thesis in Electrical Engineering

More information

RANGE resolution and dynamic range are the most important

RANGE resolution and dynamic range are the most important INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2012, VOL. 58, NO. 2, PP. 135 140 Manuscript received August 17, 2011; revised May, 2012. DOI: 10.2478/v10177-012-0019-1 High Resolution Noise Radar

More information

CHAPTER 2 WIRELESS CHANNEL

CHAPTER 2 WIRELESS CHANNEL CHAPTER 2 WIRELESS CHANNEL 2.1 INTRODUCTION In mobile radio channel there is certain fundamental limitation on the performance of wireless communication system. There are many obstructions between transmitter

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

Detection and direction-finding of spread spectrum signals using correlation and narrowband interference rejection

Detection and direction-finding of spread spectrum signals using correlation and narrowband interference rejection Detection and direction-inding o spread spectrum signals using correlation and narrowband intererence rejection Ulrika Ahnström,2,JohanFalk,3, Peter Händel,3, Maria Wikström Department o Electronic Warare

More information

Improved Detection by Peak Shape Recognition Using Artificial Neural Networks

Improved Detection by Peak Shape Recognition Using Artificial Neural Networks Improved Detection by Peak Shape Recognition Using Artificial Neural Networks Stefan Wunsch, Johannes Fink, Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology Stefan.Wunsch@student.kit.edu,

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

Chapter 4. Part 2(a) Digital Modulation Techniques

Chapter 4. Part 2(a) Digital Modulation Techniques Chapter 4 Part 2(a) Digital Modulation Techniques Overview Digital Modulation techniques Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency Shift Keying (FSK) Quadrature

More information

Chapter 2: Signal Representation

Chapter 2: Signal Representation Chapter 2: Signal Representation Aveek Dutta Assistant Professor Department of Electrical and Computer Engineering University at Albany Spring 2018 Images and equations adopted from: Digital Communications

More information

THE EFFECT of multipath fading in wireless systems can

THE EFFECT of multipath fading in wireless systems can IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 47, NO. 1, FEBRUARY 1998 119 The Diversity Gain of Transmit Diversity in Wireless Systems with Rayleigh Fading Jack H. Winters, Fellow, IEEE Abstract In

More information

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective

Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective Wireless Communication Systems Laboratory Lab#1: An introduction to basic digital baseband communication through MATLAB simulation Objective The objective is to teach students a basic digital communication

More information

Lecture 7/8: UWB Channel. Kommunikations

Lecture 7/8: UWB Channel. Kommunikations Lecture 7/8: UWB Channel Kommunikations Technik UWB Propagation Channel Radio Propagation Channel Model is important for Link level simulation (bit error ratios, block error ratios) Coverage evaluation

More information

Lecture Topics. Doppler CW Radar System, FM-CW Radar System, Moving Target Indication Radar System, and Pulsed Doppler Radar System

Lecture Topics. Doppler CW Radar System, FM-CW Radar System, Moving Target Indication Radar System, and Pulsed Doppler Radar System Lecture Topics Doppler CW Radar System, FM-CW Radar System, Moving Target Indication Radar System, and Pulsed Doppler Radar System 1 Remember that: An EM wave is a function of both space and time e.g.

More information

Lab S-1: Complex Exponentials Source Localization

Lab S-1: Complex Exponentials Source Localization DSP First, 2e Signal Processing First Lab S-1: Complex Exponentials Source Localization Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The

More information

Neural Blind Separation for Electromagnetic Source Localization and Assessment

Neural Blind Separation for Electromagnetic Source Localization and Assessment Neural Blind Separation for Electromagnetic Source Localization and Assessment L. Albini, P. Burrascano, E. Cardelli, A. Faba, S. Fiori Department of Industrial Engineering, University of Perugia Via G.

More information

SHF Communication Technologies AG. Wilhelm-von-Siemens-Str. 23D Berlin Germany. Phone Fax

SHF Communication Technologies AG. Wilhelm-von-Siemens-Str. 23D Berlin Germany. Phone Fax SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23D 12277 Berlin Germany Phone +49 30 772051-0 Fax ++49 30 7531078 E-Mail: sales@shf.de Web: http://www.shf.de Application Note Jitter Injection

More information

Advances in Direction-of-Arrival Estimation

Advances in Direction-of-Arrival Estimation Advances in Direction-of-Arrival Estimation Sathish Chandran Editor ARTECH HOUSE BOSTON LONDON artechhouse.com Contents Preface xvii Acknowledgments xix Overview CHAPTER 1 Antenna Arrays for Direction-of-Arrival

More information

ESE531 Spring University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing

ESE531 Spring University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing University of Pennsylvania Department of Electrical and System Engineering Digital Signal Processing ESE531, Spring 2017 Final Project: Audio Equalization Wednesday, Apr. 5 Due: Tuesday, April 25th, 11:59pm

More information

Adaptive matched filter spatial detection performance

Adaptive matched filter spatial detection performance Adaptive matched filter spatial detection performance on standard imagery from a wideband VHF/UHF SAR Mark R. Allen Seth A. Phillips Dm0 J. Sofianos Science Applications International Corporation 10260

More information

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING CHAPTER 5 Syllabus 1) Digital modulation formats 2) Coherent binary modulation techniques 3) Coherent Quadrature modulation techniques 4) Non coherent binary modulation techniques. Digital modulation formats:

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY 2 Basic Definitions Time and Frequency db conversion Power and dbm Filter Basics 3 Filter Filter is a component with frequency

More information

INTRODUCTION TO RADAR SIGNAL PROCESSING

INTRODUCTION TO RADAR SIGNAL PROCESSING INTRODUCTION TO RADAR SIGNAL PROCESSING Christos Ilioudis University of Strathclyde c.ilioudis@strath.ac.uk Overview History of Radar Basic Principles Principles of Measurements Coherent and Doppler Processing

More information

HSTAMIDS with Acoustic Vibration Sensing 14 February 2006

HSTAMIDS with Acoustic Vibration Sensing 14 February 2006 HSTAMIDS with Acoustic Vibration Sensing 14 February 2006 US Army CE-LCMC Acquisition Center - Washington 2461 Eisenhower Avenue Alexandria, VA 22331-0700 1 1.0 Program Overview CyTerra Corporation has

More information

Emulation System for Underwater Acoustic Channel

Emulation System for Underwater Acoustic Channel Emulation System for Underwater Acoustic Channel Roee Diamant, Lotan Chorev RAFAEL - Dept. (3), P.O.B. 5, Haifa 3, Israel. diamantr@rafael.co.il Abstract Mathematical models describing acoustic underwater

More information

Ultra Wideband Indoor Radio Channel Measurements

Ultra Wideband Indoor Radio Channel Measurements Ultra Wideband Indoor Radio Channel Measurements Matti Hämäläinen, Timo Pätsi, Veikko Hovinen Centre for Wireless Communications P.O.Box 4500 FIN-90014 University of Oulu, FINLAND email: matti.hamalainen@ee.oulu.fi

More information

EITN90 Radar and Remote Sensing Lecture 2: The Radar Range Equation

EITN90 Radar and Remote Sensing Lecture 2: The Radar Range Equation EITN90 Radar and Remote Sensing Lecture 2: The Radar Range Equation Daniel Sjöberg Department of Electrical and Information Technology Spring 2018 Outline 1 Radar Range Equation Received power Signal to

More information

Wireless Channel Propagation Model Small-scale Fading

Wireless Channel Propagation Model Small-scale Fading Wireless Channel Propagation Model Small-scale Fading Basic Questions T x What will happen if the transmitter - changes transmit power? - changes frequency? - operates at higher speed? Transmit power,

More information

Lecture 1 Wireless Channel Models

Lecture 1 Wireless Channel Models MIMO Communication Systems Lecture 1 Wireless Channel Models Prof. Chun-Hung Liu Dept. of Electrical and Computer Engineering National Chiao Tung University Spring 2017 2017/3/2 Lecture 1: Wireless Channel

More information