• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 5543
  • 2202
  • 1169
  • 543
  • 376
  • 294
  • 236
  • 152
  • 142
  • 103
  • 100
  • 88
  • 74
  • 71
  • 32
  • Tagged with
  • 13043
  • 1947
  • 1556
  • 1436
  • 1323
  • 1166
  • 1150
  • 1088
  • 920
  • 901
  • 884
  • 732
  • 702
  • 662
  • 645
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
121

Um framework para análise de agrupamento baseado na combinação multi-objetivo de algoritmos de agrupamento / A framework for cluster analysis based in the multi-objective combination of clustering algorithms

Katti Faceli 08 November 2006 (has links)
Esta Tese apresenta um framework para análise exploratória de dados via técnicas de agrupamento. O objetivo é facilitar o trabalho dos especialistas no domínio dos dados. O ponto central do framework é um algoritmo de ensemble multi-objetivo, o algoritmo MOCLE, complementado por um método para a visualização integrada de um conjunto de partições. Pela aplicação conjunta das idéias de ensemble de agrupamentos e agrupamento multi-objetivo, o MOCLE efetua atomaticamente importantes passos da análise de agrupamento: executa vários algoritmos conceitualmente diferentes com várias configurações de parâmetros, combina as partições resultantes desses algoritmos e seleciona as partições com os melhores compromissos de diferentes medidas de validação. MOCLE é uma abordagem robusta para lidar com diferentes tipos de estrutura que podem estar presentes em um conjunto de dados. Ele resulta em um conjunto conciso e estável de estruturas alternativas de alta qualidade, sem a necessidade de conhecimento prévio sobre os dados e nem conhecimento profundo em análise de agrupamento. Além disso, para facilitar a descoberta de estruturas mais complexas, o MOCLE permite a integração automática de conhecimento prévio de uma estrutura simples por meio das suas funções objetivo. Finalmente, o método de visualização proposto permite a observação simultânea de um conjunto de partições. Isso ajuda na análise dos resultados do MOCLE. / This Thesis presents a framework for exploratory data analysis via clustering techniques. The goal is to facilitate the work of the experts in the data domain. The core of the framework is a multi-objective clustering ensemble algorithm, the MOCLE algorithm, complemented by a method for integrated visualization of a set of partitions. By applying together the ideas of clustering ensemble and multi-objective clustering, MOCLE automatically performs important steps of cluster analysis: run several conceptually different clustering algorithms with various parameter configuration, combine the partitions resulting from these algorithms, and select the partitions with the best trade-offs for different validation measures. MOCLE is a robust approach to deal with different types of structures that can be present in a dataset. It results in a concise and stable set of high quality alternative structures, without the need of previous knowledge about the data or deep knowledge on cluster analysis. Furthermore, in order to facilitate the discovery of more complex structures, MOCLE allows the automatic integration of previous knowledge of a simple structure via their objective functions. Finally, the visualization method proposed allows the simultaneous observation of a set of partitions. This helps in the analysis of MOCLE results.
122

Modélisation multi-agents du transfert de connaissances : réflexions théoriques et application à un pôle de compétitivité / Agent based model of knowledge transfer : theoretical considerations and application to a French competitiveness cluster

