• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 235
  • 34
  • 26
  • 18
  • 13
  • 10
  • 9
  • 8
  • 7
  • 6
  • 3
  • 3
  • 1
  • 1
  • Tagged with
  • 438
  • 125
  • 76
  • 57
  • 55
  • 52
  • 50
  • 44
  • 44
  • 42
  • 39
  • 39
  • 38
  • 37
  • 36
  • 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.
91

Use of (<sup>3</sup>He,n) Reactions to Constrain Nuclear Reaction Rates in the Hydrogen and Helium Burning Environments of Type-I X-ray Bursts

Soltesz, Douglas Brandon 03 June 2021 (has links)
No description available.
92

High contrast imaging through turbid media using Fourier filtering and phase retrieval algorithm

Taylor, Sam January 2022 (has links)
Fourier filtering is a powerful technique to improve the contrast when imaging through turbid media. However, the trade-off between contrast and spatial resolution is a long-standing issue that limits the Fourier filtering technique to low spatial resolution requirements. This report circumvents this trade-off by combining several high contrast but low spatial resolution images into one high spatial resolution, high contrast image using a phase retrieval algorithm. The high contrast, low resolution images were obtained in two methods; rotating an asymmetric Fourier filter and translating a symmetric pinhole filter across the Fourier domain. The former approach, when combined with the phase retrieval algorithm, successfully constructed a high spatial resolution, high contrast image through an optical density of OD = 13.7. The problem with this technique is its temporal sluggishness as several images need to be captured and then processed to form one high resolution image making it difficult to use for fast moving object e.g. Combustion sprays. Here, I propose a new technique called Phase Retrieval Algorithm for Multiple Exposures (PhRAME) which is an instantaneous method to capture all the required images for the phase retrieval algorithm by utilising an ultra-fast imaging technique called Frequency Recognition Algorithm for Multiple Exposures (FRAME). FRAME captures several images in one exposure allowing different spatial frequencies to be captured with the same high contrast in each image. These images are then combined via the phase retrieval algorithm into one high contrast, high spatial resolution image. While this report doesn't demonstrate the working of PhRAME, it demonstrates an intermediately step, that FRAME and the phase retrieval algorithm work in tandem.
93

Accuracy Considerations in Deep Learning Using Memristive Crossbar Arrays

Paudel, Bijay Raj 01 May 2023 (has links) (PDF)
Deep neural networks (DNNs) are receiving immense attention because of their ability to solve complex problems. However, running a DNN requires a very large number of computations. Hence, dedicated hardware optimized for running deep learning algorithms known as neuromorphic architectures is often utilized. This dissertation focuses on evaluating andenhancing the accuracy of these neuromorphic architectures considering the designs of components, process variations, and adversarial attacks. The first contribution of the dissertation (Chapter 2) proposes design enhancements in analog Memristive Crossbar Array(MCA)-based neuromorphic architectures to improve classification accuracy. It introduces an analog Winner-Take-All (WTA) architecture and an on-chip training architecture. WTA ensures that the classification of the analog MCA is correct at the final selection level and the highest probability is selected. In particular, this dissertation presents a design of a highly scalable and precise current-mode WTA circuit with digital address generation. The design is based on current mirrors and comparators that use the cross-coupled latch structure. A post-silicon calibration circuit is also presented to handle process variations. On-chip training ensures that there is consistency in classification accuracy among different all analog MCA-based neuromorphic chips. Finally, an enhancement to the analog on-chip training architecture by implementing the Convolutional Neural Network (CNN) on MCA and software considerations to accelerate the training is presented.The second focus of the dissertation (Chapter 3) is on producing correct classification in the presence of malicious inputs known as adversarial attacks. This dissertation shows that MCA-based neuromorphic architectures ensure correct classification when the input is compromised using existing adversarial attack models. Furthermore, it shows that adversarialrobustness can be further improved by compression-based preprocessing steps that can be implemented on MCAs. It also evaluates the impact of the architecture in Chapter 2 under adversarial attacks. It shows that adversarial attacks do not uniformly affect the classification accuracy of different MCA-based chips. Experimental evidence using a variety of datasets and attack models supports the impact of MCA-based neuromorphic architectures and compression-based preprocessing implemented on MCAs to mitigate adversarial attacks. It is also experimentally shown that the on-chip training improves consistency in mitigating adversarial attacks among different chips. The final contribution (Chapter 4) of this dissertation introduces an enhancement of the method in Chapter 3. It consists of input preprocessing using compression and subsequent rescale and rearrange operations that are implemented using MCAs. This approach further improves the robustness against adversarial attacks. The rescale and rearrange operations are implemented using a DNN consisting of fully connected and convolutional layers. Experimental results show improved defense compared to similar input preprocessing techniques on MCAs.
94

