• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 3
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 10
  • 10
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 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.
1

Automated Generation of Telemetry Formats

Jones, Charles H., Gardner, Lee S. 10 1900 (has links)
International Telemetering Conference Proceedings / October 28-31, 1996 / Town and Country Hotel and Convention Center, San Diego, California / The process of generating a telemetry format is currently more of an ad-hoc art than a science. Telemetry stream formats conform to traditions that seem to be obsolete given today's computing power. Most format designers would have difficulty explaining why they use the development heuristics they use and even more difficulty explaining why the heuristics work. The formats produced by these heuristics tend to be inefficient in the sense that bandwidth is wasted. This paper makes an important step in establishing a theory on which to base telemetry format construction. In particular it describes an O(nlog n) algorithm for automatically generating telemetry formats. The algorithm also has the potential of efficiently filling a telemetry stream without wasting bits.
2

Creating, Writing, and Reading NETCDF Files on a Mobile Device

Allesandro, Brittany 01 May 2012 (has links)
The purpose of this research was to master several unfamiliar concepts and bring them together in one cohesive project. DroidCDF is an application for the Android operating system to create, write data to, and read data from netCDF format files. DroidCDF uses Unidata’s NetCDF Java Library and can write files in netCDF-3 format but read from any netCDF format files. As mobile devices become more powerful and commonplace, DroidCDF provides a convenient tool for researchers. An incremental methodology was applied; the application was built from a rough workflow to eventually a robust and fully functional program. The produced files are fully portable and can be used as the input for other applications. The application has been tested with several large netCDF files with varying conventions and has handled each one remarkably well. Upon submission of this thesis, DroidCDF will be released onto the open market.
3

Análise da interoperabilidade de dados para a implementação de um ambiente de manufatura virtual / Analysis of data interoperability for a virtual manufacturing environment implementation

Ravelli, Carlos Alberto 15 May 2003 (has links)
Apresenta uma análise sobre requisitos de interoperabilidade de dados na cadeia de desenvolvimento do produto e processo em empresas dos setores automotivo e máquinas rodoviárias, relacionados com a implementação da manufatura virtual. As informações foram coletadas de livros, artigos de conferências, revistas, páginas da internet, e discussões com especialistas. Descreve as principais características de formatos neutros de dados e núcleos de modelagem de sistemas. Aborda a viabilidade na padronização dos requisitos de informação e representação de dados, de maneira a selecionar uma relação de formatos neutros para a troca de dados compatíveis para uma variedade de sistemas da manufatura virtual. Relata os principais esforços no desenvolvimento de formatos neutros para a melhoria da interoperabilidade de dados. / This paper presents an interoperability requirement analysis of the product and process development chain for automotive and off-road vehicle factories for a virtual manufacturing implementation. All information was collected from articles, technical magazines, internet, books, and discussion with specialists. A description is given of major features of neutral data formats and system modeling kernels. Also provided is an analysis of the feasibility of standardizing the informational needs of virtual manufacturing systems. Finally a representation of input data is presented in order to select neutral data formats suitable for a variety of virtual Manufacturing systems. The paper concludes by reporting the major worldwide efforts on developing neutral data standards to improve interoperability.
4

Análise da interoperabilidade de dados para a implementação de um ambiente de manufatura virtual / Analysis of data interoperability for a virtual manufacturing environment implementation