Labarbe, Emmanuel 24 September 2014 (has links)
Cette thèse sur travaux, composée de quatre articles, s’intéresse à la dynamique de la diffusion des connaissances entre les acteurs internes d’un pôle de compétitivité français au travers de modélisations multi-agents individu-centrées. Les trois premiers articles constituent un ensemble de réflexions théoriques sur la diffusion inter organisationnelle des connaissances et, comme prolongement, le quatrième article intègre des spécificités d’un pôle de compétitivité. L’article 1 propose une extension dynamique de l’impact de la capacité d’absorption de Sakakibara (2003) et d’Egbetokun et Savin (2012) sur le stock de connaissances d’entreprises partenaires. L’article 2 porte sur des acteurs qui essayent de minimiser le déficit causé par une perception erronée des interactions de deux projets dans lesquels ils investissent régulièrement. Nous avons travaillé sur un grand nombre de décideurs partageant de l’information avec leurs voisins les plus proches. L’article 3 effectue une extension du modèle de l’article 1 en intégrant la mauvaise perception des informations échangées entre acteurs et étudie son impact sur l’accumulation de connaissances. L’article 4, transpose le modèle précédent en y intégrant la notion de confiance et certaines spécificités des pôles de compétitivité. / This thesis, consisting of four articles, deals with the dynamics of the diffusion of knowledge among the internal stakeholders of a French competitiveness cluster through multi-agent modeling. The first three articles are a set of theoretical reflections on inter-organizational knowledge sharing and, as an extension of this, the fourth article includes the specifics of a cluster. Article number 1 provides a dynamic extension of the impact of the absorptive capacity of Sakakibara (2003) and Egbetokun and Savin (2012) on the stock of knowledge of partner companies. Article number 2 focuses on players who try to minimize the deficit caused by a misperception of interactions of two projects in which they invest regularly. It analyzes a large number of decision makers sharing information with their closest neighbors. Article number 3 carries out an extension of the model of article number 1 based on article number 2, incorporating misperception of information exchanged between stakeholders and examines its impact on the accumulation of knowledge. The last article transposes the previous model by incorporating the notion of trust and certain specificities of French competitiveness clusters.
123

Exploiting heterogeneous many cores on sequential code / Exploiter des multi-coeurs hétérogènes dans le cadre de codes séquentiels

Narasimha Swamy, Bharath 05 March 2015 (has links)
Les architectures ''Heterogeneous Many Cores'' (HMC) qui mélangent beaucoup de petits/simples cœurs avec quelques cœurs larges/complexes, fournissent de bonnes performances pour des applications séquentielles et permettent une économie d'énergie pour les applications parallèles. Les petits cœurs des HMC peuvent être utilisés comme des cœurs auxiliaires pour accélérer les applications séquentielles gourmandes en mémoire qui s'exécutent sur le cœur principal. Cependant, le surcoût pour accéder aux petits cœurs limite leur utilisation comme cœurs auxiliaires. En raison de la disparité de performance entre le cœur principal et les petits cœurs, on ne sait pas encore si les petits cœurs sont adaptés pour exécuter des threads auxiliaires pour faire du prefetching pour un cœur plus puissant. Dans cette thèse, nous présentons une architecture hardware/software appelée « core-tethering », pour supporter efficacement l'exécution de threads auxiliaires sur les systèmes HMC. Cette architecture permet au cœur principal de pouvoir lancer et contrôler directement l'exécution des threads auxiliaires, et de transférer efficacement le contexte des applications nécessaire à l'exécution des threads auxiliaires. Sur un ensemble de programmes ayant une utilisation intensive de la mémoire, les threads auxiliaires s'exécutant sur des cœurs relativement petits, peuvent apporter une accélération significative par rapport à du prefetching matériel seul. Et les petits cœurs fournissent un bon compromis par rapport à l'utilisation d'un seul cœur puissant pour exécuter les threads auxiliaires. En résumé, malgré le surcoût lié à la latence d'accès aux lignes de cache chargées par le prefetching depuis le cache L3 partagé, le prefetching par les threads auxiliaires sur les petits cœurs semble être une manière prometteuse d'améliorer la performance des codes séquentiels pour des applications ayant une utilisation intensive de la mémoire sur les systèmes HMC. / Heterogeneous Many Cores (HMC) architectures that mix many simple/small cores with a few complex/large cores are emerging as a design alternative that can provide both fast sequential performance for single threaded workloads and power-efficient execution for through-put oriented parallel workloads. The availability of many small cores in a HMC presents an opportunity to utilize them as low-power helper cores to accelerate memory-intensive sequential programs mapped to a large core. However, the latency overhead of accessing small cores in a loosely coupled system limits their utility as helper cores. Also, it is not clear if small cores can execute helper threads sufficiently in advance to benefit applications running on a larger, much powerful, core. In this thesis, we present a hardware/software framework called core-tethering to support efficient helper threading on heterogeneous many-cores. Core-tethering provides a co-processor like interface to the small cores that (a) enables a large core to directly initiate and control helper execution on the helper core and (b) allows efficient transfer of execution context between the cores, thereby reducing the performance overhead of accessing small cores for helper execution. Our evaluation on a set of memory intensive programs chosen from the standard benchmark suites show that, helper threads using moderately sized small cores can significantly accelerate a larger core compared to using a hardware prefetcher alone. We also find that a small core provides a good trade-off against using an equivalent large core to run helper threads in a HMC. In summary, despite the latency overheads of accessing prefetched cache lines from the shared L3 cache, helper thread based prefetching on small cores looks as a promising way to improve single thread performance on memory intensive workloads in HMC architectures.
124

