BROADBAND SENSOR LOCATION SELECTION USING CONVEX OPTIMIZATION IN VERY LARGE SCALE ARRAYS

Size: px
Start display at page:

Download "BROADBAND SENSOR LOCATION SELECTION USING CONVEX OPTIMIZATION IN VERY LARGE SCALE ARRAYS"

Transcription

1 BROADBAND SENSOR LOCATION SELECTION USING CONVEX OPTIMIZATION IN VERY LARGE SCALE ARRAYS Yenming M. Lai, Radu Balan University of Maryland AMSC Program and Department of Mathematics College Park, MD 2742 Heiko Claussen, Justinian Rosca Siemens Corporation Corporate Technology Princeton, NJ 854 ABSTRACT Consider a sensing system using a large number of N microphones placed in multiple dimensions to monitor a broadband acoustic field. Using all the microphones at once is impractical because of the amount of data generated. Instead, we choose a subset of D microphones to be active. Specifically, we wish to find the set of D microphones that minimizes the largest interference gain at multiple frequencies while monitoring a target of interest. A direct, combinatorial approach testing all N choose D subsets of microphones is impractical because of problem size. Instead, we use a convex optimization technique that induces sparsity through a l1-penalty to determine which subset of microphones to use. We test the robustness of the our solution through simulated annealing and compare its performance against a classical beamformer which maximizes SNR. Since switching from a subset of D microphones to another subset of D microphones at every sample is possible, we construct a space-time-frequency sampling scheme that achieves near optimal performance. Index Terms array processing, multi-frequency beam pattern design, sensor location selection, very large scale arrays, convex optimization, simulated annealing 1. INTRODUCTION Consider a large scale sensor array having N sensors that monitors a surveillance area. Using all sensors simultaneously may be unreasonable in terms of power consumption and data processing. For example, for N = 1 sensors and a data sampling rate of 1 samples per second, the bandwidth requirement is 1Gsamples/sec. We could poll a subset of D sensors at any one given time instead. The N choose D number of choices of sensors allows for a myriad of sensor configurations, and the task is then to choose a subset that achieves our objective. Alternatively, our problem is to place D sensors in a constrained region of space. We convert this non-convex optimization problem into a combinatorial problem by discretizing the possible set of sensor locations. In this context our approach can be seen as an optimal test design. Assume the surveillance area consists of a set of point-like sources. We seek designs that minimize the largest interference gain from a potentially very large number of locations while still maintaining target unit gain. Throughout this paper, we assume the following four hypotheses: H1. Sensor locations (x, y, z-coordinates) are known. Their locations however can be arbitrary. Research has been partially supported by NSF under grant DMS and by Siemens Corporation. H2. The number of real interferences, their locations and spectral powers are unknown. H3. The maximum number of sensors active at any time, D, is fixed in advance. H4. The signals that we wish to monitor are wide band. When sensors have local computational processing power, we make an additional hypothesis: H5. Sensors can band-pass signals and they can switch data transmission on a sample-by-sample basis. Under H5, the system can sample selectively the space-timefrequency domain. Our system divides the surveillance area into a large number of small, non-overlapping target areas. For each fixed target area, we find a subset of sensors that minimizes the gain of a large number of virtual interferences. By doing so, the system is robust to a wide variety of unknown interference configurations. It then begins to iteratively scan each target area. By measuring the signal strength in each fixed target area, we are able to locate and then monitor the actual targets Target Interferences Sensors Fig. 1. Sample Scenario: L = 193 sources (1 target and 192 interferences), N = 2 sensors. 2. PROBLEM FORMULATION Consider the setup described earlier and sketched in Figure 1. We assume we know the sensor locations and then fix a target area. Since the number, locations, and power distributions of the interferences are unknown, we assume a large number of virtual interferences, say L. Our objective is to minimize the largest gain from this set of virtual interferences which guarantees a small gain for any one actual intereference located at any of the virtual interference locations. Assume the zero indexed source is the target and the remaining L sources are interferences. For these virtual L + 1 sources

