• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1101
  • 350
  • 139
  • 134
  • 125
  • 87
  • 42
  • 39
  • 29
  • 24
  • 11
  • 11
  • 10
  • 7
  • 7
  • Tagged with
  • 2536
  • 492
  • 331
  • 286
  • 234
  • 196
  • 169
  • 158
  • 158
  • 151
  • 145
  • 135
  • 129
  • 128
  • 125
  • 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.
531

Overcoming Lock-In and Path Dependency : Hydrogen Energy Transitions / Överkomma lock-in och path dependency : Övergångar för vätgas

Kaya, Ferhat, Kader, Rezhin January 2021 (has links)
Through the historic usage of fossil fuel, climate impacts have been severe and threaten to disrupt global economies and biological diversity. Hydrogen has emerged as a technology which can enable the productionand storage of renewable energy with no carbon emissions. However, energy transitions are complex as the sector is characterized by lock-in and path dependency due to co-evolution with infrastructure, policy and geography. The purpose of this study is to explore how hydrogen energy can overcome the lock-in and path dependency of fossil fuels. To achieve this, a qualitative single-case study of Sweden was conducted. The theoretical foundation consists of the Multi-Level Perspective and lock-in. The results indicate that in order for hydrogen technology to become large-scale and overcome lock-in, four criteria need to be fulfilled; hydrogen technology needs to be more cost-efficient, investments in infrastructure for hydrogen is required, a market needs to be established for the production of hydrogen and governments/institutions need to support hydrogen through regulation and investments. / Under decennier av fossil användning har klimatpåverkan blivit mer allvarlig och hotar att negativt påverka globala ekonomier och den biologiska mångfalden. Vätgas har framkommit som en teknik som möjliggör produktion och lagring av förnybar energi utan koldioxidutsläpp. Övergångar till nya energilösningar är dock svåra eftersom sektorn kännetecknas av “lock-in” och “path dependency”på grund av samutveckling med infrastruktur, politik och geografi. Syftet med denna studie är att undersöka hur vätgas kan övervinna “lock-in” och “path dependency” av fossila bränslen. För att uppnå detta genomfördes en kvalitativ fallstudie av Sverige. Den teoretiska grunden för studien består av Multi-Level Perspective och lock-in. Resultaten visar att fyra kriterier måste uppfyllas för att vätgas ska gå från en nisch innovation till att vara en del av dagens sociotekniska system. Vätgas måste bli mer kostnadseffektiv, investeringar i infrastruktur för vätgas krävs, en marknad måste skapas för produktion av vätgas och regeringar/institutioner behöver stödja vätgas genom föreskrifter.
532

Autonomous Overtaking Using Model Predictive Control

Larsen, Oscar January 2020 (has links)
For the past couple of years researchers around theworld have tried to develop fully autonomous vehicles. One of theproblems that they have to solve is how to navigate in a dynamicworld with ever-changing variables. This project was initiated tolook into one scenario of the path planning problem; overtakinga human driven vehicle. Model Predictive Control (MPC) hashistorically been used in systems with slower dynamics but withadvancements in computation it can now be used in systems withfaster dynamics. In this project autonomous vehicles controlledby MPC were simulated in Python based on the kinematic bicyclemodel. Constraints were posed on the overtaking vehicle suchthat the two vehicles would not collide. Results show that anovertake, that keeps a proper distance to the other vehicle andfollows common traffic laws, is possible in certain scenarios. / Under de senaste åren har forskare världen över försökt utveckla fullt autonoma fordon. Ett av problemen som behöver lösas är hur man navigerar i en dynamisk värld med ständigt förändrande variabler. Detta projekt startades för att titta närmare på en aspekt av att planera en rutt; att köra om ett mänskligt styrt fordon. Model Predictive Control (MPC) har historiskt sett blivit använt i system med långsammare dynamik, men med framsteg inom datorers beräkningskraft kan det nu användas i system med snabbare dynamik. I detta projekt simulerades självkörande fordon, styrda av MPC, i Python. Fordonsmodellen som används var kinematic bicycle model. Begränsningar sattes på det omkörande fordonet så att de två fordonen inte kolliderar. Resultaten visar att en omkörning, som håller avstånd till det andra fordonet samt följer trafikregler, är möjligt i vissa scenarion. / Kandidatexjobb i elektroteknik 2020, KTH, Stockholm
533