Carlos Alberto Ravelli 15 May 2003 (has links)
Apresenta uma análise sobre requisitos de interoperabilidade de dados na cadeia de desenvolvimento do produto e processo em empresas dos setores automotivo e máquinas rodoviárias, relacionados com a implementação da manufatura virtual. As informações foram coletadas de livros, artigos de conferências, revistas, páginas da internet, e discussões com especialistas. Descreve as principais características de formatos neutros de dados e núcleos de modelagem de sistemas. Aborda a viabilidade na padronização dos requisitos de informação e representação de dados, de maneira a selecionar uma relação de formatos neutros para a troca de dados compatíveis para uma variedade de sistemas da manufatura virtual. Relata os principais esforços no desenvolvimento de formatos neutros para a melhoria da interoperabilidade de dados. / This paper presents an interoperability requirement analysis of the product and process development chain for automotive and off-road vehicle factories for a virtual manufacturing implementation. All information was collected from articles, technical magazines, internet, books, and discussion with specialists. A description is given of major features of neutral data formats and system modeling kernels. Also provided is an analysis of the feasibility of standardizing the informational needs of virtual manufacturing systems. Finally a representation of input data is presented in order to select neutral data formats suitable for a variety of virtual Manufacturing systems. The paper concludes by reporting the major worldwide efforts on developing neutral data standards to improve interoperability.
5

A flexible approach for mapping between object-oriented databases and xml. A two way method based on an object graph.

Naser, Taher A.J. January 2011 (has links)
One of the most popular challenges facing academia and industry is the development of effective techniques and tools for maximizing the availability of data as the most valuable source of knowledge. The internet has dominated as the core for maximizing data availability and XML (eXtensible Markup Language) has emerged and is being gradually accepted as the universal standard format for platform independent publishing and exchanging data over the Internet. On the other hand, there remain large amount of data held in structured databases and database management systems have been traditionally used for the effective storage and manipulation of large volumes of data. This raised the need for effective methodologies capable of smoothly transforming data between different formats in general and between XML and structured databases in particular. This dissertation addresses the issue by proposing a two-way mapping approach between XML and object-oriented databases. The basic steps of the proposed approach are applied in a systematic way to produce a graph from the source and then transform the graph into the destination format. In other words, the derived graph summarizes characteristics of the source whether XML (elements and attributes) or object-oriented database (classes, inheritance and nesting hierarchies). Then, the developed methodology classifies nodes and links from the graph into the basic constructs of the destination, i.e., elements and attributes for XML or classes, inheritance and nesting hierarchies for object-oriented databases. The methodology has been successfully implemented and illustrative case studies are presented in this document.
6

A flexible approach for mapping between object-oriented databases and XML : a two way method based on an object graph

Naser, Taher Ahmed Jabir January 2011 (has links)
One of the most popular challenges facing academia and industry is the development of effective techniques and tools for maximizing the availability of data as the most valuable source of knowledge. The internet has dominated as the core for maximizing data availability and XML (eXtensible Markup Language) has emerged and is being gradually accepted as the universal standard format for platform independent publishing and exchanging data over the Internet. On the other hand, there remain large amount of data held in structured databases and database management systems have been traditionally used for the effective storage and manipulation of large volumes of data. This raised the need for effective methodologies capable of smoothly transforming data between different formats in general and between XML and structured databases in particular. This dissertation addresses the issue by proposing a two-way mapping approach between XML and object-oriented databases. The basic steps of the proposed approach are applied in a systematic way to produce a graph from the source and then transform the graph into the destination format. In other words, the derived graph summarizes characteristics of the source whether XML (elements and attributes) or object-oriented database (classes, inheritance and nesting hierarchies). Then, the developed methodology classifies nodes and links from the graph into the basic constructs of the destination, i.e., elements and attributes for XML or classes, inheritance and nesting hierarchies for object-oriented databases. The methodology has been successfully implemented and illustrative case studies are presented in this document.
7

Communication and Adaptation in a Ubiquitous Environment

Balegh, Walid January 2018 (has links)
Context awareness means sending the right information to the right user at the righttime. Context is our environment, which can be anything around us such as location,lights, noises etc. To make the context interact with our mobile devices or sensors,there must be protocols for communication and data formats for the “sent” or “received”contextual information so we can give very specific context information tothe user. Since this communication and adaptive part is not well understood, in thispaper we are interested in investigating the technology used for adaptation. We willalso explain how this technology works to adapt itself to changes in the environment.
8