2 we use the direct-path model, where the transfer function between source l and sensor n at frequency f i is given by H l,n (f i) = exp( 2πif ic r l r n )/ r l r n, l L, 1 n N, where r n, r l denote the position vectors of sensor n and source l respectively, and c is the wave propagation speed (e.g. speed of sound for acoustic signals). We use this simple direct-path model because we do not want to assume prior knowledge of wall locations and their reflection coefficients. For evaluation, we use a direct-path plus one reflection off each wall model. Let w n(f i) denote the processing weight for sensor n at frequency f i. If w n(f i) = then sensor n is inactive at frequency f i. Assume that we have F distinct frequencies of interest,f 1, f 2,...,f F. Given F sets of N sensor weights, each interference l has F different gains, one for each frequency. Note that for each of the F frequencies, we use a different set of N sensor weights to calculate the interference gains at that frequency. Our objective is to minimize the maximum sum of gains across F frequencies while still achieving target unit gain at each frequency. Assumption H3, however, limits us to D simultaneously active sensors. In this multi-frequency setup, when H5 is not satisfied, sensor n becomes active if w n(f i) for any i. Thus the number of nonzeros in the N-dimensional vector max wn(fi) is then an appropriate measure of the number of active sensors. Let w denote the pseudo-norm which counts the number of non-zeros in the vector w. We can now state our optimization problem: min (w n(f i )) F,N i=1, subject to max F H ln (f i)w n(f i) 1 l L i=1 H n(f i)w n(f i) = 1 for i = 1, 2,..., F max wn(fi) D (1) Note that this is a non convex optimization problem due to the l pseudo-norm constraint max wn(fi) D. When hypothesis H5 is satisfied, we can solve the optimization problem (1) independently for each frequency, and then implement an adaptive spacetime-frequency sampling. We shall compare both sampling scenarios. 3. CONVEX OPTIMIZATION STRATEGY Our method is inspired by LASSO regularization [1], a regression technique that minimizes the sum of squares of residual errors subject to the l 1 norm of the coefficients being less than a constant. Similar to the sparse signal and model estimation approach in [2], the l pseudo-norm is replaced by the l 1 norm w 1 = N wn(f) which is then incorporated into the optimization criterion using a Lagrange multiplier λ. The optimization problem (1) is then replaced by the following convex optimization problem which we call the λ- method: min max (w n(f i )) F 1 l L i=1 N F H ln (f i)w n(f i) + λ max wn(fi) i=1 subject to H n(f i)w n(f i) = 1 for i = 1, 2,..., F (2) For very large λ, the penalty term forces many of the sensors to become inactive. Specifically, let W be the N by F matrix of sensor weights produced by the optimization. With a large λ penalty, many of the rows of W contain only values very close to zero. If the nth row only contains such small values, sensor n is then inactive. As λ decreases the penalty term becomes less expensive and more sensors become active. At the limit, λ =, all sensors are allowed to be active. We fine tune λ until we get D non-zero components. Specifically, this is accomplished when g nd+1 is significantly smaller than g n1 (e.g. by 3 orders of magnitude), where g n = max wn(fi). We then solve (2) using this λ. The final weights are obtained by solving a second time (2) restricted to the sub matrix indexed by A and λ =, commonly known as the debiasing step [1]. When we optimize over multiple frequencies (2), the support of the chosen microphones remains fixed over the frequencies. However, we can also run (2) for each individual frequency of interest. Then the support of the microphones can vary over frequencies. If the frequencies are chosen with uniform spacing, we can use nonuniform sampling to reconstuct the signals of interest at each frequency. Specifically assume we have a total of R frequency bands (e.g. R = 4 as in the results below). Then each sensor has an additional R-channel filter bank each processing disjoint frequency bands. The filter bank outputs are downsampled by R and the corresponding sample streams are sent according the transmission policy obtained in the optimization step. The central controller reconstructs the broadband signal by putting together the disjoint frequency bands. 4. SIMULATED ANNEALING We test the robustness of the solution found by convex optimization through simulated annealing (SA). Simulated annealing is a simple randomized technique for iterative improvement introduced in [3]. SA will probabilistically accept worse transitions in order to avoid local minima. In our case, SA minimizes the objective function given by the largest gain for all interference positions for a fixedsize subset of microphones over locations of the microphones in the subset. More precisely, given a fixed number of D microphones, we run the same convex optimization problem as the λ method (e.g. find the filter weights that minimize the maximum valid interference over a coarse grid while maintaining a target gain of unity) but with λ set to. The objective function value f is then the largest gain of the valid interferences. If the optimization program fails for any reason, the objective function value is set to infinity. The initial temperature is set to 1, and the annealing schedule decreases the temperature by 5% each iteration. We limit the length of the Markov walk to a total length of 12 iterations. The initial search point is the point produced by the λ found through an iterative binary search that produces D = 32 microphones. We assume that the target location, room size, and the frequency of interest are fixed. 5. RELATION TO PRIOR WORK In this section we compare and relate our approach to four problems in the literature: the beam pattern design, grid-based beamforming, compressive sampling, and greedy selection. Beampattern Design Lebret and Boyd [4] showed that given arbitrary microphone locations, finding the set of sensor weights that minimizes the maximum interference for multiple frequencies could be formulated as a convex optimization problem. They modeled sources as point sources, complex exponentials decaying as a function of distance. Specifically, the problem could be showed equivalent with a Second Order Cone Programming (SOCP) problem and thus efficiently

3 solved by interior point methods [5]. Our work differs in that we simulatenously search for filter weights for each frequency of interest that minimize the maximum interference at the corresponding frequency. In contrast, Lebret and Boyd search for only a single set of filter weights that minimizes the maximum inteference for multiple frequencies. Our approach is similar in spirit to that of Ling et al. [6]. The authors followed the approach of [4] but added an additional l 1 norm penalty to the weights. The l 1 penalty sparsifies the sensor weights and therefore sensor locations. Specifically, the l 1 penalty on weights causes many of the filter weights to be close to zero in magnitude. Our work differs in the following three aspects. First, our l 1 penalty encourages the use of sensor locations that perform well across frequencies when the sensor is allowed to use a different weight for each frequency. Second, we allow both sensors and intereferences to lie in multiple dimensions. Third, we do not add an l 2 penalty on the weights to protect against large gains. Instead, after optimizing over a large set of sensors with a l 1 penalty, we select the sensor locations with the largest weight values across frequencies and then reoptimize over this subset of locations. During the reoptimization, we exclude the l 1 penalty. Grid-based Beamforming Brandstein and Ward modeled an acoustic enclosure as a rectangular grid of point sources that included reverbeations by allowing for sources to lie outside the room [7], an idea drawn from the image model where reflections of sources off of walls are modeled as virtual sources lying outside the room [8]. Grids were labeled either as sources or interferences based on prior knowledge. Sensor weights were calculated to maximize the optimization criterion given by the ratio between source gains and interference gains. Compressive Sampling The widespread compressive sampling problem (see [9, 1]) is to to minimize the l pseudo-norm of a vector x subject to a linear constraint Ax = b (in the absence of noise), or an inequality Ax b p ε (in the presence of noise). Using Lagrange multipliers this problem becomes min Ax b p + λ x (3) x Problem (1), in the single frequency case (F = 1), can be brought to this form if we make the additional assumption that a specific sensor is active. For simplicity of notation assume that we know w N (f). Then we solve for w N from the linear constraint w, H = 1 and substitute back into Hw. Denoting w the N 1 vector of the first N 1 components of w, and A the L (N 1) matrix of entries A l,n = H l,n H,nH l,n H,N (1) becomes and b the L vector b l = H l,n H,N, min A w b (4) w D 1 which turns into a problem similar in form to (3): min A w b + λ w. (5) w In the multi-frequency case, A,b, and w are all frequency dependent. In (3), the quasi-norm becomes the mixed-norm (, ), where ( ) is the maximum acorss frequenices and () is the number of non-zeros among these maximums. In (4), the -norm becomes the mixed-norm (1, ) norm, where (1) is the summation across frequencies and ( ) is the maximum of across this resulting sum. Greedy Selection In [11], Bertrand and Moonen propose two algorithms, greedy addition and greedy deletion, to select a subset of sensors. In greedy addition, they choose D subset of sensors out of N possible sensors by running D trials. At the n-th trial (n = 1, 2,..., D), N n + 1 individual candidate sensors are tested by adding each candidate sensor to the previously selected n 1 sensors and measuring the n sensors performance. The sensor which produced the most improvement in the objective function when added to the previous n 1 sensors is then added to the selected group of sensors. In a corresponding fashion, in greedy deletion, they choose D sensors by starting with N sensors and then deleting N D members one by one. N D trials are run and during a trial a sensor is deleted if its contribution to the group s performance is least among the other group members. A sensor s contribution to the group performance is measured by how the group performs without the sensor. Though their objective function of minimizing mean square error in signal estimation is different from ours, their greedy approaches provide alternative strategies to choosing a subset of sensors. However, their approach differs from ours in that it is combinatorial by nature. 6. EXPERIMENTAL RESULTS We run experiments by optimizing over a simpler model and then evaulating over a more sophisticated model. Our optimization model is as follows: The room size is 1m by 8m. The target of interest is located at (3m,4m). There are 1 possible microphone locations located along the perimeter of the rectangular room. We optimize over four freqencies of 25,5,75,and 1 Hz. There are 62 virtual interferences, and a direct path model is used to calculate the transfer functions. We do not place these interferences within.5 m of the perimter of the room or the target. The evaluation model differs from the optimization model in two ways: There is a denser set of interferences, 62, and we include reflections for each of these virtual interferences. We run five types of experiments to compare the performance of the λ-method. First, we run the optimization problem (2), simultaneously optimizing over the four frequencies. This setup fixes the support of the microphone setup across all 4 frequencies. Second, we run the optimization problem (2) again four times, once at each individual frequency. The support of the chosen microphones are then allowed to vary over frequencies. Third, we randomly perturb the set of sensors found by the multi-frequency optimization of experiment (1) using simulated annealing to see how much better a solution we can find. Fourth, we again use simulated annealing the perturb the set of microphones found by the singlefrequency optimization of experiment (2). Fifth, we test the performance of the beamformer that maximizes the signal to noise ratio (SNR). This beamformer can be shown to be the set of sensors that lie closest to the target. Table (1) shows the worst interference gain in db for the five setups using the evaluation model. The results show our multifreqency λ-processor (column 2) outperforming the beamformer that maximizes SNR (column 1) for every frequency. The singlefrequency λ-processor performs better than multi-frequency λ- processor since microphone locations are allowed to vary across frequencies. Simulated annealing sometimes but not always finds better performing solutions when measured with the evaluation model. By algorithm construction, simulated annealing finds a solution at least as good as the initial point when measured on the optimization model. The below figures show the beam patterns for both the λ-method and the maximum-snr beamformer at 1 Hz along with the placement of the microphones. Results are in db, with unit target gain ( db). We also compare the expected value and variance of the maximum gain among a varying number of randomly placed interferences in the survelliance area. Finally, we show the sharp drop in filter weights produced by the multi-frequency λ-processor. 7. CONCLUSIONS We aim to utilize a very large number of available sensors by using customized subsets of sensors to monitor specific areas of interest. This selective sampling of sensors then produces reasonable amounts of data to be processed. An equivalent problem to our sen-