Path Planning for a UAV in an Agricultural Environment to Tour and Cover Multiple Neighborhoods

Sinha, Koel 20 October 2017 (has links)
This work focuses on path planning for an autonomous UAV to tour and cover multiple regions in the shortest time. The three challenges to be solved are - finding the right optimal order to tour the neighborhoods, determining entry and exit points to neighborhoods, and covering each neighborhood. Two approaches have been explored and compared to achieve this goal - a TSP - Greedy and TSP - Dijkstra's. Both of them use a TSP solution to determine the optimal order of touring. They also use the same back and forth motion to cover each region. However, while the first approach uses a brute force to determine the the next closest node of entry or exit, the second approach utilizes the Dijkstra's algorithm to compute all possible paths to every node in the graph, and therefore choose the shortest pairs of entry and exit for each region, that would generate the shorter path, overall. The main contribution of this work is to implement an existing algorithm to combine the touring and covering problem, and propose a new algorithm to perform the same. Empirical results comparing performances of both approaches are included. Hardware experiments are performed on a spraying hexacopter, using the TSP - Greedy approach. Unique system characteristics are studied to make conclusions about stability of the platform. Future directions are identified to improve both software and hardware performance. / Master of Science
534

Optimal Trajectory Planning for Fixed-Wing Miniature Air Vehicles