Integrace softwarových aplikací / Software Integration

Strouhal, Jaroslav January 2011 (has links)
The aim of this master's thesis: processing problem of intregration software resolution and propose the integration such the resolution using in real company, implemented into local information system with using existing  data formats and interface. Proposal integration must implement and evaluate resolution of work.
9

Study of Persistent and Flaring Gamma-Ray Emission from Active Galactic Nuclei with the MAGIC Telescopes and Prospects for Future Open Data Formats in Gamma-Ray Astronomy

Nigro, Cosimo 17 October 2019 (has links)
Angetrieben durch die Akkretion von Materie in ein super massives Schwarzes Loch in ihrem Zentrum, stellen aktive Galaxien die stärksten und beständigsten Strahlungsquellen im Universum dar. Ihre elektromagnetische Emission kann sich bis in den Gammastrahlenbereich ausbreiten. Das Ziel dieser Arbeit ist, diese Mechanismen und die Orte jenseits der hoch energetischen Emission zu charakterisieren. Dafür werden die Observationen von zwei Aktiven Galaxien im Bereich von hunderten von GeV verwendet, welche mit den Cherenkov Teleskopen MAGIC aufgenommen wurden. Die physikalische Interpretation wird durch Beobachtungen mit dem Fermi Gamma-ray Space Teleskop und durch Multiwellenlängendaten unterstützt. Es werden zwei Aktive Galaxien mit Jet untersucht: PKS 1510-089 und NGC 1275. Die MAGIC Teleskope, welche PKS 1510-089 seit 2012 immer wieder beobachten, detektieren eine signifikante Emission über dutzende von Observationsstunden, was auf schwache aber kontinuierliche Gammastrahlung aus dieser Quelle hinweist. NGC 1275 zeigte in der Periode von September 2016 bis Februar 2017 einen großen Ausbruch im Gammerstrahlenbereich: MAGIC zeichnete eine Variabilität in der Größenordnung von wenigen Stunden und die erstmalige Emission von TeV Photonen. Aus beiden untersuchten Quellen ist ersichtlich, dass die Kombination von Daten aus verschiedenen Instrumenten die physische Diskussion entscheidend beeinflusst. Der Übergang zu zugänglichen und interoperablen Daten wird zu einem zwingenden Thema für Gammastrahlenastronomen, und diese Arbeit stellt das technische Bestreben dar, standardisierte hochrangige Daten für Gammastrahleninstrumente zu erzeugen. Ein Beispiel für eine zukünftige Analyse, die einheitliche High-Level-Daten von einem Gammastrahlensatelliten und vier Cherenkov-Teleskopen kombiniert, wird vorgestellt. Der neue Ansatz, der vorgeschlagen wird, führt die Datenanalyse durch und verbreitet die Ergebnisse, wobei nur Open-Source-Ressourcen verwendet werden. / Powered by the accretion of matter to a supermassive black hole, active galactic nuclei constitute the most powerful and persistent sources of radiation in the universe, with emission extending in the gamma-ray domain. The aim of this work is to characterise the mechanisms and sites beyond this highly-energetic radiation employing observations of two galaxies at hundreds of GeV, conducted with the MAGIC imaging Cherenkov telescopes. The physical interpretation is supported with observations by the Fermi Gamma-ray Space Telescope and with multi-wavelength data. Two peculiar jetted galaxies are studied: PKS 1510-089 and NGC 1275. The first source, monitored by MAGIC since 2012, presents a significant emission over tens of observation hours, in what appears to be a low but persistent gamma-ray state. The second source has instead shown, in the period between September 2016 and February 2017, a major outburst in its gamma-ray activity with variability of the order of few hours and emission of TeV photons. The broad band emission of jetted galaxies is commonly modelled with the radiative processes of a population of electrons accelerated in the jet. While PKS 1510-089 conforms to this scenario, modelling the gamma-ray outburst of NGC 1275 requires placing the acceleration and radiation of electrons close to the event horizon of the black hole. From both the sources studied it is evident that the combination of data from different instruments critically drives the physical discussuion. Moving towards accessible and interoperable data becomes a compelling issue for gamma-ray astronomers and this thesis presents the technical endeavour to produce standardised high-level data for gamma-ray instruments. An example of a future analysis combining uniformed high-level data from a gamma-ray satellite and four Cherenkov telescopes is presented. The novel approach proposed performs the data analysis and disseminates the results making use only of open-source assets.
10