Processeur numérique/RF adaptatif pour émetteur sans fil multi-bandes multi-standard faible consommation à 5 GHz et 60 GHz / Scalable digital-to-RF processor for multi-standard and multi-band low power wireless transmitter in 5 GHz and 60 GHz

Gebreyohannes, Fikre Tsigabu 19 December 2016 (has links)
Le domaine de la recherche dans les multi-standards, les systèmes multi-bandes, architectures, et circuits a été un thème populaire. La perspective est d'avoir des dispositifs qui peuvent être adaptés, parfaitement, aux différents réseaux tout en offrant d'excellentes fonctionnalités sur les différents technologies d’accès radio. Les architectures de transmetteurs configurables ciblant les cas d'utilisation complémentaires des WiFi-WiGig ont été étudiés. Des approches novatrices basées sur des DAC FIR semi-numériques configurables à grande vitesse sont proposées. Les DAC de FIR nécessitent des filtres longs avec des coefficients de résolution élevés pour atteindre des niveaux d'atténuation de stopband satisfaisants aux exigences de bruit hors bande. Normalement, cela limite la vitesse et se traduit par une grande surface de silicium. Dans ce travail, les techniques de conception de circuits sont développées de sorte qu'un élément de circuit unitaire réalisant un coefficient d'une fonction de transfert peut être réutilisé dans la réalisation d’un coefficient d'une autre fonction de transfert. Une puce prototype de passe-haut FIR DAC qui peut être configuré pour le fonctionnement de l'IEEE 802.11ac et les standards IEEE 802.11ad a été mise en œuvre sur une technologie CMOS 28nm FDSOI de STMicroelectronics. Le test De cette puce a démontré la validité des architectures d'émetteur proposées. Le puce prototype peut traiter des signaux des bandes de base aussi larges que 63,63 MHz et 300 MHz à une fréquence d'horloge de 1,4 GHz avec une consommation de 103,07 mW dans le 802.11ac et 86,89 mW dans le mode 802.11ad. / The vision of research into multi-standard and multi-band systems, architectures, and circuits has been to develop devices which can hope seamlessly from one network to the other while delivering excellent functionality in different radio access technologies.In this work, configurable transmitter architectures based on FIR DACs which target WiFi-WiGig complementary use cases have been studied. FIR DACs require long filters with high resolution coefficients to meet high out-of-band noise attenuation. Normally, this limits speed and results in large area. In this work, circuit techniques are developed so that a unit circuit element realizing a coefficient of one transfer function can be re-used in realizing a different-valued coefficient of another transfer function. The work also proposes topologies that exploit digital signal processing at advanced nodes to implement quadrature modulation while realizing up-conversion, digital-to-analog conversion and image and quantization filtering in one configurable FIR DAC block. A prototype high pass FIR DAC chip which can be configured for processing IEEE 802.11ac and IEEE 802.11ad signals was implemented in ST CMOS 28nm FDSOI technology. The test of this chip has demonstrated the validity of the proposed transmitter architectures. The prototype chip can process baseband signals as wide as 63.63 MHz and 300 MHz at a clock frequency of 1.4 GHz while consuming 103.07 mW in the 802.11ac and 86.89 mW in the 802.11ad modes.
125

Négociation multi-agents pour la réallocation dynamique de tâches et application au patron de conception MapReduce / Multi-agent negotiation for dynamic task reallocation and application to the MapReduce design pattern