Hota, Sikha January 2013 (has links) (PDF)
Applications such as urban surveillance, search and rescue, agricultural applications, military applications, etc., require miniature air vehicles (MAVs) to fly for a long time. But they have restricted flight duration due to their dependence on battery life, which necessitates optimal path planning. The generated optimal path should obey the curvature limits prescribed by the minimum turn radius/ maximum turn rate of the MAV. Further, in a dynamically changing environment, the final configuration that the MAV has to achieve may change en route, which demands the path to be replanned by an airborne processor in real-time. As MAVs are small in size and light in weight, wind has a very significant effect on the flight of MAVs and the computation of the minimum-time path in the presence of wind plays an important role. The thesis develops feasible trajectory generation algorithms which are fast, efficient, optimal and implementable in an onboard computer for rectilinear and circular path convergence problems and waypoint following problems both in the absence and in the presence of wind. The first part of the thesis addresses the problem of computation of optimal trajectories when MAVs fly on a two-dimensional (2D) plane maintaining a constant altitude. The shortest path is computed for MAVs from a given initial position and orientation to a given final path with a specified direction as required for a given mission. Unlike the classical Dubins problem where the shortest path was computed between two given configurations (position and orientation), the final point in this case is not specified. However, the final path, which can either be a rectilinear path or a circular path, and the direction to which the MAV should converge, is specified. The time-optimal path of MAVs is developed in the presence of wind mainly using the geometric approach although a few important properties are also obtained using optimal control theory, specifically, Pontryagin’s minimum principle (which provides only the necessary condition for optimality) for control-constrained systems. The complete optima l solution to this problem in all its generality is a major contribution of this thesis as existing methods in the literature that address this problem are either not optimal or do not give a complete solution. Further, the time-optimal path for specified initial and final configurations is generated in reasonably short time without computing all the path lengths of possible candidate paths, which is the method that exists in the literature for similar problems. Simulation results illustrate path generation for various cases, including the presence of steady and time-varying wind. Another problem in MAV path planning in 2D addressed in this thesis computes an extremal path that transitions between two consecutive waypoint segments (obtained by joining two way points in sequence) in a time-optimal fashion. This designed trajectory, named as γ-trajectory, is also used to track the maximum portion of waypoint segments in minimum time and the shortest distance between this trajectory and the associated waypoint can be set to a desired value. Another optimal path, called the loop trajectory, that goes through the way points as well as through the entire waypoint segments, is also proposed. Subsequently, the thesis proposes algorithms to generate trajectories in the presence of steady wind and compares these with the optimal trajectory generated using nonlinear programming based multiple shooting method to show that the generated paths are optimal in most cases. In three-dimensional (3D) space, if the initial and final configurations – in terms of (X,Y,Z) position, heading angle and flight path angle- of the vehicle are specified then shortest path computation is an interesting problem in literature. The proposed method in this thesis is based on 3D geometry and, unlike the existing iterative methods which yield suboptimal paths and are computationally more intensive, this method generates the shortest path in much less time. Due to its simplicity and low computational requirements, this approach can be implemented on a MAV in real-time. But, If the path demands very high pitch angle (as in the case of steep climbs), the generated path may not be flyable for an aerial vehicle with limited range of flight path angles. In such cases numerical methods, such as multiple shooting, coupled with nonlinear programming, are used to obtain the optimal solution. The time-optimal 3D path is also developed in the presence of wind which has a magnitude comparable to the speed of MAVs. The simulation results show path generation for a few sample cases to show the efficacy of the proposed approach as compared to the available approach in the literature. Next, the path convergence problem is studied in 3D for MAVs. The shortest path is generated to converge to a rectilinear path and a circular path starting from a known initial position and orientation. The method is also extended to compute the time-optimal path in the presence of wind. In simulation, optimal paths are generated for a variety of cases to show the efficacy of the algorithm. The other problem discussed in this thesis considers curvature-constrained trajectory generation technique for following a series of way points in 3D space. Extending the idea used in 2D, a γ-trajectory in 3D is generated to track the maximum portion of waypoint segments with a desired shortest distance between the trajectory and the associated waypoint. Considering the flyability issue of the plane a loop-trajectory is generated which is flyable by a MAV with constrained flight path angle. Simulation results are given for illustrative purposes. The path generation algorithms are all based on a kinematic model, considering the vehicle as a point in space. Implementing these results in a real MAV will require the dynamics of the MAV to be considered. So, a 6-DOF SIMULINK model of a MAV is used to demonstrate the tracking of the computed paths both in 2D plane and in 3D space using autopilots consisting of proportional-integral-derivative (PID )controllers .Achieving terminal condition accurately in real-time, if there is noisy measurement of wind data, is also addressed.
535

Modelagem computacional de canais de comunicação móvel. / Computational modelling of mobile communication channels.

Vanderlei Aparecido da Silva 27 October 2004 (has links)
A modelagem computacional tem se tornado uma poderosa ferramenta utilizada mundialmente em pesquisas sobre sistemas de comunicação móvel. Em tais sistemas, a modelagem do canal é fator indispensável, pois as características de mobilidade e propagação presentes nesse tipo de sistema são responsáveis por distorções ocorridas sobre o sinal transmitido. O presente trabalho reúne os principais modelos matemáticos e computacionais de canal de comunicação móvel. Realiza-se uma abordagem histórica sobre o assunto, apresentado a natureza do problema do desvanecimento e a forma como foi modelado inicialmente. Por outro lado, apresentam-se modelos recentes, considerados eficazes do ponto de vista matemático e eficientes do ponto de vista computacional. O trabalho traz como contribuição a proposta de um novo modelo de canal com desvanecimento. Os modelos apresentados foram analisados do ponto de vista matemático por meio de suas propriedades estatísticas. Do ponto de vista numérico e computacional a análise se deu por meio de simulações. A principal conclusão obtida mostra que dois modelos com filtragem no domínio da freqüência, sendo um deles o novo modelo proposto, são os mais indicados para simular formas de onda que representem um canal com desvanecimento Rayleigh. Este trabalho tem a pretensão de ser útil para pesquisadores atuantes na área de modelagem e simulação de sistemas atuais de comunicação móvel. / Computational modelling is a powerful and widely used tool for research in mobile communication systems. In such systems, the communication channel modelling is an indispensable factor, because its mobility and propagation characteristics can cause distortion over the transmitted waveform. This work contains the main mathematical and computing communication channel models. A historical cover is provided, which presents the nature of the problem and the initial modelling of the fading phenomenon. On the other hand, recent models are presented, which are mathematically effective and computationally efficient. One contribution of this work is the proposal of a new fading channel computational model, which was suitably tested and validated. The presented models were mathematically analyzed through its statistical properties. From numerical and computational point of view, the models were analyzed through several simulations. The main conclusion, from analytical and simulated results, shows that two models using frequency filtering are the best choice for the generation of multiple uncorrelated Rayleigh fading waveforms, where one of them is the new proposed model. This work can help mobile communications researchers to suitably model the communication channel in a computer simulation.
536