A Hardware Interpreter for Sparse Matrix LU Factorization

Syed, Akber 16 September 2002 (has links)
No description available.
95

Accelerated Storage Systems

Khasymski, Aleksandr Sergeev 11 March 2015 (has links)
Today's large-scale, high-performance, data-intensive applications put a tremendous stress on data centers to store, index, and retrieve large amounts of data. Exemplified by technologies such as social media, photo and video sharing, and e-commerce, the rise of the real-time web demands data stores support minimal latencies, always-on availability and ever-growing capacity. These requirements have fostered the development of a large number of high-performance storage systems, arguably the most important of which are Key-Value (KV) stores. An emerging trend for achieving low latency and high throughput in this space is a solution, which utilizes both DRAM and flash by storing an efficient index for the data in memory and minimizing accesses to flash, where both keys and values are stored. Many proposals have examined how to improve KV store performance in this area. However, these systems have shortcomings, including expensive sorting and excessive read and write amplification, which is detrimental to the life of the flash. Another trend in recent years equips large scale deployments with energy-efficient, high performance co-processors, such as Graphics Processing Units (GPUs). Recent work has explored using GPUs to accelerate compute-intensive I/O workloads, including RAID parity generation, encryption, and compression. While this research has proven the viability of GPUs to accelerate these workloads, we argue that there are significant benefits to be had by developing methods and data structures for deep integration of GPUs inside the storage stack, in order to achieve better performance, scalability, and reliability. In this dissertation, we propose comprehensive frameworks that leverage emerging technologies, such as GPUs and flash-based SSDs, to accelerate modern storage systems. For our accelerator-based solution, we focus on developing a system that features deep integration of the GPU in a distributed parallel file system. We utilize a framework that builds on the resources available in the file system and coordinates the workload in such a way that minimizes data movement across the PCIe bus, while exposing data parallelism to maximize the potential for acceleration on the GPU. Our research aims to improve the overall reliability of a PFS by developing a distributed per-file parity generation that provides end-to-end data integrity and unprecedented flexibility. Finally, we design a high-performance KV store utilizing a novel data structure tailored to specific flash requirements; it arranges data on flash in such a way as to minimize write amplification, which is detrimental to the flash cells. The system delivers outstanding read amplification through the use of a trie index and false positive filter. / Ph. D.
96

FPGA-Roofline: An Insightful Model for FGPA-based Hardware Acceleration in Modern Embedded Systems

Pahlavan Yali, Moein 17 January 2015 (has links)
The quick growth of embedded systems and their increasing computing power has made them suitable for a wider range of applications. Despite the increasing performance of modern embedded processors, they are outpaced by computational demands of the growing number of modern applications. This trend has led to emergence of hardware accelerators in embedded systems. While the processing power of dedicated hardware modules seems appealing, they require significant effort of development and integration to gain performance benefit. Thus, it is prudent to investigate and estimate the integration overhead and consequently the hardware acceleration benefit before committing to implementation. In this work, we present FPGA-Roofline, a visual model that offers insights to designers and developers to have realistic expectations of their system and that enables them to do their design and analysis in a faster and more efficient fashion. FPGA-Roofline allows simultaneous analysis of communication and computation resources in FPGA-based hardware accelerators. To demonstrate the effectiveness of our model, we have implemented hardware accelerators in FPGA and used our model to analyze and optimize the overall system performance. We show how the same methodology can be applied to the design process of any FPGA-based hardware accelerator to increase productivity and give insights to improve performance and resource utilization by finding the optimal operating point of the system. / Master of Science
97

Genomgång av fångstgropar i Norrland : En studie av dateringsrepresentativitet inom tidigare forskning kring fångstgroparnas kronologiska placering / Overview of trapping pits in north of Sweden : A study of dating representativeness within previous research regarding the chronological placements of trapping pits

Markström, Alma January 2024 (has links)
Sweden has proven to be a fruitful country when it comes to history and ancient archeological monuments. However one specific type of ancient monument stands out in both quantity and in their distribution, trappings pits. Sweden has about 30 000 documented trapping pits spread throughout northern Sweden. However, even though there is a large quantity of trapping pits that have been documented, determining the age of a trapping pit is a difficult task. This practice has been largely debated by Swedish archaeologists and is to this day seen as problematic when it comes to the radiocarbon dating of trapping pits. This thesis will discuss these topics. What exactly does the date show? Will it show the time of its construction? Perhaps the time of its use? Or it could be completely erroneous? Receiving a false radiocarbon dating of an ancient monument could prove very controversial and adverse, because reliable dates are the very foundation needed in order to place an ancient monument in a context. Without being able to date an ancient monument, interpretations of societal origin and function will be harder to determine and largely up for debate. Chronologies only reflect and represent the data and information that has been fed into it. This often leaves an uncertainty concerning which data that actually shows an open and honest representation of trapping pits, and which data shows a false or misleading representation. This thesis will therefore analyze previous chronologies that have been used to represent trapping pits and show exactly how the data was gathered, used and represented. Three primary archaeological studies will therefore be showcased and analyzed to determine if the result can actually represent an honest timeframe of when the pits were constructed.
98