4 f[hz] BF MF λ SA MF λ SF λ SA SF λ Gain [db] Microphones Source 5 Table 1. Worst interference gains[db] for: Beamformer, MultiFreq λ-processor, SA MultiFreq λ, SingleFreq λ-processor, SA SingleFreq. λ 5 1 sor subset selection is sensor spacing. Our optimization criterion finds sensors that suppresses a large number of interferences across multiple frequencies while monitoring a target location. We allow the subset of sensors we choose to have different weights for different frequencies of interest. We show that our multi-frequency LASSO-inspired convex optimization technique can find subsets of sensors that give reasonable performance on evaluation models that contain large number of virtual interferences and reflections even though the optimization criterion assumes many fewer virtual interferences and no reflections. If frequencies of interest are uniformly spaced, we can acheive even better performance by allowing the active sensor subset to change over frequencies and then reusing spacetime-frequency sampling to recover our signal of interest Fig. 3. Gain map for classical beamformer that maximizes SNR at 1 Hz 1 Gain [sb] Microphones Source Fig. 4. Gain map for beamformer found by multi-frequency λmethod at 1 Hz Fig. 2. Comparison of mean and variance of maximum gain for 8. REFERENCES varying number of randomly placed interferences at 1 Hz [1] R. Tibshirani, Regression shrinkage and selection via the lasso, Journal of the Royal Statistical Society (Series B), vol. 58, pp , [2] E.J. Candes and Y. Plan, Near-ideal model selection by l1 minimization, Annals of Statistics, vol. 37, no. 5A, pp , 29. (ISCAS), Proceedings of 21 IEEE International Symposium on, 21, pp [7] M. S. Brandstein and D. B. Ward, Cell-based beamforming (ce-babe) for speech acquisition with microphone arrays, Speech and Audio Processing, IEEE Transactions on, vol. 8, no. 6, pp , 2. [3] S. Kirkpatrick and MP Vecchi, Optimization by simmulated annealing, science, vol. 22, no. 4598, pp , [8] J.B. Allen and D.A. Berkley, Image method for efficiently simulating small-room acoustics, J. Acoust. Soc. Am, vol. 65, no. 4, pp , [4] H. Lebret and S. Boyd, Antenna array pattern synthesis via convex optimization, Signal Processing, IEEE Transactions on, vol. 45, no. 3, pp , [9] R.G. Baraniuk, E. Candes, R. Nowak, and M. Vetterli, Compressive sampling, IEEE Signal Processing Magazine, vol. 25, no. 2, pp , 28. [5] M. S. Lobo, L. Vandenberghe, S. Boyd, and H. Lebret, Applications of second-order cone programming, Linear algebra and its applications, vol. 284, no. 1, pp , [1] E. J. Candes and M. Wakin, An introduction to compressive sampling, IEEE Signal Processing Magazine, vol. 25, no. 2, pp. 21 3, 28. [6] C. Ling, S. Wee, C. Wei, and Y. Zhu Liang, Linear sparse array synthesis via convex optimization, in Circuits and Systems [11] Alexander Bertrand and Marc Moonen, Efficient sensor subset selection and link failure response for linear mmse signal

5 1.8 Σ f W f sorted filter weight index 1 Σ f W f sorted filter weight index Fig. 5. Ordered weights found by multi-frequency λ-method estimation in wireless sensor networks, in Proc. of the European signal processing conference (EUSIPCO), 21, pp

Cooperative Compressed Sensing for Decentralized Networks