Modelagem computacional de canais de comunicação móvel. / Computational modelling of mobile communication channels.

Silva, Vanderlei Aparecido da 27 October 2004 (has links)
A modelagem computacional tem se tornado uma poderosa ferramenta utilizada mundialmente em pesquisas sobre sistemas de comunicação móvel. Em tais sistemas, a modelagem do canal é fator indispensável, pois as características de mobilidade e propagação presentes nesse tipo de sistema são responsáveis por distorções ocorridas sobre o sinal transmitido. O presente trabalho reúne os principais modelos matemáticos e computacionais de canal de comunicação móvel. Realiza-se uma abordagem histórica sobre o assunto, apresentado a natureza do problema do desvanecimento e a forma como foi modelado inicialmente. Por outro lado, apresentam-se modelos recentes, considerados eficazes do ponto de vista matemático e eficientes do ponto de vista computacional. O trabalho traz como contribuição a proposta de um novo modelo de canal com desvanecimento. Os modelos apresentados foram analisados do ponto de vista matemático por meio de suas propriedades estatísticas. Do ponto de vista numérico e computacional a análise se deu por meio de simulações. A principal conclusão obtida mostra que dois modelos com filtragem no domínio da freqüência, sendo um deles o novo modelo proposto, são os mais indicados para simular formas de onda que representem um canal com desvanecimento Rayleigh. Este trabalho tem a pretensão de ser útil para pesquisadores atuantes na área de modelagem e simulação de sistemas atuais de comunicação móvel. / Computational modelling is a powerful and widely used tool for research in mobile communication systems. In such systems, the communication channel modelling is an indispensable factor, because its mobility and propagation characteristics can cause distortion over the transmitted waveform. This work contains the main mathematical and computing communication channel models. A historical cover is provided, which presents the nature of the problem and the initial modelling of the fading phenomenon. On the other hand, recent models are presented, which are mathematically effective and computationally efficient. One contribution of this work is the proposal of a new fading channel computational model, which was suitably tested and validated. The presented models were mathematically analyzed through its statistical properties. From numerical and computational point of view, the models were analyzed through several simulations. The main conclusion, from analytical and simulated results, shows that two models using frequency filtering are the best choice for the generation of multiple uncorrelated Rayleigh fading waveforms, where one of them is the new proposed model. This work can help mobile communications researchers to suitably model the communication channel in a computer simulation.
537

Enhanced Fast Rerouting Mechanisms for Protected Traffic in MPLS Networks