Einführung in die Digitale Bildverarbeitung: Lehrbuch für ingenieurwissenschaftliche Studiengänge

Richter, Christiane, Teichert, Bernd 07 February 2024 (has links)
Das Buch gibt eine Einführung in die Digitale Bildverarbeitung. Der Inhalt des Buches gliedert sich in sechs Kapitel. Im ersten Kapitel werden die wichtigsten Definitionen und Anwendungsgebiete der Digitalen Bildverarbeitung sowie wesentliche Komponenten eines digitalen Bildverarbeitungssystems erklärt. Das zweite Kapitel befasst sich mit den Grundlagen digitaler Bilder, den Bilddatenformaten und Kompressionsverfahren. Die Grundlagen der Farbtheorie und ein kurzer Überblick über die wichtigsten Farbsysteme werden im dritten Kapitel vermittelt. Die zwei anschließenden Kapitel beschäftigen sich mit der Manipulation von Grauwerten. Der Schwerpunkt liegt hier auf den Punktoperationen und den Filtertechniken. Das letzte Kapitel behandelt die für die Lehrgebiete Photogrammetrie, Fernerkundung und Geoinformationssysteme überaus wichtigen Grundlagen der geometrischen Transformation.:Vorwort 1. Einführung in die digitale Bildverarbeitung 1.1 Definition der Bildverarbeitung 1.2 Anwendungsgebiete der Digitalen Bildverarbeitung 1.3 Komponenten eines Bildverarbeitungssystems 2. Digitale Bilder 2.1 Entstehung digitaler Bilder 2.2 Bildmatrix und Grauwerte 2.3 Digitale Bilder im Ortsbereich 2.3.1 Bildrepräsentation 2.3.2 Auflösung eines Pixels 2.3.3 Das Pixelkoordinatensystem 2.3.4 Grundsätzliche Festlegungen 2.3.5 Topologien oder Nachbarschaftsrelationen 2.3.6 Distanzen 2.4 Eigenschaften digitaler Bilder 2.4.1 Mittelwert und mittlere quadratische Abweichung 2.4.2 Varianz und Standardabweichung 2.4.3 Histogramm 2.4.4 Stochastische Einflüsse 2.5 Kompressionen und Datenformate 2.5.1 Ausgewählte Verfahren zur Bildkompression 2.5.2 Bilddatenformate 3. Farbtheorie 3.1 Was ist Farbe? 3.2 Farbsysteme 3.2.1 RGB- und CMY- Farbsystem 3.2.2 Das Farbdreieck (Maxwell’sches Dreieck) 3.2.3 Das IHS- Modell 3.2.4 Das CIE- Farbmodell 3.3 Bildwiedergabe 3.4 Farbmanipulation 4. Punktoperationen 4.1 Schwellwertoperation zur Erzeugung von Binärbildern 4.2 Arithmetische Bildoperationen 4.3 Logische oder Boolesche Kombinationen 4.4 Kontrast- und Helligkeitsänderungen 4.4.1 Kontrastübertragungsfunktionen 4.4.2 Kontrastveränderung durch Histogrammanpassungen 4.4.3 Äquidensitenherstellung 5. Filteroperationen 5.1 Lineare Filter 5.1.1 Tiefpassfilter 5.1.2 Hochpassfilter 5.1.2.5 Schärfung 5.2 Morphologische Filter 5.2.1 Medianfilter 5.2.2 Minimum- und Maximumfilter 5.2.3 Dilatation und Erosion im Binärbild 5.2.4 Opening und Closing 6. Geometrische Bildtransformationen 6.1 Koordinatentransformationen im 2D-Raum 6.2 Direkte und indirekte Transformation 6.2.1 Direkte Transformation 6.2.2 Indirekte Transformation 6.3 Resampling 6.3.1 Nächster Nachbar 6.3.2 Bilineare Interpolation 6.3.3 Interpolationen höherer Ordnung 6.3.4 Zusammenfassung der Interpolationsmethoden Quellennachweis Sachregister / The book provides an introduction into digital image processing. The content of the book is divided into six chapters. In the first chapter, the most important definitions and areas of application of digital image processing as well as essential components of a digital image processing system are explained. The second chapter deals with the basics of digital images, image data formats and compression methods. The basics of color theory and a brief overview of the most important color systems are presented in the third chapter. The following two chapters deal with the manipulation of gray values. The focus here is on point operations and filtering techniques. The last chapter deals with the fundamentals of geometric transformation, which are extremely important for the areas of photogrammetry, remote sensing and geographic information systems.:Vorwort 1. Einführung in die digitale Bildverarbeitung 1.1 Definition der Bildverarbeitung 1.2 Anwendungsgebiete der Digitalen Bildverarbeitung 1.3 Komponenten eines Bildverarbeitungssystems 2. Digitale Bilder 2.1 Entstehung digitaler Bilder 2.2 Bildmatrix und Grauwerte 2.3 Digitale Bilder im Ortsbereich 2.3.1 Bildrepräsentation 2.3.2 Auflösung eines Pixels 2.3.3 Das Pixelkoordinatensystem 2.3.4 Grundsätzliche Festlegungen 2.3.5 Topologien oder Nachbarschaftsrelationen 2.3.6 Distanzen 2.4 Eigenschaften digitaler Bilder 2.4.1 Mittelwert und mittlere quadratische Abweichung 2.4.2 Varianz und Standardabweichung 2.4.3 Histogramm 2.4.4 Stochastische Einflüsse 2.5 Kompressionen und Datenformate 2.5.1 Ausgewählte Verfahren zur Bildkompression 2.5.2 Bilddatenformate 3. Farbtheorie 3.1 Was ist Farbe? 3.2 Farbsysteme 3.2.1 RGB- und CMY- Farbsystem 3.2.2 Das Farbdreieck (Maxwell’sches Dreieck) 3.2.3 Das IHS- Modell 3.2.4 Das CIE- Farbmodell 3.3 Bildwiedergabe 3.4 Farbmanipulation 4. Punktoperationen 4.1 Schwellwertoperation zur Erzeugung von Binärbildern 4.2 Arithmetische Bildoperationen 4.3 Logische oder Boolesche Kombinationen 4.4 Kontrast- und Helligkeitsänderungen 4.4.1 Kontrastübertragungsfunktionen 4.4.2 Kontrastveränderung durch Histogrammanpassungen 4.4.3 Äquidensitenherstellung 5. Filteroperationen 5.1 Lineare Filter 5.1.1 Tiefpassfilter 5.1.2 Hochpassfilter 5.1.2.5 Schärfung 5.2 Morphologische Filter 5.2.1 Medianfilter 5.2.2 Minimum- und Maximumfilter 5.2.3 Dilatation und Erosion im Binärbild 5.2.4 Opening und Closing 6. Geometrische Bildtransformationen 6.1 Koordinatentransformationen im 2D-Raum 6.2 Direkte und indirekte Transformation 6.2.1 Direkte Transformation 6.2.2 Indirekte Transformation 6.3 Resampling 6.3.1 Nächster Nachbar 6.3.2 Bilineare Interpolation 6.3.3 Interpolationen höherer Ordnung 6.3.4 Zusammenfassung der Interpolationsmethoden Quellennachweis Sachregister

Page generated in 0.0553 seconds