Baert, Quentin 13 September 2019 (has links)
Le problème Rm||Cmax consiste à allouer un ensemble de tâches à m agents de sorte à minimiser le makespan de l’allocation, c’est-à-dire le temps d’exécution de l’ensemble des tâches. Ce problème est connu pour être NP-dur dès que les tâches sont allouées à deux agents ou plus (m ≥ 2). De plus, il est souvent admis que le coût d’une tâche est précisément estimé pour un agent et que ce coût ne varie pas au cours de l’exécution des tâches. Dans cette thèse, je propose une approche décentralisée et dynamique pour l’amélioration d’une allocation de tâches. Ainsi, à partir d’une allocation initiale et pendant qu’ils exécutent les tâches, les agents collaboratifs initient de multiples enchères pour réallouer les tâches qui restent à exécuter. Ces réallocations sont socialement rationnelles, c’est-à-dire qu’un agent accepte de prendre en charge une tâche initialement allouée à un autre agent si la délégation de cette tâche bénéficie à l’ensemble du système en faisant décroître le makespan. De plus, le dynamisme du procédé permet d’améliorer une allocation malgré une fonction de coût peu précise et malgré les variations de performances qui peuvent survenir lors de l’exécution des tâches. Cette thèse offre un cadre formel pour la modélisation et la résolution multi-agents d’un problème de réallocation de tâches situées. Dans un tel problème, la localité des ressources nécessaires à l’exécution d’une tâche influe sur son coût pour chaque agent du système. À partir de ce cadre, je présente le protocole d’interaction des agents et je propose plusieurs stratégies pour que les choix des agents aient le plus d’impact sur le makespan de l’allocation courante. Dans le cadre applicatif de cette thèse, je propose d’utiliser ce processus de réallocation de tâches pour améliorer le patron de conception MapReduce. Très utilisé pour le traitement distribué de données massives, MapReduce possède néanmoins des biais que la réallocation dynamique des tâches peut aider à contrer. J’ai donc implémenté un prototype distribué qui s’inscrit dans le cadre formel et implémente le patron de conception MapReduce. Grâce à ce prototype, je suis en mesure d’évaluer l’apport du processus de réallocation et l’impact des différentes stratégies d’agent. / The Rm||Cmax problem consists in allocating a set of tasks to m agents in order to minimize the makespan of the allocation, i.e. the execution time of all the tasks. This problem is known to be NP-hard as soon as the tasks are allocated to two or more agents (m ≥ 2). In addition, it is often assumed that the cost of a task is accurately estimated for an agent and that this cost does not change during the execution of tasks. In this thesis, I propose a decentralized and dynamic approach to improve the allocation of tasks. Thus, from an initial allocation and while they are executing tasks, collaborative agents initiate multiple auctions to reallocate the remaining tasks to be performed. These reallocations are socially rational, i.e. an agent agrees to take on a task initially allocated to another agent if the delegation of this task benefits to the entire system by decreasing the makespan. In addition, the dynamism of the process makes it possible to improve an allocation despite an inaccurate cost function and despite the variations of performance that can occur during the execution of tasks. This thesis provides a formal framework for multi-agent modeling and multi-agent resolution of a located tasks reallocation problem. In such a problem, the locality of the resources required to perform a task affects its cost for each agent of the system. From this framework, I present the interaction protocol used by the agents and I propose several strategies to ensure that the choices of agents have the greatest impact on the makespan of the current allocation. In the applicative context of this thesis, I propose to use this tasks reallocation process to improve the MapReduce design pattern. Widely used for the distributed processing of massive data, MapReduce has biases that the dynamic tasks reallocation process can help to counter. I implemented a distributed prototype that fits into the formal framework and implements the MapReduce design pattern. Thanks to this prototype, I am able to evaluate the effectiveness of the reallocation process and the impact of the different agent strategies.
126

Inteligentní křižovatka / Smart Traffic Intersection

Škopková, Věra January 2019 (has links)
This thesis is concerned with the problem of planning paths for autonomous cars through a smart traffic intersection. In this thesis, we describe existing concepts for solving this problem and discuss the possibilities of approaching intersection problems theoretically. Then, we choose one specific approach and design a declarative model for solving the problem. We use that model to perform a series of theoretical experiments to test the throughput and the quality of intersection paths described by different graphs. After that, we translate theoretical plans to actions for real robots and run it. In these experiments, we measure the degree of robots desynchronization and performance success of the plans based on the collision rate. We also describe how to improve action translation to achieve better performance than that for real robots following the straightforward plans.
127