Hundessa Gonfa, Lemma 03 April 2003 (has links)
Multiprotocol Label Switching (MPLS) fuses the intelligence of routing with the performance of switching and provides significant benefits to networks with a pure IP architecture as well as those with IP and ATM or a mix of ther Layer 2 technologies. MPLS technology is key to scalable virtual private networks (VPNs) and end-to-end quality of service (QoS), enabling efficient utilization of existing networks to meet future growth. The technology also helps to deliver highly scalable, differentiated end-to-end IP services with simpler configuration, management, and provisioning for both Internet providers and end-users. However, MPLS is a connection-oriented architecture. In case of failure MPLS first has to establish a new label switched path (LSP) and then forward the packets to the newly established LSP. For this reason MPLS has a slow restoration response to a link or node failure on the LSP.The thesis provides a description of MPLS-based architecture as a preferred technology for integrating ATM and IP technologies, followed by a discussion of the motivation for the fast and reliable restoration mechanism in an MPLS network. In this thesis first we address the fast rerouting mechanisms for MPLS networks and then we focus on the problem of packet loss, packet reordering and packet delay for protected LSP in MPLS-based network for a single node/link failure. In order to deliver true service assurance for guaranteed traffic on a protected LSP we use the fast rerouting mechanism with a preplanned alternative LSP. We propose enhancements to current proposals described in extant literature. Our fast rerouting mechanism avoids packet disorder and significantly reduces packet delay during the restoration period.An extension of the Fast Rerouting proposal, called Reliable and Fast Rerouting (RFR), provides some preventive actions for the protected LSP against packet loss during a failure. RFR maintains the same advantages of Fast Rerouting while eliminating packet losses, including those packet losses due to link or node failure (circulating on the failed links), which were considered to be "inevitable" up to now.For the purpose of validating and evaluating the behavior of these proposals a simulation tool was developed. It is based on the NS, a well-known network simulator that is being used extensively in research work. An extension featuring the basic functionality of MPLS (MNS) is also available for the NS, and this is the basis of the developed simulation tool.Simulation results allow the comparison of Fast Rerouting and RFR with previous rerouting proposals.In addition to this we propose a mechanism for multiple failure recovery in an LSP. This proposal combines the path protection, segment protection and local repair methods. In addition to the multiple link/node failure protection, the multiple fault tolerance proposal provides a significant reduction of delay that the rerouted traffic can experience after a link failure, because the repair action is taken close to the point of failure.Then we proceed to address an inherent problem of the preplanned alternative LSP. As alternative LSPs are established together with the protected LSP it may happen that the alternative is not the optimal LSP at the time the failure occurs. To overcome this undesired behavior, we propose the Optimal and Guaranteed Alternative Path (OGAP). The proposal uses a hybrid of fast-rerouting and a dynamic approach to establish the optimal alternative LSP while rerouting the affected traffic using the preplanned alternative LSP. This hybrid approach provides the best of the fast rerouting and the dynamic approaches.At the same time we observed that the protection path becomes in fact unprotected from additional failures after the traffic is rerouted onto it.To address this we propose a guarantee mechanism for protection of the new protected LSP carrying the affected traffic, by establishing an alternative LSP for the rerouted traffic after a failure, avoiding the vulnerability problem for the protected traffic.Finally, we present a further optimization mechanism, adaptive LSP, to enhance the existing traffic engineering for Quality of Services (QoS)provision and improve network resource utilization. The adaptive LSP proposal allows more flexibility in network resource allocation and utilization by adapting the LSP to variations in all network loads,resulting in an enhancement of existing MPLS traffic engineering.
538

Role stress and psychological empowerment as antecedents of job satisfaction / Estrés de rol y empowerment psicológico como antecedentes de la satisfacción laboral / Stresse de papel e empowerment psicológico como antecedentes da satisfação no trabalho

