697 resultados para Telecomunicaçoes móveis


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Sendo o turismo um dos setores económicos onde a informação desempenha um papel fundamental, é, também, um dos mais afetados com a chegada da nova realidade que são os media sociais. Atualmente, devido à utilização generalizada de aplicações da Web 2.0 e, sobretudo, devido ao crescimento exponencial da utilização de aplicações de media sociais, verifica-se que esta utilização está a provocar alterações significativas na promoção dos destinos turísticos, com uma estratégia clara destes passarem a utilizar os conteúdos gerados pelos utilizadores na Internet. Perante este novo paradigma, as Organizações de Gestão de Destinos, como organizações dinâmicas cujo objetivo é a promoção dos destinos turísticos, têm que se adaptar de forma a enquadrar esta nova realidade. O presente trabalho pretende, pois, analisar a forma como as Organizações de Gestão de Destinos portuguesas utilizam a Internet, e em particular as aplicações da Web 2.0/media sociais nas suas estratégias de comunicação. Assim, pretende-se fazer uma análise da situação atual em que se encontram as Organizações de Gestão de Destinos Portuguesas, na utilização deste tipo de aplicações para, a partir daí, se desenvolver uma proposta de modelo orientador para a utilização de media sociais nas atividades de comunicação com os turistas, que permita explorar ao máximo este enorme potencial. Como resultado desta investigação, espera-se contribuir para uma melhor compreensão de como as Organizações de Gestão de Destinos Portuguesas devem usar as aplicações de media sociais nas suas estratégias de comunicação por aplicação da proposta de modelo desenvolvida.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Interest on using teams of mobile robots has been growing, due to their potential to cooperate for diverse purposes, such as rescue, de-mining, surveillance or even games such as robotic soccer. These applications require a real-time middleware and wireless communication protocol that can support an efficient and timely fusion of the perception data from different robots as well as the development of coordinated behaviours. Coordinating several autonomous robots towards achieving a common goal is currently a topic of high interest, which can be found in many application domains. Despite these different application domains, the technical problem of building an infrastructure to support the integration of the distributed perception and subsequent coordinated action is similar. This problem becomes tougher with stronger system dynamics, e.g., when the robots move faster or interact with fast objects, leading to tighter real-time constraints. This thesis work addressed computing architectures and wireless communication protocols to support efficient information sharing and coordination strategies taking into account the real-time nature of robot activities. The thesis makes two main claims. Firstly, we claim that despite the use of a wireless communication protocol that includes arbitration mechanisms, the self-organization of the team communications in a dynamic round that also accounts for variable team membership, effectively reduces collisions within the team, independently of its current composition, significantly improving the quality of the communications. We will validate this claim in terms of packet losses and communication latency. We show how such self-organization of the communications can be achieved in an efficient way with the Reconfigurable and Adaptive TDMA protocol. Secondly, we claim that the development of distributed perception, cooperation and coordinated action for teams of mobile robots can be simplified by using a shared memory middleware that replicates in each cooperating robot all necessary remote data, the Real-Time Database (RTDB) middleware. These remote data copies, which are updated in the background by the selforganizing communications protocol, are extended with age information automatically computed by the middleware and are locally accessible through fast primitives. We validate our claim showing a parsimonious use of the communication medium, improved timing information with respect to the shared data and the simplicity of use and effectiveness of the proposed middleware shown in several use cases, reinforced with a reasonable impact in the Middle Size League of RoboCup.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In Mobile Ad hoc NETworks (MANETs), where cooperative behaviour is mandatory, there is a high probability for some nodes to become overloaded with packet forwarding operations in order to support neighbor data exchange. This altruistic behaviour leads to an unbalanced load in the network in terms of traffic and energy consumption. In such scenarios, mobile nodes can benefit from the use of energy efficient and traffic fitting routing protocol that better suits the limited battery capacity and throughput limitation of the network. This PhD work focuses on proposing energy efficient and load balanced routing protocols for ad hoc networks. Where most of the existing routing protocols simply consider the path length metric when choosing the best route between a source and a destination node, in our proposed mechanism, nodes are able to find several routes for each pair of source and destination nodes and select the best route according to energy and traffic parameters, effectively extending the lifespan of the network. Our results show that by applying this novel mechanism, current flat ad hoc routing protocols can achieve higher energy efficiency and load balancing. Also, due to the broadcast nature of the wireless channels in ad hoc networks, other technique such as Network Coding (NC) looks promising for energy efficiency. NC can reduce the number of transmissions, number of re-transmissions, and increase the data transfer rate that directly translates to energy efficiency. However, due to the need to access foreign nodes for coding and forwarding packets, NC needs a mitigation technique against unauthorized accesses and packet corruption. Therefore, we proposed different mechanisms for handling these security attacks by, in particular by serially concatenating codes to support reliability in ad hoc network. As a solution to this problem, we explored a new security framework that proposes an additional degree of protection against eavesdropping attackers based on using concatenated encoding. Therefore, malicious intermediate nodes will find it computationally intractable to decode the transitive packets. We also adopted another code that uses Luby Transform (LT) as a pre-coding code for NC. Primarily being designed for security applications, this code enables the sink nodes to recover corrupted packets even in the presence of byzantine attacks.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