An investigation into why some black parents send their children to multi-racial schools in Natal

Nzimande, Esther Dudu. January 1993 (has links)
Submitted in accordance with the requirements of the degree of MASTER OF EDUCATION in the Department of SOCIOLOGY OF EDUCATION of the UNIVERSITY OF ZULULAND, 1993. / In this study the reasons why some Black parents send their children to multi-racial schools in Natal are investigated. The primary aim of this research is to find out what attracts these parents to these schools. Data was collected from parents by means of a questionnaire. The survey revealed that Black parents want ^best education for their children. The study found that parents could not get the best education for their children from schools that cater for Blacks only "because of the inferior education offered in such schools". Parents said that they therefore resorted to sending their children to multi-racial schools, as the government appears to be unwilling to seriously address the crisis in Black education. There is however a drawback with the open private schools. The fees charged by these schools as the study revealed, are so exhorbitant that only the wealthy or middle class Black families could afford them. On the other hand, a number of white schools are experiencing a serious crisis - student numbers were declining, drastically. This means that these schools were to wind up their business. The announcement that certain former white schools were to be open to Blacks has also to be seen in this light. To control this process, these schools were labelled Model A, B and C and later on Model D was added. Each model has its own requirements for admitting Black students. The study revealed that Black politicians and educationists have rejected these models. They reckon that these models do not come near to solving the crisis in Black education. Furthermore, the government did not consult the Black community when introducing these models. The fact that these schools have clearly shown that they are not a solution to the crisis in Black education, strengthen the call for a single education ministry. It is hoped that such a ministry can facilitate the integration of schools in South Africa. / University of Zululand
128

Développement et mise en place d'une méthode de classification multi-blocs : application aux données de l'OQAI. / Development and implementation of a multi-block clustering methods : apply to OQAI data sets

Ouattara, Mory 18 March 2014 (has links)
La multiplication des sources d'information et le développement de nouvelles technologies ont engendré des bases données complexes, souvent caractérisées par un nombre de variables relativement élevé par rapport aux individus. En particulier, dans les études environnementales sur la pollution de l'air intérieur, la collecte des informations sur les individus se fait au regard de plusieurs thématiques, engendrant ainsi des données de grande dimension avec une structure multi-blocs définie par les thématiques. L'objectif de ce travail a été de développer des méthodes de classification adaptées à ces jeux de données de grande dimension et structurées en blocs de variables. La première partie de ce travail présente un état de l'art des méthodes de classification en général et dans le cas de la grande dimension. Dans la deuxième partie, trois nouvelles approches de classification d'individus décrits par des variables structurées en blocs ont été proposées. La méthode 2S-SOM (Soft Subspace-Self Organizing Map), une approche de type subspace clustering basée sur une modification de la fonction de coût de l'algorithme des cartes topologiques à travers un double système de poids adaptatifs défini sur les blocs et sur les variables. Nous proposons ensuite des approches CSOM (Consensus SOM) et Rv-CSOM de recherche de consensus de cartes auto-organisées basées sur un système de poids déterminés à partir des partitions initiales. Enfin, la troisième partie présente une application de ces méthodes sur le jeu de données réelles de la campagne nationale logement (CNL) menée par l'OQAI afin de définir une typologie des logements au regard des thématiques : qualité de l'air intérieur, structure du bâtiment, composition des ménages et habitudes des occupants. / The multiplication of information source and the development of news technologies generates complex databases, often characterized by relatively high number of variables compared to individuals. In particular, in the environmental studies on the indoor air quality, the information's collection is done according to several thematic, yielding column partitioned or multi-block data set. However, in case of high dimensional data, classical clustering algorithms are not efficient to find clusters which may exist in subspaces of the original space. The goal of this work is to develop clustering algorithms adapted to high dimensional data sets with multi-block structure. The first part of the work shows the state of art on clustering methods. In the second part, three new methods of clustering: the subspace clustering method 2S-SOM (Soft Subspace-Self Organizing Map)is based on a modified cost function of the Self Organizing Maps method across a double system of weights on the blocks and the variables. Then we propose two approaches to find the consensus of self-organized maps CSOM (Consensus SOM) and Rv-CSOM based on weights determined from initial partitions. The last part presents an application of these methods on the OQAI data to determine a typology of dwellings relatively to the following topics: indoor air quality, dwellings structure, household characteristics and habits of the inhabitants.
129