Cooperative Compressed Sensing for Decentralized Networks Cooperative Compressed Sensing for Decentralized Networks Zhi (Gerry) Tian Dept. of ECE, Michigan Tech Univ. A presentation at ztian@mtu.edu February 18, 2011 Ground-Breaking Recent Advances (a1) s is

More information

Localization (Position Estimation) Problem in WSN

Localization (Position Estimation) Problem in WSN Localization (Position Estimation) Problem in WSN [1] Convex Position Estimation in Wireless Sensor Networks by L. Doherty, K.S.J. Pister, and L.E. Ghaoui [2] Semidefinite Programming for Ad Hoc Wireless

More information

ROBUST SUPERDIRECTIVE BEAMFORMER WITH OPTIMAL REGULARIZATION

ROBUST SUPERDIRECTIVE BEAMFORMER WITH OPTIMAL REGULARIZATION ROBUST SUPERDIRECTIVE BEAMFORMER WITH OPTIMAL REGULARIZATION Aviva Atkins, Yuval Ben-Hur, Israel Cohen Department of Electrical Engineering Technion - Israel Institute of Technology Technion City, Haifa

More information

Speech Enhancement Using Beamforming Dr. G. Ramesh Babu 1, D. Lavanya 2, B. Yamuna 2, H. Divya 2, B. Shiva Kumar 2, B.

Speech Enhancement Using Beamforming Dr. G. Ramesh Babu 1, D. Lavanya 2, B. Yamuna 2, H. Divya 2, B. Shiva Kumar 2, B. www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 4 April 2015, Page No. 11143-11147 Speech Enhancement Using Beamforming Dr. G. Ramesh Babu 1, D. Lavanya

More information

EUSIPCO

EUSIPCO EUSIPCO 23 56974827 COMPRESSIVE SENSING RADAR: SIMULATION AND EXPERIMENTS FOR TARGET DETECTION L. Anitori, W. van Rossum, M. Otten TNO, The Hague, The Netherlands A. Maleki Columbia University, New York

More information

An improved strategy for solving Sudoku by sparse optimization methods

An improved strategy for solving Sudoku by sparse optimization methods An improved strategy for solving Sudoku by sparse optimization methods Yuchao Tang, Zhenggang Wu 2, Chuanxi Zhu. Department of Mathematics, Nanchang University, Nanchang 33003, P.R. China 2. School of

More information

This is a repository copy of Sparse antenna array design for directional modulation.

This is a repository copy of Sparse antenna array design for directional modulation. This is a repository copy of Sparse antenna array design for directional modulation. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/1169/ Version: Accepted Version Proceedings

More information

Design and Implementation of Compressive Sensing on Pulsed Radar

Design and Implementation of Compressive Sensing on Pulsed Radar 44, Issue 1 (2018) 15-23 Journal of Advanced Research in Applied Mechanics Journal homepage: www.akademiabaru.com/aram.html ISSN: 2289-7895 Design and Implementation of Compressive Sensing on Pulsed Radar

More information

An Introduction to Compressive Sensing and its Applications

An Introduction to Compressive Sensing and its Applications International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 1 An Introduction to Compressive Sensing and its Applications Pooja C. Nahar *, Dr. Mahesh T. Kolte ** * Department

More information

Effects of Basis-mismatch in Compressive Sampling of Continuous Sinusoidal Signals

Effects of Basis-mismatch in Compressive Sampling of Continuous Sinusoidal Signals Effects of Basis-mismatch in Compressive Sampling of Continuous Sinusoidal Signals Daniel H. Chae, Parastoo Sadeghi, and Rodney A. Kennedy Research School of Information Sciences and Engineering The Australian

More information

Optimum Beamforming. ECE 754 Supplemental Notes Kathleen E. Wage. March 31, Background Beampatterns for optimal processors Array gain

Optimum Beamforming. ECE 754 Supplemental Notes Kathleen E. Wage. March 31, Background Beampatterns for optimal processors Array gain Optimum Beamforming ECE 754 Supplemental Notes Kathleen E. Wage March 31, 29 ECE 754 Supplemental Notes: Optimum Beamforming 1/39 Signal and noise models Models Beamformers For this set of notes, we assume

More information

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS Puneetha R 1, Dr.S.Akhila 2 1 M. Tech in Digital Communication B M S College Of Engineering Karnataka, India 2 Professor Department of

More information

Signal Recovery from Random Measurements

Signal Recovery from Random Measurements Signal Recovery from Random Measurements Joel A. Tropp Anna C. Gilbert {jtropp annacg}@umich.edu Department of Mathematics The University of Michigan 1 The Signal Recovery Problem Let s be an m-sparse

More information

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Electrical Engineering and Information Engineering

More information

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Transmit Power Allocation for Performance Improvement in Systems Chang Soon Par O and wang Bo (Ed) Lee School of Electrical Engineering and Computer Science, Seoul National University parcs@mobile.snu.ac.r,

More information

Frugal Sensing Spectral Analysis from Power Inequalities

Frugal Sensing Spectral Analysis from Power Inequalities Frugal Sensing Spectral Analysis from Power Inequalities Nikos Sidiropoulos Joint work with Omar Mehanna IEEE SPAWC 2013 Plenary, June 17, 2013, Darmstadt, Germany Wideband Spectrum Sensing (for CR/DSM)

More information

Empirical Rate-Distortion Study of Compressive Sensing-based Joint Source-Channel Coding

Empirical Rate-Distortion Study of Compressive Sensing-based Joint Source-Channel Coding Empirical -Distortion Study of Compressive Sensing-based Joint Source-Channel Coding Muriel L. Rambeloarison, Soheil Feizi, Georgios Angelopoulos, and Muriel Médard Research Laboratory of Electronics Massachusetts

More information

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

Compressed Sensing for Multiple Access

Compressed Sensing for Multiple Access Compressed Sensing for Multiple Access Xiaodai Dong Wireless Signal Processing & Networking Workshop: Emerging Wireless Technologies, Tohoku University, Sendai, Japan Oct. 28, 2013 Outline Background Existing

More information

Mainlobe jamming can pose problems

Mainlobe jamming can pose problems Design Feature DIANFEI PAN Doctoral Student NAIPING CHENG Professor YANSHAN BIAN Doctoral Student Department of Optical and Electrical Equipment, Academy of Equipment, Beijing, 111, China Method Eases

More information

Hardware Implementation of Proposed CAMP algorithm for Pulsed Radar

