scispace - formally typeset
Search or ask a question
Author

Pierre A. Humblet

Bio: Pierre A. Humblet is an academic researcher from Institut Eurécom. The author has contributed to research in topics: Communication channel & Optical filter. The author has an hindex of 29, co-authored 76 publications receiving 8435 citations. Previous affiliations of Pierre A. Humblet include IBM & Massachusetts Institute of Technology.


Papers
More filters
Journal ArticleDOI
Pierre A. Humblet1, W.M. Hamdy1
TL;DR: Since Fabry-Perot (FP) filters are major candidates for use as demultiplexers in wavelength division multiple access (WDMA) networks, the authors have analyzed the crosstalk degradation for several different variations of the basic FP filter, compared their performances, and optimized their design parameters.
Abstract: Since Fabry-Perot (FP) filters are major candidates for use as demultiplexers in wavelength division multiple access (WDMA) networks, the authors have analyzed, in an exact and unified manner, the crosstalk degradation for several different variations of the basic FP filter, compared their performances, and optimized their design parameters. A description is given of the system model (a wavelength division multiple access system consisting of M connected transmitters and receivers with each transmitter consisting of an on-off modulated fixed-frequency laser, with the 'off' power level equal to zero) and the parameters used throughout, along with a brief discussion of relevant Fabry-Perot equations and terms and the four different filter structures analyzed. The crosstalk is examined for the cases of a single-cavity FP filter, a double-pass FP filter, a two-stage double-cavity FP filter, and a vernier double-cavity FP filter. The criteria for the performance comparison were the worst-case crosstalk, BER, and crosstalk power penalty. >

113 citations

Journal ArticleDOI
TL;DR: In this paper, a distributed algorithm for constructing minimum weight directed spanning trees (arborescences), each with a distinct root node, in a strongly connected directed graph is presented, and the amount of information exchanged and the time to completion are O(|N|^{2}).
Abstract: A distributed algorithm is presented for constructing minimum weight directed spanning trees (arborescences), each with a distinct root node, in a strongly connected directed graph. A processor exists at each node. Given the weights and origins of the edges incoming to their nodes, the processors follow the algorithm and exchange messages with their neighbors until all arborescences are constructed. The amount of information exchanged and the time to completion are O(|N|^{2}) .

108 citations