Débruitage multicapteur appliqué à la téléphonie mains-libres en automobile / Multisensor noise reduction with application to in-car hands-free telephony

Fox, Charles 05 December 2013 (has links)
Les kits pour téléphonie mains-libres en voiture sont un équipement qui devient de plus en plus standard dans les véhicules actuels. Ces accessoires répondent à un besoin de communiquer tout en conduisant, pour des raisons professionnelles ou personnelles. Or, la voiture s’avère un environnement acoustique particulièrement difficile. En effet, un habitacle de voiture présente une forte réverbération, du fait de la présence de nombreuses surfaces vitrées, et il est aussi très bruyant. Ce bruit vient de multiples sources, comme le moteur, le roulement du pneu sur la route, le vent, la circulation environnante... et ces sources varient fortement d’une condition de conduite à l’autre. La réduction de bruit ambiant au niveau de la prise de son dans l’habitacle constitue donc un élément majeur dans le confort des utilisateurs de ce type d’équipement. L’objectif des travaux effectués dans le cadre de cette thèse est de fournir une solution efficace de réduction de bruit pour cette application, en utilisant plusieurs microphones. Nous nous intéressons ici principalement à la situation d’autoroute. Une grande campagne de mesures dans un véritable habitacle automobile en roulant a permis d’observer des caractéristiques spatiales et spectrales du champ de bruit ambiant présent dans cette situation. Ces mesures nous ont permis de mettre en évidence de fortes différences en termes de Rapport Signal à Bruit d’entrée (RSB) et de cohérence spatiale du bruit capté selon la fréquence considérée. Ces observations nous amènent à concevoir des systèmes hybrides : nous cherchons à appliquer des traitements différents en basses et hautes fréquences. Nous avons développé une implémentation adaptative du beamforming Minimum Variance Distortionless Response, qui est efficace dans des conditions de fort RSB d’entrée, et quand la cohérence inter-capteur du bruit est faible. Nous avons également étudié le placement des capteurs pour cette approche de façon à maximiser ses performances, qui seront bonnes en hautes fréquences. Pour les basses fréquences, nous avons étudié deux systèmes :- L’un est basé sur de l’Annulation de Bruit Adaptative, exploitant un bruit fortement cohérent d’un capteur sur l’autre - L’autre est un dérivé du Filtre de Wiener Multicanal . A chaque fois, une étude des performances en fonction de l’antenne de capteurs utilisée a été menée, pour utiliser la stratégie acoustique la plus appropriée. Les systèmes hybrides ainsi conçus ont été évalués de façon subjective, en faisant passer un test d’écoute à un panel d’individus. Ce test montre que le système hybride utilisant le filtrage de Wiener permet de réduire de façon significative la gêne liée au bruit ambiant, sans montrer de contrepartie sur la qualité de la parole transmise. / Hands-free car kits have gained a lot of popularity among drivers over the last years. These equipments fill the need for the users to communicate while driving their car, whether it is for professional or personal use. Having a phone conversation in a car is really challenging, as the inside of an automobile is a strongly adverse acoustic environment. Indeed, this compartment is strongly reverberant, because of the presence of important glass surface (such as the windbreaker and windows), and it is also very noisy. The noise comes from various sources, such as the engine, the contact of the tire on the road, the wind..., and those sources show different characteristics from one situation to another. Hence, the noise reduction for in-car voice pickup is a major element for the user’s comfort. The main objective of the work reported in this thesis is to build an efficient noise reduction solution for in-car telephony, using a plurality of microphones. We are in this work mostly interested in the freeway situation. Hence, a database of measurements has been recorded in a real car interior, to understand what are the spectral and spatial characteristics of the noise field in this situation. These measurements showed that the noise field has different characteristics in high and low frequencies. Indeed, the noise has more energy, and is more spatially coherent in the low frequency range. This leads us to propose hybrid subband systems, in order to use different algorithmic approaches in high and low frequencies. We made an adaptive implementation of the well-known Minimum Variance Distortionless Response beamforming, which is efficient when the input Signal-to-Noise Ratio is high, and the noise field shows a low spatial coherence. We also conducted an analysis on the impact of sensors’ positions, in order to build a microphone array which will allow this method to be efficient in the high frequency range. We also considered two different processings for the low frequency range : — one is based on Adaptive Noise Cancellation, which uses the high spatial coherence of recorded noises, — the other is based on Multichannel Wiener Filter. For both methods, an analysis of the impact of sensors’ positions has been made, in order to build an efficient microphone array. To assess the performance of these hybrid systems, a subjective evaluation has been conducted, through a listening test. This evaluation shows that the hybrid system using a Multichannel Wiener Filter in the low frequency range supresses a significant amount of noise, while keeping the voice distortion to a minimum, perceptually unnoticed.
130