Hardware Implementation of Proposed CAMP algorithm for Pulsed Radar 45, Issue 1 (2018) 26-36 Journal of Advanced Research in Applied Mechanics Journal homepage: www.akademiabaru.com/aram.html ISSN: 2289-7895 Hardware Implementation of Proposed CAMP algorithm for Pulsed

More information

SOURCE LOCALIZATION USING TIME DIFFERENCE OF ARRIVAL WITHIN A SPARSE REPRESENTATION FRAMEWORK

SOURCE LOCALIZATION USING TIME DIFFERENCE OF ARRIVAL WITHIN A SPARSE REPRESENTATION FRAMEWORK SOURCE LOCALIZATION USING TIME DIFFERENCE OF ARRIVAL WITHIN A SPARSE REPRESENTATION FRAMEWORK Ciprian R. Comsa *, Alexander M. Haimovich *, Stuart Schwartz, York Dobyns, and Jason A. Dabin * CWCSPR Lab,

More information

Multiple Antenna Processing for WiMAX

Multiple Antenna Processing for WiMAX Multiple Antenna Processing for WiMAX Overview Wireless operators face a myriad of obstacles, but fundamental to the performance of any system are the propagation characteristics that restrict delivery

More information

IN recent years, there has been great interest in the analysis

IN recent years, there has been great interest in the analysis 2890 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 52, NO. 7, JULY 2006 On the Power Efficiency of Sensory and Ad Hoc Wireless Networks Amir F. Dana, Student Member, IEEE, and Babak Hassibi Abstract We

More information

STAP approach for DOA estimation using microphone arrays

STAP approach for DOA estimation using microphone arrays STAP approach for DOA estimation using microphone arrays Vera Behar a, Christo Kabakchiev b, Vladimir Kyovtorov c a Institute for Parallel Processing (IPP) Bulgarian Academy of Sciences (BAS), behar@bas.bg;

More information

MULTIPATH fading could severely degrade the performance

MULTIPATH fading could severely degrade the performance 1986 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 12, DECEMBER 2005 Rate-One Space Time Block Codes With Full Diversity Liang Xian and Huaping Liu, Member, IEEE Abstract Orthogonal space time block

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

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

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

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

Multiple Sound Sources Localization Using Energetic Analysis Method

Multiple Sound Sources Localization Using Energetic Analysis Method VOL.3, NO.4, DECEMBER 1 Multiple Sound Sources Localization Using Energetic Analysis Method Hasan Khaddour, Jiří Schimmel Department of Telecommunications FEEC, Brno University of Technology Purkyňova

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

More information

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems

Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems 810 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 51, NO. 5, MAY 2003 Optimum Rate Allocation for Two-Class Services in CDMA Smart Antenna Systems Il-Min Kim, Member, IEEE, Hyung-Myung Kim, Senior Member,

More information

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik Department of Electrical and Computer Engineering, The University of Texas at Austin,

More information

ADAPTIVE ANTENNAS. TYPES OF BEAMFORMING

ADAPTIVE ANTENNAS. TYPES OF BEAMFORMING ADAPTIVE ANTENNAS TYPES OF BEAMFORMING 1 1- Outlines This chapter will introduce : Essential terminologies for beamforming; BF Demonstrating the function of the complex weights and how the phase and amplitude

More information

Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches

Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches Compressed RF Tomography for Wireless Sensor Networks: Centralized and Decentralized Approaches Mohammad A. Kanso and Michael G. Rabbat Department of Electrical and Computer Engineering McGill University

More information

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Effect of Fading Correlation on the Performance of Spatial Multiplexed MIMO systems with circular antennas M. A. Mangoud Department of Electrical and Electronics Engineering, University of Bahrain P. O.

More information

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Recently, consensus based distributed estimation has attracted considerable attention from various fields to estimate deterministic

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

Digital Television Lecture 5

Digital Television Lecture 5 Digital Television Lecture 5 Forward Error Correction (FEC) Åbo Akademi University Domkyrkotorget 5 Åbo 8.4. Error Correction in Transmissions Need for error correction in transmissions Loss of data during

More information

Broadband Microphone Arrays for Speech Acquisition

Broadband Microphone Arrays for Speech Acquisition Broadband Microphone Arrays for Speech Acquisition Darren B. Ward Acoustics and Speech Research Dept. Bell Labs, Lucent Technologies Murray Hill, NJ 07974, USA Robert C. Williamson Dept. of Engineering,

More information

How (Information Theoretically) Optimal Are Distributed Decisions?

How (Information Theoretically) Optimal Are Distributed Decisions? How (Information Theoretically) Optimal Are Distributed Decisions? Vaneet Aggarwal Department of Electrical Engineering, Princeton University, Princeton, NJ 08544. vaggarwa@princeton.edu Salman Avestimehr

More information

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Vincent Lau Associate Prof., University of Hong Kong Senior Manager, ASTRI Agenda Bacground Lin Level vs System Level Performance

More information

HOW TO USE REAL-VALUED SPARSE RECOVERY ALGORITHMS FOR COMPLEX-VALUED SPARSE RECOVERY?

HOW TO USE REAL-VALUED SPARSE RECOVERY ALGORITHMS FOR COMPLEX-VALUED SPARSE RECOVERY? 20th European Signal Processing Conference (EUSIPCO 202) Bucharest, Romania, August 27-3, 202 HOW TO USE REAL-VALUED SPARSE RECOVERY ALGORITHMS FOR COMPLEX-VALUED SPARSE RECOVERY? Arsalan Sharif-Nassab,

More information

On the Value of Coherent and Coordinated Multi-point Transmission

On the Value of Coherent and Coordinated Multi-point Transmission On the Value of Coherent and Coordinated Multi-point Transmission Antti Tölli, Harri Pennanen and Petri Komulainen atolli@ee.oulu.fi Centre for Wireless Communications University of Oulu December 4, 2008

More information

Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints

Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints Frequency and Power Allocation for Low Complexity Energy Efficient OFDMA Systems with Proportional Rate Constraints Pranoti M. Maske PG Department M. B. E. Society s College of Engineering Ambajogai Ambajogai,

More information

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks

Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks PIERS ONLINE, VOL. 3, NO. 8, 27 116 Multiple Signal Direction of Arrival (DoA) Estimation for a Switched-Beam System Using Neural Networks K. A. Gotsis, E. G. Vaitsopoulos, K. Siakavara, and J. N. Sahalos