01 Jan 2016
TL;DR: In this article, the steady state distribution of a Markov chain is determined by the ergodicity or non-ergodicity of a related chain, and the steady-state probability vector also satisfies 7rP = 7r.
Abstract: THE STABILITY of many important systems is determined by the ergodicity of a related Markov chain Since the steady-state distribution of a Markov chain is, however, often difficult to calculate, it is important to have simple criteria for the ergodicity or non-ergodicity of a chain Let (Xn) (n = 0, 1, ***) denote an irreducible aperiodic Markov chain with state space IO, 1, * * Let P = (pij) (i, j = 0, 1, * ) be its transition matrix and let pn = (p('7)) denote the nth power of P It is well known that lim,p(') = irj exists and is independent of i Furthermore, either rj = 0 (j > 0), or rj > 0 (j > 0) and is the steady state distribution of the chain The steady state probability vector also satisfies 7rP = 7r, that is

108 citations

Journal ArticleDOI
TL;DR: It is shown that the capacity region of the asynchronous multiple-access channel differs from that of the synchronous channel only by the lack of a convex hull operation.
Abstract: It is shown that the capacity region of the asynchronous multiple-access channel differs from that of the synchronous channel only by the lack of a convex hull operation.

107 citations

01 Mar 1982
TL;DR: A discrete time multiaccess channel is considered where the outcome of a transmission is either "idle," "success," or "collision," depending on the number of users transmitting simultaneously.
Abstract: A discrete time multiaccess channel is considered where the outcome of a transmission is either "idle," "success," or "collision," depending on the number of users transmitting simultaneously. Messages involved in a "collision" must be retransmitted. An efficient access allocation policy is developed for the case where infinitely many sources generate traffic in a Poisson manner and can all observe the outcomes of the previous transmissions. Its rate of success is 0.48776. Modifications are presented for the cases where the transmission times depend on the transmission outcomes and where observations are noisy.

106 citations


Cited by
More filters
Book
01 Jan 2005

9,038 citations

Journal ArticleDOI
TL;DR: Results show that, even though the interuser channel is noisy, cooperation leads not only to an increase in capacity for both users but also to a more robust system, where users' achievable rates are less susceptible to channel variations.
Abstract: Mobile users' data rate and quality of service are limited by the fact that, within the duration of any given call, they experience severe variations in signal attenuation, thereby necessitating the use of some type of diversity. In this two-part paper, we propose a new form of spatial diversity, in which diversity gains are achieved via the cooperation of mobile users. Part I describes the user cooperation strategy, while Part II (see ibid., p.1939-48) focuses on implementation issues and performance analysis. Results show that, even though the interuser channel is noisy, cooperation leads not only to an increase in capacity for both users but also to a more robust system, where users' achievable rates are less susceptible to channel variations.

6,621 citations

Book
01 Jan 1993
TL;DR: This second edition reflects the same discipline and style that marked out the original and helped it to become a classic: proofs are rigorous and concise, the range of applications is broad and knowledgeable, and key ideas are accessible to practitioners with limited mathematical background.
Abstract: Meyn & Tweedie is back! The bible on Markov chains in general state spaces has been brought up to date to reflect developments in the field since 1996 - many of them sparked by publication of the first edition. The pursuit of more efficient simulation algorithms for complex Markovian models, or algorithms for computation of optimal policies for controlled Markov models, has opened new directions for research on Markov chains. As a result, new applications have emerged across a wide range of topics including optimisation, statistics, and economics. New commentary and an epilogue by Sean Meyn summarise recent developments and references have been fully updated. This second edition reflects the same discipline and style that marked out the original and helped it to become a classic: proofs are rigorous and concise, the range of applications is broad and knowledgeable, and key ideas are accessible to practitioners with limited mathematical background.

5,931 citations

Book
01 Jan 1996
TL;DR: This book familiarizes readers with important problems, algorithms, and impossibility results in the area, and teaches readers how to reason carefully about distributed algorithms-to model them formally, devise precise specifications for their required behavior, prove their correctness, and evaluate their performance with realistic measures.
Abstract: In Distributed Algorithms, Nancy Lynch provides a blueprint for designing, implementing, and analyzing distributed algorithms. She directs her book at a wide audience, including students, programmers, system designers, and researchers. Distributed Algorithms contains the most significant algorithms and impossibility results in the area, all in a simple automata-theoretic setting. The algorithms are proved correct, and their complexity is analyzed according to precisely defined complexity measures. The problems covered include resource allocation, communication, consensus among distributed processes, data consistency, deadlock detection, leader election, global snapshots, and many others. The material is organized according to the system model-first by the timing model and then by the interprocess communication mechanism. The material on system models is isolated in separate chapters for easy reference. The presentation is completely rigorous, yet is intuitive enough for immediate comprehension. This book familiarizes readers with important problems, algorithms, and impossibility results in the area: readers can then recognize the problems when they arise in practice, apply the algorithms to solve them, and use the impossibility results to determine whether problems are unsolvable. The book also provides readers with the basic mathematical tools for designing new algorithms and proving new impossibility results. In addition, it teaches readers how to reason carefully about distributed algorithms-to model them formally, devise precise specifications for their required behavior, prove their correctness, and evaluate their performance with realistic measures. Table of Contents 1 Introduction 2 Modelling I; Synchronous Network Model 3 Leader Election in a Synchronous Ring 4 Algorithms in General Synchronous Networks 5 Distributed Consensus with Link Failures 6 Distributed Consensus with Process Failures 7 More Consensus Problems 8 Modelling II: Asynchronous System Model 9 Modelling III: Asynchronous Shared Memory Model 10 Mutual Exclusion 11 Resource Allocation 12 Consensus 13 Atomic Objects 14 Modelling IV: Asynchronous Network Model 15 Basic Asynchronous Network Algorithms 16 Synchronizers 17 Shared Memory versus Networks 18 Logical Time 19 Global Snapshots and Stable Properties 20 Network Resource Allocation 21 Asynchronous Networks with Process Failures 22 Data Link Protocols 23 Partially Synchronous System Models 24 Mutual Exclusion with Partial Synchrony 25 Consensus with Partial Synchrony

4,340 citations

Journal ArticleDOI
01 Jun 2002
TL;DR: This work shows that true beamforming gains can be achieved when there are sufficient users, even though very limited channel feedback is needed, and proposes the use of multiple transmit antennas to induce large and fast channel fluctuations so that multiuser diversity can still be exploited.
Abstract: Multiuser diversity is a form of diversity inherent in a wireless network, provided by independent time-varying channels across the different users. The diversity benefit is exploited by tracking the channel fluctuations of the users and scheduling transmissions to users when their instantaneous channel quality is near the peak. The diversity gain increases with the dynamic range of the fluctuations and is thus limited in environments with little scattering and/or slow fading. In such environments, we propose the use of multiple transmit antennas to induce large and fast channel fluctuations so that multiuser diversity can still be exploited. The scheme can be interpreted as opportunistic beamforming and we show that true beamforming gains can be achieved when there are sufficient users, even though very limited channel feedback is needed. Furthermore, in a cellular system, the scheme plays an additional role of opportunistic nulling of the interference created on users of adjacent cells. We discuss the design implications of implementing. this scheme in a complete wireless system.

3,041 citations