Modélisation multi-échelle de l'endommagement des composites stratifiés avec intercouches. / Multiscale modeling of the damage of interleaved laminates

Priasso, Valentin 30 June 2017 (has links)
L’objectif de ce travail de recherche est de déterminer l’influence de la présence de particules thermoplastiques dans une intercouche sur le comportement mécanique d’un stratifié. L’ajout de cette intercouche entre chaque pli permet d’accroître la ténacité inter-pli, diminuant ainsi le délaminage, principalement lors de chargements hors-plan. Cette thèse se concentre sur les endommagements qui apparaissent suite à des sollicitations dans le plan du stratifié et plus particulièrement la fissuration transverse et le micro-délaminage. En s’appuyant sur des essais mécaniques appropriés, à la fois à l’échelle des particules (essais Compact Tension) et de la structure (essais double entaille), l’interaction entre ces deux endommagements et les particules est mise en évidence. Une analyse numérique locale a été réalisée sur un Volume Elémentaire Représentatif en se basant sur la mécanique de la rupture. Elle a permis d’étudier la sensibilité aux divers paramètres de l’intercouche tels que son épaisseur, sa raideur vis-à-vis de celle de la partie fibreuse du pli et la répartition de ses particules. Les résultats de cette analyse ainsi que l’outil numérique créé pour la réaliser fournissent une aide à la conception des matériaux composite stratifiés. La suite du travail a permis de montrer, après une étape d’identification des paramètres suivie d’une étape de vérification, l’aptitude du méso-modèle issu du laboratoire LMT de l’ENS à prédire le comportement mécanique de plusieurs essais avec des sollicitations dans le plan du stratifié mais également hors-plan. La comparaison systématique des résultats numériques et expérimentaux montre la capacité de ce modèle à prédire le comportement des endommagements des stratifiés avec intercouches. / The aim of this research work is to determine the influence of thermoplastic particles which are inside the interleaf of a laminate on its mechanical behavior. This interleaf between each ply enables the interply toughness to increase and prevents from delamination, especially for out-of-plane loadings. This PhD focuses on damages occurring during in-plane-loading, such as transverse crack and micro-delamination. Appropriate experimental tests have been performed, both at the scale of the particles (Compact Tension) and at the scale of the structure (double notch) in order to describe the interaction between the particles and these two damages. A local numerical study based on fracture mechanics has been performed on a Representative Volume Element. The influence of several parameters of the interleaf, such as its thickness, its stiffness compared to the one the ply and the repartition of the particles was determined. The results of this study constitute a new route towards a material by design of interleaved laminates approach. At the coupon structural scale, the parameters for the simulation using the damage meso model of the laboratory LMT of ENS have been accurately identified. Several experiments for both in-plane and out-of-plane loadings have been simulated using the meso model in order to verify the required model parameters. All experimental results have been compared to the numerical ones, showing that this model is able to describe the damage behavior of interleaved laminates.

Page generated in 0.0421 seconds