More information

A novel design of sparse FIR multiple notch filters with tunable notch frequencies

A novel design of sparse FIR multiple notch filters with tunable notch frequencies 1 A novel design of sparse FIR multiple notch filters with tunable notch frequencies Wei Xu 1,2, Anyu Li 1,2, Boya Shi 1,2 and Jiaxiang Zhao 3 1 School of Electronics and Information Engineering, Tianjin

More information

Optimization Techniques for Alphabet-Constrained Signal Design

Optimization Techniques for Alphabet-Constrained Signal Design Optimization Techniques for Alphabet-Constrained Signal Design Mojtaba Soltanalian Department of Electrical Engineering California Institute of Technology Stanford EE- ISL Mar. 2015 Optimization Techniques

More information

COMPRESSIVE SENSING BASED ECG MONITORING WITH EFFECTIVE AF DETECTION. Hung Chi Kuo, Yu Min Lin and An Yeu (Andy) Wu

COMPRESSIVE SENSING BASED ECG MONITORING WITH EFFECTIVE AF DETECTION. Hung Chi Kuo, Yu Min Lin and An Yeu (Andy) Wu COMPRESSIVESESIGBASEDMOITORIGWITHEFFECTIVEDETECTIO Hung ChiKuo,Yu MinLinandAn Yeu(Andy)Wu Graduate Institute of Electronics Engineering, ational Taiwan University, Taipei, 06, Taiwan, R.O.C. {charleykuo,

More information

Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events

Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events INTERSPEECH 2013 Joint recognition and direction-of-arrival estimation of simultaneous meetingroom acoustic events Rupayan Chakraborty and Climent Nadeu TALP Research Centre, Department of Signal Theory

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

Performance Analysis of a 1-bit Feedback Beamforming Algorithm

Performance Analysis of a 1-bit Feedback Beamforming Algorithm Performance Analysis of a 1-bit Feedback Beamforming Algorithm Sherman Ng Mark Johnson Electrical Engineering and Computer Sciences University of California at Berkeley Technical Report No. UCB/EECS-2009-161

More information

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING

EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Clemson University TigerPrints All Theses Theses 8-2009 EFFECTS OF PHASE AND AMPLITUDE ERRORS ON QAM SYSTEMS WITH ERROR- CONTROL CODING AND SOFT DECISION DECODING Jason Ellis Clemson University, jellis@clemson.edu

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

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems , 2009, 5, 351-356 doi:10.4236/ijcns.2009.25038 Published Online August 2009 (http://www.scirp.org/journal/ijcns/). Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems Zhongpeng WANG

More information

Chapter 2: Digitization of Sound

Chapter 2: Digitization of Sound Chapter 2: Digitization of Sound Acoustics pressure waves are converted to electrical signals by use of a microphone. The output signal from the microphone is an analog signal, i.e., a continuous-valued

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

High-speed Noise Cancellation with Microphone Array

High-speed Noise Cancellation with Microphone Array Noise Cancellation a Posteriori Probability, Maximum Criteria Independent Component Analysis High-speed Noise Cancellation with Microphone Array We propose the use of a microphone array based on independent

More information

Recent Advances in Acoustic Signal Extraction and Dereverberation

Recent Advances in Acoustic Signal Extraction and Dereverberation Recent Advances in Acoustic Signal Extraction and Dereverberation Emanuël Habets Erlangen Colloquium 2016 Scenario Spatial Filtering Estimated Desired Signal Undesired sound components: Sensor noise Competing

More information

Compressive Sensing based Asynchronous Random Access for Wireless Networks

Compressive Sensing based Asynchronous Random Access for Wireless Networks Compressive Sensing based Asynchronous Random Access for Wireless Networks Vahid Shah-Mansouri, Suyang Duan, Ling-Hua Chang, Vincent W.S. Wong, and Jwo-Yuh Wu Department of Electrical and Computer Engineering,

More information

Mutual Coupling Estimation for GPS Antenna Arrays in the Presence of Multipath

Mutual Coupling Estimation for GPS Antenna Arrays in the Presence of Multipath Mutual Coupling Estimation for GPS Antenna Arrays in the Presence of Multipath Zili Xu, Matthew Trinkle School of Electrical and Electronic Engineering University of Adelaide PACal 2012 Adelaide 27/09/2012

More information

FOURIER analysis is a well-known method for nonparametric

FOURIER analysis is a well-known method for nonparametric 386 IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 54, NO. 1, FEBRUARY 2005 Resonator-Based Nonparametric Identification of Linear Systems László Sujbert, Member, IEEE, Gábor Péceli, Fellow,

More information

SPACE TIME coding for multiple transmit antennas has attracted

SPACE TIME coding for multiple transmit antennas has attracted 486 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 50, NO. 3, MARCH 2004 An Orthogonal Space Time Coded CPM System With Fast Decoding for Two Transmit Antennas Genyuan Wang Xiang-Gen Xia, Senior Member,

More information

Precoding Design for Energy Efficiency of Multibeam Satellite Communications

Precoding Design for Energy Efficiency of Multibeam Satellite Communications 1 Precoding Design for Energy Efficiency of Multibeam Satellite Communications Chenhao Qi, Senior Member, IEEE and Xin Wang Student Member, IEEE arxiv:1901.01657v1 [eess.sp] 7 Jan 2019 Abstract Instead

More information

NOISE ESTIMATION IN A SINGLE CHANNEL

NOISE ESTIMATION IN A SINGLE CHANNEL SPEECH ENHANCEMENT FOR CROSS-TALK INTERFERENCE by Levent M. Arslan and John H.L. Hansen Robust Speech Processing Laboratory Department of Electrical Engineering Box 99 Duke University Durham, North Carolina

More information

Constrained Channel Estimation Methods in Underwater Acoustics

Constrained Channel Estimation Methods in Underwater Acoustics University of Iowa Honors Theses University of Iowa Honors Program Spring 2017 Constrained Channel Estimation Methods in Underwater Acoustics Emma Hawk Follow this and additional works at: http://ir.uiowa.edu/honors_theses

More information

ONE of the most common and robust beamforming algorithms

ONE of the most common and robust beamforming algorithms TECHNICAL NOTE 1 Beamforming algorithms - beamformers Jørgen Grythe, Norsonic AS, Oslo, Norway Abstract Beamforming is the name given to a wide variety of array processing algorithms that focus or steer

More information

Joint Hybrid Backhaul and Access Links Design in Cloud-Radio Access Networks

Joint Hybrid Backhaul and Access Links Design in Cloud-Radio Access Networks Joint Hybrid Backhaul and Access Links Design in Cloud-Radio Access Networks Oussama Dhifallah, Hayssam Dahrouj, Tareq Y.Al-Naffouri and Mohamed-Slim Alouini Computer, Electrical and Mathematical Sciences

More information

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES

SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SUPERVISED SIGNAL PROCESSING FOR SEPARATION AND INDEPENDENT GAIN CONTROL OF DIFFERENT PERCUSSION INSTRUMENTS USING A LIMITED NUMBER OF MICROPHONES SF Minhas A Barton P Gaydecki School of Electrical and

More information

OFDM Pilot Optimization for the Communication and Localization Trade Off

OFDM Pilot Optimization for the Communication and Localization Trade Off SPCOMNAV Communications and Navigation OFDM Pilot Optimization for the Communication and Localization Trade Off A. Lee Swindlehurst Dept. of Electrical Engineering and Computer Science The Henry Samueli

More information

INTERFERENCE REJECTION OF ADAPTIVE ARRAY ANTENNAS BY USING LMS AND SMI ALGORITHMS

INTERFERENCE REJECTION OF ADAPTIVE ARRAY ANTENNAS BY USING LMS AND SMI ALGORITHMS INTERFERENCE REJECTION OF ADAPTIVE ARRAY ANTENNAS BY USING LMS AND SMI ALGORITHMS Kerim Guney Bilal Babayigit Ali Akdagli e-mail: kguney@erciyes.edu.tr e-mail: bilalb@erciyes.edu.tr e-mail: akdagli@erciyes.edu.tr

More information

3022 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 6, JUNE Frequency-Hopping Code Design for MIMO Radar Estimation Using Sparse Modeling

3022 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 6, JUNE Frequency-Hopping Code Design for MIMO Radar Estimation Using Sparse Modeling 3022 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 6, JUNE 2012 Frequency-Hopping Code Design for MIMO Radar Estimation Using Sparse Modeling Sandeep Gogineni, Student Member, IEEE, and Arye Nehorai,

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

Time-Delay Estimation From Low-Rate Samples: A Union of Subspaces Approach Kfir Gedalyahu and Yonina C. Eldar, Senior Member, IEEE

Time-Delay Estimation From Low-Rate Samples: A Union of Subspaces Approach Kfir Gedalyahu and Yonina C. Eldar, Senior Member, IEEE IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 58, NO. 6, JUNE 2010 3017 Time-Delay Estimation From Low-Rate Samples: A Union of Subspaces Approach Kfir Gedalyahu and Yonina C. Eldar, Senior Member, IEEE

More information

Reduced Overhead Distributed Consensus-Based Estimation Algorithm

Reduced Overhead Distributed Consensus-Based Estimation Algorithm Reduced Overhead Distributed Consensus-Based Estimation Algorithm Ban-Sok Shin, Henning Paul, Dirk Wübben and Armin Dekorsy Department of Communications Engineering University of Bremen Bremen, Germany

More information

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions

CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions CHAPTER 10 CONCLUSIONS AND FUTURE WORK 10.1 Conclusions This dissertation reported results of an investigation into the performance of antenna arrays that can be mounted on handheld radios. Handheld arrays

More information

Generalized PSK in space-time coding. IEEE Transactions On Communications, 2005, v. 53 n. 5, p Citation.

Generalized PSK in space-time coding. IEEE Transactions On Communications, 2005, v. 53 n. 5, p Citation. Title Generalized PSK in space-time coding Author(s) Han, G Citation IEEE Transactions On Communications, 2005, v. 53 n. 5, p. 790-801 Issued Date 2005 URL http://hdl.handle.net/10722/156131 Rights This

More information

TIIVISTELMÄRAPORTTI (SUMMARY REPORT)

TIIVISTELMÄRAPORTTI (SUMMARY REPORT) 2014/2500M-0015 ISSN 1797-3457 (verkkojulkaisu) ISBN (PDF) 978-951-25-2640-6 TIIVISTELMÄRAPORTTI (SUMMARY REPORT) Modern Signal Processing Methods in Passive Acoustic Surveillance Jaakko Astola*, Bogdan

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

Adaptive Beamforming. Chapter Signal Steering Vectors

Adaptive Beamforming. Chapter Signal Steering Vectors Chapter 13 Adaptive Beamforming We have already considered deterministic beamformers for such applications as pencil beam arrays and arrays with controlled sidelobes. Beamformers can also be developed

More information

Chapter IV THEORY OF CELP CODING

Chapter IV THEORY OF CELP CODING Chapter IV THEORY OF CELP CODING CHAPTER IV THEORY OF CELP CODING 4.1 Introduction Wavefonn coders fail to produce high quality speech at bit rate lower than 16 kbps. Source coders, such as LPC vocoders,

More information

MULTICAST BEAMFORMING WITH ANTENNA SELECTION. Dept. of Electrical and Computer Engineering University of Minnesota

MULTICAST BEAMFORMING WITH ANTENNA SELECTION. Dept. of Electrical and Computer Engineering University of Minnesota 2012 IEEE 13th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC) MULTICAST BEAMFORMING WITH ANTENNA SELECTION Omar Mehanna, Nicholas D. Sidiropoulos and Georgios B.

More information

Compressive Through-focus Imaging

Compressive Through-focus Imaging PIERS ONLINE, VOL. 6, NO. 8, 788 Compressive Through-focus Imaging Oren Mangoubi and Edwin A. Marengo Yale University, USA Northeastern University, USA Abstract Optical sensing and imaging applications

More information

Non-uniform sampling and reconstruction of multi-band signals and its application in wideband spectrum sensing of cognitive radio

Non-uniform sampling and reconstruction of multi-band signals and its application in wideband spectrum sensing of cognitive radio Non-uniform sampling and reconstruction of multi-band signals and its application in wideband spectrum sensing of cognitive radio MOSLEM RASHIDI Signal Processing Group Department of Signals and Systems

More information

DIGITAL processing has become ubiquitous, and is the

DIGITAL processing has become ubiquitous, and is the IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 59, NO. 4, APRIL 2011 1491 Multichannel Sampling of Pulse Streams at the Rate of Innovation Kfir Gedalyahu, Ronen Tur, and Yonina C. Eldar, Senior Member, IEEE

More information

Democracy in Action. Quantization, Saturation, and Compressive Sensing!"#$%&'"#("

Democracy in Action. Quantization, Saturation, and Compressive Sensing!#$%&'#( Democracy in Action Quantization, Saturation, and Compressive Sensing!"#$%&'"#(" Collaborators Petros Boufounos )"*(&+",-%.$*/ 0123"*4&5"*"%16( Background If we could first know where we are, and whither

More information

Analysis of LMS and NLMS Adaptive Beamforming Algorithms

Analysis of LMS and NLMS Adaptive Beamforming Algorithms Analysis of LMS and NLMS Adaptive Beamforming Algorithms PG Student.Minal. A. Nemade Dept. of Electronics Engg. Asst. Professor D. G. Ganage Dept. of E&TC Engg. Professor & Head M. B. Mali Dept. of E&TC

More information

Impact of Antenna Geometry on Adaptive Switching in MIMO Channels

Impact of Antenna Geometry on Adaptive Switching in MIMO Channels Impact of Antenna Geometry on Adaptive Switching in MIMO Channels Ramya Bhagavatula, Antonio Forenza, Robert W. Heath Jr. he University of exas at Austin University Station, C0803, Austin, exas, 787-040

More information

Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms. Armein Z. R. Langi

Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms. Armein Z. R. Langi International Journal on Electrical Engineering and Informatics - Volume 3, Number 2, 211 Finite Word Length Effects on Two Integer Discrete Wavelet Transform Algorithms Armein Z. R. Langi ITB Research

More information

MINUET: MUSICAL INTERFERENCE UNMIXING ESTIMATION TECHNIQUE

MINUET: MUSICAL INTERFERENCE UNMIXING ESTIMATION TECHNIQUE MINUET: MUSICAL INTERFERENCE UNMIXING ESTIMATION TECHNIQUE Scott Rickard, Conor Fearon University College Dublin, Dublin, Ireland {scott.rickard,conor.fearon}@ee.ucd.ie Radu Balan, Justinian Rosca Siemens

More information

Low-Complexity Beam Allocation for Switched-Beam Based Multiuser Massive MIMO Systems

Low-Complexity Beam Allocation for Switched-Beam Based Multiuser Massive MIMO Systems Low-Complexity Beam Allocation for Switched-Beam Based Multiuser Massive MIMO Systems Jiangzhou Wang University of Kent 1 / 31 Best Wishes to Professor Fumiyuki Adachi, Father of Wideband CDMA [1]. [1]

More information

OFDM Transmission Corrupted by Impulsive Noise

OFDM Transmission Corrupted by Impulsive Noise OFDM Transmission Corrupted by Impulsive Noise Jiirgen Haring, Han Vinck University of Essen Institute for Experimental Mathematics Ellernstr. 29 45326 Essen, Germany,. e-mail: haering@exp-math.uni-essen.de

More information

ZERO-FORCING PRE-EQUALIZATION WITH TRANSMIT ANTENNA SELECTION IN MIMO SYSTEMS

ZERO-FORCING PRE-EQUALIZATION WITH TRANSMIT ANTENNA SELECTION IN MIMO SYSTEMS ZERO-FORCING PRE-EQUALIZATION WITH TRANSMIT ANTENNA SELECTION IN MIMO SYSTEMS Seyran Khademi, Sundeep Prabhakar Chepuri, Geert Leus, Alle-Jan van der Veen Faculty of Electrical Engineering, Mathematics

More information

Inter-Cell Interference Mitigation in Cellular Networks Applying Grids of Beams

Inter-Cell Interference Mitigation in Cellular Networks Applying Grids of Beams Inter-Cell Interference Mitigation in Cellular Networks Applying Grids of Beams Christian Müller c.mueller@nt.tu-darmstadt.de The Talk was given at the meeting of ITG Fachgruppe Angewandte Informationstheorie,

More information

Beyond Nyquist. Joel A. Tropp. Applied and Computational Mathematics California Institute of Technology

Beyond Nyquist. Joel A. Tropp. Applied and Computational Mathematics California Institute of Technology Beyond Nyquist Joel A. Tropp Applied and Computational Mathematics California Institute of Technology jtropp@acm.caltech.edu With M. Duarte, J. Laska, R. Baraniuk (Rice DSP), D. Needell (UC-Davis), and

More information

EE359 Discussion Session 8 Beamforming, Diversity-multiplexing tradeoff, MIMO receiver design, Multicarrier modulation

EE359 Discussion Session 8 Beamforming, Diversity-multiplexing tradeoff, MIMO receiver design, Multicarrier modulation EE359 Discussion Session 8 Beamforming, Diversity-multiplexing tradeoff, MIMO receiver design, Multicarrier modulation November 29, 2017 EE359 Discussion 8 November 29, 2017 1 / 33 Outline 1 MIMO concepts

More information

EXACT SIGNAL RECOVERY FROM SPARSELY CORRUPTED MEASUREMENTS

EXACT SIGNAL RECOVERY FROM SPARSELY CORRUPTED MEASUREMENTS EXACT SIGNAL RECOVERY FROM SPARSELY CORRUPTED MEASUREMENTS THROUGH THE PURSUIT OF JUSTICE Jason Laska, Mark Davenport, Richard Baraniuk SSC 2009 Collaborators Mark Davenport Richard Baraniuk Compressive

More information

Sensing via Dimensionality Reduction Structured Sparsity Models

Sensing via Dimensionality Reduction Structured Sparsity Models Sensing via Dimensionality Reduction Structured Sparsity Models Volkan Cevher volkan@rice.edu Sensors 1975-0.08MP 1957-30fps 1877 -? 1977 5hours 160MP 200,000fps 192,000Hz 30mins Digital Data Acquisition

More information

Compressed-Sensing Based Multi-User Millimeter Wave Systems: How Many Measurements Are Needed?

Compressed-Sensing Based Multi-User Millimeter Wave Systems: How Many Measurements Are Needed? Compressed-Sensing Based Multi-User Millimeter Wave Systems: How Many Measurements Are Needed? Ahmed Alkhateeb*, Geert Leus #, and Robert W. Heath Jr.* * Wireless Networking and Communications Group, Department

More information