Orgambídez-Ramos, Alejandro, Moura, Daniel, de Almeida, Helena 25 September 2017 (has links)
The aim of this study was to examine the impact of role stress (ambiguity and conflict) on job satisfaction through psychological empowerment in the workplace. Data was collected from 314 workers from southern Portugal (M = 35.39, SD =10.66; 69.75% women) age age Results indicated that role conflict had a direct effect on job satisfaction, while the impact of role ambiguity on job satisfaction was totally mediated by meaning and self-determination. Psychosocial interventions in companies should focus on prevention of role stress and pro­ motion of psychological empowerment in the workplace. / El objetivo de este estudio fue analizar el impacto del estrés de rol (ambigüedad y conflicto) sobre la satisfacción laboral a través del empowerment psicológico en el trabajo. Se obtuvieron datos de una muestra de 314 trabajadores del sur de Portugal (M = 35.59, DE = 10.66). edad edad El 69.75% de los participantes fueron mujeres. Los resultados mostraron que el efecto del conflicto de rol fue directo sobre la satisfacción laboral, mientras que el efecto de la ambi­ güedad fue mediado por las dimensiones autodeterminación y significado del empowerment psicológico. Las intervenciones en las empresas deben centrarse en la prevención del estrés de rol y en el aumento del empowerment psicológico. / O objetivo deste estudo é analisar o impacte do stresse de papel (ambiguidade e conflito) sobre a satisfação no trabalho através do empowerment psicológico no trabalho. Os dados foram obtidos através de uma amostra de 314 profissionais ativos do sul de Portugal (M = idade 35.59, DP = 10.66). 69.75% dos participantes eram mulheres. Os resultados mostraram idade que o efeito do conflito de papel sobre a satisfação no trabalho é direto, enquanto que o efeito da ambiguidade sobre a satisfação no trabalho é mediado pelas dimensões autodeter­ minação e significado do empowerment psicológico. As intervenções nas empresas devem centrar-se na prevenção do stresse de papel e no aumento do empowerment psicológico.
539

Signal-Aware Route Planning

Hultman, Tim January 2016 (has links)
Modern vehicles have an increasing number of advanced features requiring network coverage in order to function properly. In order to facilitate the requirements of such features and allow more advanced applications, we consider the possibility of planning routes that take signal strength into consideration. Previous work have shown the relationship between TCP throughput/goodput and signal strength. In this thesis signal-aware route planning is presented, implemented, and validated. Crowd-sourced map and signal data (3G) from two sources is used for building a signal coverage map. The signal and map data is validated in a field experiment, where routes were travelled while measuring the signal strength. The field experiment showed gains in signal characteristics when deviating from the shortest possible path. The average signal strength increased by 11 dBm between algorithms and the shortest possible path. Lastly, routes were planned for all possible sources and destinations in a given urban area. The results of this calculation confirms the patterns found in the field experiment.
540

Some new localized quality of service models and algorithms for communication networks : the development and evaluation of new localized quality of service routing algorithms and path selection methods for both flat and hierarchical communication networks

Mustafa, Elmabrook B. M. January 2009 (has links)
The Quality of Service (QoS) routing approach is gaining an increasing interest in the Internet community due to the new emerging Internet applications such as real-time multimedia applications. These applications require better levels of quality of services than those supported by best effort networks. Therefore providing such services is crucial to many real time and multimedia applications which have strict quality of service requirements regarding bandwidth and timeliness of delivery. QoS routing is a major component in any QoS architecture and thus has been studied extensively in the literature. Scalability is considered one of the major issues in designing efficient QoS routing algorithms due to the high cost of QoS routing both in terms of computational effort and communication overhead. Localized quality of service routing is a promising approach to overcome the scalability problem of the conventional quality of service routing approach. The localized quality of service approach eliminates the communication overhead because it does not need the global network state information. The main aim of this thesis is to contribute towards the localised routing area by proposing and developing some new models and algorithms. Toward this goal we make the following major contributions. First, a scalable and efficient QoS routing algorithm based on a localised approach to QoS routing has been developed and evaluated. Second, we have developed a path selection technique that can be used with existing localized QoS routing algorithms to enhance their scalability and performance. Third, a scalable and efficient hierarchical QoS routing algorithm based on a localised approach to QoS routing has been developed and evaluated.

Page generated in 0.0579 seconds