CLIC drive beam phase stabilisation

Gerbershagen, Alexander January 2013 (has links)
The thesis presents phase stability studies for the Compact Linear Collider (CLIC) and focuses in particular on CLIC Drive Beam longitudinal phase stabilisation. This topic constitutes one of the main feasibility challenges for CLIC construction and is an essential component of the current CLIC stabilisation campaign. The studies are divided into two large interrelated sections: the simulation studies for the CLIC Drive Beam stability, and measurements, data analysis and simulations of the CLIC Test Facility (CTF3) Drive Beam phase errors. A dedicated software tool has been developed for a step-by-step analysis of the error propagation through the CLIC Drive Beam. It uses realistic RF potential and beam loading amplitude functions for the Drive and Main Beam accelerating structures, complete models of the recombination scheme and compressor chicane as well as of further CLIC Drive Beam modules. The tool has been tested extensively and its functionality has been verified. The phase error propagation at CLIC has been analysed and the critical phase error frequencies have been identified. The impact of planned error filtering and stabilisation systems for the Drive Beam bunch charge and longitudinal phase has been simulated and the optimal specifications for these systems, such as bandwidth and latency time, have been calculated and discussed. It has been found that a realistic feed-forward system could sufficiently reduce the longitudinal phase error of the Drive Beam, hence verifying that a satisfactory CLIC luminosity recovery system is possible to develop. Alternative designs of the Drive Beam accelerator, the recombination scheme and the phase signal distribution system have also been analysed. Measurements of the CTF3 Drive Beam phase have been performed. The source of the phase and energy errors at CTF3 has been determined. The performance of the phase feed-forward system prototype for CTF3 has been simulated. The prototype's specifications have been defined so that it will provide a sufficient test of the feed-forward correction principle. The prototype based on the defined specifications is currently in development and is to be installed at CTF3 in the second half of 2013.
99

Transport et manipulation d’électrons produits par interaction laser plasma sur la ligne COXINEL / Transport and manipulation of electrons produced by laser plasma interaction on COXINEL beam line

André, Thomas 18 December 2018 (has links)
Les récents progrès en termes de techniques d’accélération par interaction Laser Plasma (LPA) permettent aujourd’hui de générer de forts gradients accélérateurs (GV.m⁻¹); cependant, les faisceaux d’électrons ainsi produits présentent encore une grande dispersion énergie (%) et une divergence élevée (mrad). Le projet COXINEL (ERC Advanced Grant 350014, PI. M.E. Couprie), vise à qualifier, en remplacement d’un accélérateur conventionnel, un accélérateur Laser Plasma, dans le but d’une application de Laser à Électrons Libres. Pour atteindre les propriétés requises, le faisceau d’électrons doit être manipulé à l’aide d’une ligne de transport. Cette ligne est constituée d’un premier triplet de quadrupôles à aimants permanents de gradient variable qui focalise le faisceau et permet la maîtrise de la divergence initiale. Une chicane électromagnétique réduit ensuite la dispersion en énergie par tranche en allongeant longitudinalement le faisceau. Une gamme d’énergie restreinte peut être ensuite sélectionnée via l’insertion d’une fente dans la chicane. Enfin, un quadruplet de quadrupôles électromagnétiques fournit la focalisation finale dans un onduleur. Le travail de thèse porte sur l’étude du transport des faisceaux d’électrons produit par LPA le long de cette ligne. Différents régimes de production d’électrons ont été utilisés : injection par ionisation, cellule de gaz. La maîtrise du transport a été obtenue à l’aide d’une nouvelle méthode d’alignement et de compensation de dérive de pointé initial des électrons en réglant de manière indépendante la position et la dispersion du faisceau à différents endroits de la ligne. Un réglage fin de l’énergie transportée a été effectué en ajustant le gradient des quadrupôles. Les faisceaux produits ont été transportés le long de la ligne et caractérisés en termes de distribution transverse, d’émittance et d’énergie. Les résultats expérimentaux ont ensuite été comparés avec succès aux simulations numériques. Ce travail ouvre la voie à l’observation de rayonnement de l’onduleur, étape préliminaire à une amplification Laser à Électrons Libres. / Recent advances in Laser Plasma Acceleration techniques (LPA) are now able to generate strong accelerating gradients (GV.m⁻¹); however the produced electron beam thus still presents a large energy spread (%) and a large divergence (mrad). The COXINEL project (ERC Advanced Grant 350014, PI. M.E. Couprie), aims at qualifying, in replacement of a conventional accelerator, a Laser Plasma Accelerator, for a Free Electrons Laser application. To achieve the required properties, the electron beam must be manipulated using a transport line. This line consists in a first triplet of permanent magnets quadrupoles of variable gradient which focuses the beam and allows for the control of the initial divergence. An electromagnetic chicane then reduces the slice energy spread by lengthening the beam longitudinally. A restricted energy range can then be selected by inserting a slit inside the chicane. Finally, a quadruple of electromagnetic quadrupoles provides the final focus in an undulator. The thesis deals on the study of electron beam transport produced by LPA along this line. Different electron production regimes have been used: ionization injection, gas cell. The transport was controlled using a new alignment and pointing compensation method for the initial electron beam by adjusting independently the beam position and dispersion at different location on the line. A fine adjustment of the transported energy was carried out by adjusting the quadrupole gradient. The produced beam was transported along the line and was characterized in terms of transverse distribution, emittance and energy. Experimental results were then successfully compared with numerical simulations. This work paves the way for the observation of undulator radiation, a preliminary step before Free Electron Laser amplification.
100

