Source author record

Olivier Michel

Olivier Michel appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

8works
13topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

8 published item(s)

preprint2022arXiv

A Normality Test for Multivariate Dependent Samples

Most normality tests in the literature are performed for scalar and independent samples. Thus, they become unreliable when applied to colored processes, hampering their use in realistic scenarios.We focus on Mardia's multivariate kurtosis, derive closed-form expressions of its asymptotic distribution for statistically dependent samples, under the null hypothesis of normality and a mixing condition. The calculus is long and tedious but the final result is simple and is implemented with a low computational burden. The proposed expression of the test power exhibits good properties on various scenarios; this is illustrated by computer experiments by means of copulas.

preprint2022arXiv

Joint Normality Test Via Two-Dimensional Projection

Extensive literature exists on how to test for normality, especially for identically and independently distributed (i.i.d) processes. The case of dependent samples has also been addressed, but only for scalar random processes. For this reason, we have proposed a joint normality test for multivariate time-series, extending Mardia's Kurtosis test. In the continuity of this work, we provide here an original performance study of the latter test applied to two-dimensional projections. By leveraging copula, we conduct a comparative study between the bivariate tests and their scalar counterparts. This simulation study reveals that one-dimensional random projections lead to notably less powerful tests than two-dimensional ones.

preprint2016arXiv

Multidimensional factorization through helical mapping

This paper proposes a new perspective on the problem of multidimensional spectral factorization, through helical mapping: $d$-dimensional ($d$D) data arrays are vectorized, processed by $1$D cepstral analysis and then remapped onto the original space. Partial differential equations (PDEs) are the basic framework to describe the evolution of physical phenomena. We observe that the minimum phase helical solution asymptotically converges to the $d$D semi-causal solution, and allows to decouple the two solutions arising from PDEs describing physical systems. We prove this equivalence in the theoretical framework of cepstral analysis, and we also illustrate the validity of helical factorization through a $2$D wave propagation example and a $3$D application to helioseismology.

preprint2015arXiv

Inter-sensor propagation delay estimation using sources of opportunity

Propagation delays are intensively used for Structural Health Monitoring or Sensor Network Localization. In this paper, we study the performances of acoustic propagation delay estimation between two sensors, using sources of opportunity only. Such sources are defined as being uncontrolled by the user (activation time, location, spectral content in time and space), thus preventing the direct estimation with classical active approaches, such as TDOA, RSSI and AOA. Observation models are extended from the literature to account for the spectral characteristics of the sources in this passive context and we show how time-filtered sources of opportunity impact the retrieval of the propagation delay between two sensors. A geometrical analogy is then proposed that leads to a lower bound on the variance of the propagation delay estimation that accounts for both the temporal and the spatial properties of the sources field.

preprint2011arXiv

Algorithm for Sensor Network Attitude Problem

Sensor network attitude problem consists in retrieving the attitude of each sensor of a network knowing some relative orientations between pairs of sensors. The attitude of a sensor is its orientation in an absolute axis system. We present in this paper a method for solving the sensor network attitude problem using quaternion formalism which allows to apply linear algebra tools. The proposed algorithm solves the problem when all of the relative attitudes are known. A complete characterisation of the algorithm is established: spatial complexity, time complexity and robustness. Our algorithm is validated in simulations and with real experiments.

preprint2011arXiv

Passive tomography for elastic waves in solids

In this paper we derive relations between the cross-correlation of ambient noises recorded at two different points and the Green's function of the elastic waves in a medium with viscous damping. The Green's function allows to estimate physical parameters such as speeds or distances. Furthermore, this work is extended by introducing the Green's correlation function proposed by J-L. Lacoume in [Lacoume07]. Some recent works proved the possible reconstruction of the Green's function for scalar waves from the cross-correlation function of ambient noise. In this work, we consider vector waves propagating in a three dimensional solid medium. Two approaches are developed. Firstly, we extend theoretical derivations proposed by Y. Colin de Verdi`ere in [ColinDeVerdiere09], relating cross-correlation of scalar waves to 1D Green's function using linear operator theory. The second approach recasts the three dimensional problem in the framework of Fourier theory. This allows to improve physical understanding of the underlying physical processes as outlined in [Lacoume07].

preprint2010arXiv

Variable elimination for building interpreters

In this paper, we build an interpreter by reusing host language functions instead of recoding mechanisms of function application that are already available in the host language (the language which is used to build the interpreter). In order to transform user-defined functions into host language functions we use combinatory logic : lambda-abstractions are transformed into a composition of combinators. We provide a mechanically checked proof that this step is correct for the call-by-value strategy with imperative features.