When developing software for autonomous mobile robots, one has to inevitably tackle some kind of perception. Moreover, when dealing with agents that possess some level of reasoning for executing their actions, there is the need to model the environment and the robot internal state in a way that it represents the scenario in which the robot operates. Inserted in the ATRI group, part of the IEETA research unit at Aveiro University, this work uses two of the projects of the group as test bed, particularly in the scenario of robotic soccer with real robots. With the main objective of developing algorithms for sensor and information fusion that could be used e ectively on these teams, several state of the art approaches were studied, implemented and adapted to each of the robot types. Within the MSL RoboCup team CAMBADA, the main focus was the perception of ball and obstacles, with the creation of models capable of providing extended information so that the reasoning of the robot can be ever more e ective. To achieve it, several methodologies were analyzed, implemented, compared and improved. Concerning the ball, an analysis of ltering methodologies for stabilization of its position and estimation of its velocity was performed. Also, with the goal keeper in mind, work has been done to provide it with information of aerial balls. As for obstacles, a new de nition of the way they are perceived by the vision and the type of information provided was created, as well as a methodology for identifying which of the obstacles are team mates. Also, a tracking algorithm was developed, which ultimately assigned each of the obstacles a unique identi er. Associated with the improvement of the obstacles perception, a new algorithm of estimating reactive obstacle avoidance was created. In the context of the SPL RoboCup team Portuguese Team, besides the inevitable adaptation of many of the algorithms already developed for sensor and information fusion and considering that it was recently created, the objective was to create a sustainable software architecture that could be the base for future modular development. The software architecture created is based on a series of di erent processes and the means of communication among them. All processes were created or adapted for the new architecture and a base set of roles and behaviors was de ned during this work to achieve a base functional framework. In terms of perception, the main focus was to de ne a projection model and camera pose extraction that could provide information in metric coordinates. The second main objective was to adapt the CAMBADA localization algorithm to work on the NAO robots, considering all the limitations it presents when comparing to the MSL team, especially in terms of computational resources. A set of support tools were developed or improved in order to support the test and development in both teams. In general, the work developed during this thesis improved the performance of the teams during play and also the e ectiveness of the developers team when in development and test phases.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Last-resort antibiotics are the final line of action for treating serious infections caused by multiresistant strains. Over the years the prevalence of resistant bacteria has been increasing. Natural environments are reservoirs of antibiotic resistance, highly influenced by human-driven activities. The importance of aquatic systems on the evolution of antibiotic resistance is highlighted from the assumption that clinically-relevant resistance genes have originated in strains ubiquitous in these environments. We hypothesize that: a) rivers are reservoirs and disseminators of antibiotic resistance; b) anthropogenic activities potentiate dissemination of resistance to last-resort antibiotics. Hence, the main goal of the work is to compare the last-resort antibiotics resistome, in polluted and unpolluted water. Rivers from the Vouga basin, exposed to different anthropogenic impacts, were sampled. Water quality parameters were determined to classify rivers as unpolluted or polluted. Two bacterial collections were established enclosing bacteria resistant to cefotaxime (3rd generation cephalosporin) and to imipenem (carbapenem). Each collection was characterized regarding: phylogenetic diversity, antibiotic susceptibility, resistance mechanisms and mobile genetic elements. The prevalence of cefotaxime- and imipenem-resistant bacteria was higher in polluted water. Results suggested an important role in the dissemination of antibiotic resistance for Enterobacteriaceae, Pseudomonas and Aeromonas. The occurrence of bacteria resistant to non-beta-lactams was higher among isolates from polluted water as also the number of multiresistant strains. Among strains resistant to cefotaxime, extended-spectrum beta-lactamase (ESBL) genes were detected (predominantly blaCTX-M-like) associated to mobile genetic elements previously described in clinical strains. ESBL-producers were often multiresistant as a result of co-selection mechanisms. Culture-independent methods showed clear differences between blaCTX-M-like sequences found in unpolluted water (similar to ancestral genes) and polluted water (sequences identical to those reported in clinical settings). Carbapenem resistance was mostly related to the presence of intrinsically resistant bacteria. Yet, relevant carbapenemase genes were detected as blaOXA-48-like in Shewanella spp. (the putative origin of these genes), and blaVIM-2 in Pseudomonas spp. isolated from polluted rivers. Culture-independent methods showed an higher than the previously reported diversity of blaOXA-48-like genes in rivers. Overall, clear differences between polluted and unpolluted systems were observed, regarding prevalence, phylogenetic diversity and susceptibility profiles of resistant bacteria and occurrence of clinically relevant antibiotic resistance genes, thus validating our hypotheses. In this way, rivers act as disseminators of resistance genes, and anthropogenic activities potentiate horizontal gene transfer and promote the constitution of genetic platforms that combine several resistance determinants, leading to multiresistance phenotypes that may persist even in the absence of antibiotics.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The massive adoption of sophisticated mobile devices and applications led to the increase of mobile data in the last decade, which it is expected to continue. This increase of mobile data negatively impacts the network planning and dimension, since core networks are heavy centralized. Mobile operators are investigating atten network architectures that distribute the responsibility of providing connectivity and mobility, in order to improve the network scalability and performance. Moreover, service providers are moving the content servers closer to the user, in order to ensure high availability and performance of content delivery. Besides the e orts to overcome the explosion of mobile data, current mobility management models are heavy centralized to ensure reachability and session continuity to the users connected to the network. Nowadays, deployed architectures have a small number of centralized mobility anchors managing the mobile data and the mobility context of millions of users, which introduces issues related to performance and scalability that require costly network mechanisms. The mobility management needs to be rethought out-of-the box to cope with atten network architectures and distributed content servers closer to the user, which is the purpose of the work developed in this Thesis. The Thesis starts with a characterization of mobility management into well-de ned functional blocks, their interaction and potential grouping. The decentralized mobility management is studied through analytical models and simulations, in which di erent mobility approaches distinctly distribute the mobility management functionalities through the network. The outcome of this study showed that decentralized mobility management brings advantages. Hence, it was proposed a novel distributed and dynamic mobility management approach, which is exhaustively evaluated through analytical models, simulations and testbed experiments. The proposed approach is also integrated with seamless horizontal handover mechanisms, as well as evaluated in vehicular environments. The mobility mechanisms are also speci ed for multihomed scenarios, in order to provide data o oading with IP mobility from cellular to other access networks. In the pursuing of the optimized mobile routing path, a novel network-based strategy for localized mobility is addressed, in which a replication binding system is deployed in the mobility anchors distributed through the access routers and gateways. Finally, we go further in the mobility anchoring subject, presenting a context-aware adaptive IP mobility anchoring model that dynamically assigns the mobility anchors that provide the optimized routing path to a session, based on the user and network context. The integration of dynamic and distributed concepts in the mobility management, such as context-aware adaptive mobility anchoring and dynamic mobility support, allow the optimization of network resources and the improvement of user experience. The overall outcome demonstrates that decentralized mobility management is a promising direction, hence, its ideas should be taken into account by mobile operators in the deployment of future networks.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Systems equipped with multiple antennas at the transmitter and at the receiver, known as MIMO (Multiple Input Multiple Output) systems, offer higher capacities, allowing an efficient exploitation of the available spectrum and/or the employment of more demanding applications. It is well known that the radio channel is characterized by multipath propagation, a phenomenon deemed problematic and whose mitigation has been achieved through techniques such as diversity, beamforming or adaptive antennas. By exploring conveniently the spatial domain MIMO systems turn the characteristics of the multipath channel into an advantage and allow creating multiple parallel and independent virtual channels. However, the achievable benefits are constrained by the propagation channel’s characteristics, which may not always be ideal. This work focuses on the characterization of the MIMO radio channel. It begins with the presentation of the fundamental results from information theory that triggered the interest on these systems, including the discussion of some of their potential benefits and a review of the existing channel models for MIMO systems. The characterization of the MIMO channel developed in this work is based on experimental measurements of the double-directional channel. The measurement system is based on a vector network analyzer and a two-dimensional positioning platform, both controlled by a computer, allowing the measurement of the channel’s frequency response at the locations of a synthetic array. Data is then processed using the SAGE (Space-Alternating Expectation-Maximization) algorithm to obtain the parameters (delay, direction of arrival and complex amplitude) of the channel’s most relevant multipath components. Afterwards, using a clustering algorithm these data are grouped into clusters. Finally, statistical information is extracted allowing the characterization of the channel’s multipath components. The information about the multipath characteristics of the channel, induced by existing scatterers in the propagation scenario, enables the characterization of MIMO channel and thus to evaluate its performance. The method was finally validated using MIMO measurements.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Os fundos marinhos do Algarve central são cada vez mais sujeitos a pressões antropológicas. A pesca, a extração de inertes para reabastecimento de praias, os recifes artificais e aquacultura costeiras são exemplos de actividades que se desenvolvem nesse espaço. O conhecimento da variação espacial da densidade bentónica é um desafio que se coloca cada vez mais à comunidade científica. Para além do interesse para o conhecimento científico é também valioso intrumento de gestão ambiental. Numa altura em que existe cada vez pressão sobre o ambiente marinho, a gestão sustentada dos espaços, compatibilizando a conservação e as actividades, assente num conhecimento científico, é cada vez mais necessária. Este estudo, teve como objectivo, a criação de modelos que descrevam espacialmente as densidades de peixes (bentónicos e demersais) e de macroinvertebrados obtidas na área de estudo, os substratos móveis até aos 30 m de profundidade no Algarve Central. E ainda, a elaboração de cenários, nomeadamente na identificação de zonas com densidades mais elevadas, impacte de dragagens e um aumento da temperatura superficial do mar. Os modelos obtidos são representativos das realidades amostradas. Os resultados indicam a existência de variação sazonal nos locais de amostragem com as maiores densidades a ocorrerem na zona central da área de estudo e também em maiores profundidades. A simulação de uma área de dragagem indica, após o período de impacto inicial que não foi contabilizado, um provável aumento de densidade como consequência do aumento de profundidade na área impactada. A simulação do aumento da temperatura superficial do mar, indica a existência de uma diminuição das densidades bentónicas.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The growing number of robotic solutions geared to interact socially with humans, social robots, urge the study of the factors that will facilitate or hinder future human robot collaboration. Hence the research question: what are the factors that predict intention to work with a social robot in the near future. To answer this question the following socio-cognitive models were studied, the theory of reasoned action, the theory of planned behavior and the model of goal directed behavior. These models purport that all the other variables will only have an indirect effect on behavior. That is, through the variables of the model. Based on the research on robotics and social perception/ cognition, social robot appearance, belief in human nature uniqueness, perceived warmth, perceived competence, anthropomorphism, negative attitude towards robots with human traits and negative attitudes towards interactions with robots were studied for their effects on attitude towards working with a social robot, perceived behavioral control, positive anticipated emotions and negative anticipated emotions. Study 1 identified the social representation of robot. Studies 2 to 5 investigated the psychometric properties of the Portuguese version of the negative attitude towards robots scale. Study 6 investigated the psychometric properties of the belief in human nature uniqueness scale. Study 7 tested the theory of reasoned action and the theory of planned behavior. Study 8 tested the model of goal directed behavior. Studies 7 and 8 also tested the role of the external variables. Study 9 tested and compared the predictive power of the three socio-cognitive models. Finally conclusion are drawn from the research results, and future research suggestions are offered.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação de Mestrado, Engenharia Informática, Faculdade de Ciências e Tecnologia, Universidade do Algarve, 2015

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Tese de doutoramento, Informática (Engenharia Informática), Universidade de Lisboa, Faculdade de Ciências, 2015

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação para obtenção do grau de Mestre em Engenharia de Electrónica e Telecomunicações

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação apresentada à Escola Superior de Comunicação Social para obtenção de grau de mestre em Publicidade e Marketing.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação apresentada à Escola Superior de Comunicação Social como parte dos requisitos para obtenção de grau de mestre em Audiovisual e Multimédia.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Dissertação de Mestrado apresentada ao Instituto de Contabilidade e Administração do Porto para a obtenção do grau de Mestre em Marketing Digital, sob orientação de Mestre António da Silva Vieira.