Corporate venturing activities of established companies

Kanbach, Dominik K. 10 January 2017 (has links)
This publication-based dissertation covers research on corporate venturing activities of established companies over six chapters. The first chapter provides an introduction into corporate venturing and a summary of the four research papers comprising this dissertation. The second chapter is a structured literature review analyzing the heterogeneity inherent in corporate venturing activities. The characteristics that differentiate corporate venturing activities from each other are comprehensively identified, and a framework that integrates existing activities into six clusters is derived. The third chapter is a research paper that explores a recent corporate venturing activity – namely corporate accelerators – in depth. This empirical study, based on 13 case studies, identifies the objectives pursued with these programs and its design configurations and derives four common types of corporate accelerators. The fourth chapter is a research paper that analyzes empirically entrepreneurial start-ups as knowledge sources for established companies in the context of corporate accelerators and incubators. The paper identifies knowledge need, knowledge forms, and knowledge exchange as knowledge elements in these programs. Based on the comparative analysis of 12 case studies, typical combinations of the knowledge elements are found. The fifth chapter is a teaching case study building on the decision of Media-Saturn-Holding, Europe´s leading consumer electronics retailer, to develop the company´s own corporate accelerator program called SPACELAB. The sixth chapter summarizes the contributions of this dissertation for research and practice as well as its limitations and potential directions for further research.:List of tables Table of figures Table of abbreviations 1 Introduction 1.1 Motivation and research gap 1.2 Summary of research papers 1.3 Presentation / publication information of research papers 1.4 References 2 Corporate venturing activities: a review of typologies and proposed framework 2.1 Introduction 2.2 Research method and descriptive analysis of reviewed studies 2.3 Dimensions of corporate venturing activities 2.4 Clustering of corporate venturing activities 2.5 Further research 2.6 Summary of findings and conclusion 2.7 List of appendices 2.8 Appendix 2.9 References 3 Corporate accelerators as recent form of start-up engagement: the what, the why, and the how 3.1 Introduction 3.2 Literature review 3.3 Analysis approach 3.4 Results of empirical analysis 3.5 Corporate accelerator typology: Four distinct types 3.6 Discussion and implications 3.7 Conclusion 3.8 References 4 Start-ups as knowledge sources for companies: an analysis of corporate accelerators and incubators 4.1 Introduction 4.2 Research approach 4.3 Knowledge elements in corporate accelerators and incubators 4.4 Typical combinations of knowledge elements 4.5 Discussion 4.6 Implications 4.7 Conclusions and limitations 4.8 List of appendices 4.9 Appendix 4.10 References 5 Media-Saturn-Holding GmbH - the SPACELAB accelerator: a teaching case study 5.1 Part 1: background and accelerator design options 5.2 Part 2: design choices made and program execution 5.3 Teaching note 5.4 List of appendices 5.5. Appendix 5.6 References 6 Contribution and further research 6.1 Contribution to research 6.2 Contribution to practice 6.3 Limitations and further research 6.4 References

Page generated in 0.0734 seconds