240 research outputs found

    An Appearance-Based Tracking Algorithm for Aerial Search and Rescue Purposes

    Get PDF
    The automation of the Wilderness Search and Rescue (WiSAR) task aims for high levels of understanding of various scenery. In addition, working in unfriendly and complex environments may cause a time delay in the operation and consequently put human lives at stake. In order to address this problem, Unmanned Aerial Vehicles (UAVs), which provide potential support to the conventional methods, are used. These vehicles are provided with reliable human detection and tracking algorithms; in order to be able to find and track the bodies of the victims in complex environments, and a robust control system to maintain safe distances from the detected bodies. In this paper, a human detection based on the color and depth data captured from onboard sensors is proposed. Moreover, the proposal of computing data association from the skeleton pose and a visual appearance measurement allows the tracking of multiple people with invariance to the scale, translation and rotation of the point of view with respect to the target objects. The system has been validated with real and simulation experiments, and the obtained results show the ability to track multiple individuals even after long-term disappearances. Furthermore, the simulations present the robustness of the implemented reactive control system as a promising tool for assisting the pilot to perform approaching maneuvers in a safe and smooth manner.This research is supported by Madrid Community project SEGVAUTO 4.0 P2018/EMT-4362) and by the Spanish Government CICYT projects (TRA2015-63708-R and TRA2016-78886-C3-1-R), and Ministerio de Educación, Cultura y Deporte para la Formación de Profesorado Universitario (FPU14/02143). Also, we gratefully acknowledge the support of the NVIDIA Corporation with the donation of the GPUs used for this research

    Solid-state transformers in locomotives fed through AC lines: A review and future developments

    Get PDF
    One of the most important innovation expectation in railway electrical equipment is the replacement of the on-board transformer with a high power converter. Since the transformer operates at line-frequency (i.e., 50 Hz or 16 2/3 Hz), it represents a critical component from weight point of view and, moreover, it is characterized by quite poor efficiency. High power converters for this application are characterized by a medium frequency inductive coupling and are commonly referred as Power Electronic Transformers (PET), Medium Frequency Topologies or Solid-State Transformers (SST). Many studies were carried out and various prototypes were realized until now, however, the realization of such a system has some difficulties, mainly related to the high input voltage (i.e., 25 kV for 50 Hz lines and 15 kV for 16 2/3 Hz lines) and the limited performance of available power electronic switches. The aim of this study is to present a survey on the main solutions proposed in the technical literature and, analyzing pros and cons of these studies, to introduce new possible circuit topologies for this application

    New Advances of Cavitation Instabilities

    Get PDF
    Cavitation refers to the formation of vapor cavities in a liquid when the local pressure becomes lower than the saturation pressure. In many hydraulic applications, cavitation is considered as a non-desirable phenomenon, as far as it may cause performance degradation, vibration problems, enhance broad-band noise-emission, and eventually trigger erosion. In this Special Issue, recent findings about cavitation instabilities are reported. More precisely, the dynamics of cavitation sheets are explored at very low Reynolds numbers in laminar flows, and in microscale applications. Both experimental and numerical approach are used. For the latter, original methods are assessed, such as smooth particles hydrodynamics or detached eddy simulations coupled to a compressible approach

    Modelling and estimation of vanadium redox flow batteries: a review

    Get PDF
    Redox flow batteries are one of the most promising technologies for large-scale energy storage, especially in applications based on renewable energies. In this context, considerable efforts have been made in the last few years to overcome the limitations and optimise the performance of this technology, aiming to make it commercially competitive. From the monitoring point of view, one of the biggest challenges is the estimation of the system internal states, such as the state of charge and the state of health, given the complexity of obtaining such information directly from experimental measures. Therefore, many proposals have been recently developed to get rid of such inconvenient measurements and, instead, utilise an algorithm that makes use of a mathematical model in order to rely only on easily measurable variables such as the system’s voltage and current. This review provides a comprehensive study of the different types of dynamic models available in the literature, together with an analysis of the existing model-based estimation strategies. Finally, a discussion about the remaining challenges and possible future research lines on this field is presented.The research that gave rise to these results received support from “la Caixa” Foundation (ID 100010434. Fellowship code LCF/BQ/DI21/11860023) , the CSIC program for the Spanish Recovery, Transformation and Resilience Plan funded by the Recovery and Resilience Facility of the European Union, established by the Regulation (EU) 2020/2094, CSIC Interdisciplinary Thematic Platform (PTI+) Transición Energética Sostenible+ (PTI-TRANSENER+ project TRE2103000), the Spanish Ministry of Science and Innovation (project PID2021-126001OB-C31 funded by MCIN/AEI/10.13039/501100011033 / ERDF,EU) and the Spanish Ministry of Economy and Competitiveness under Project DOVELAR (ref. RTI2018-096001-B-C32).Peer ReviewedPostprint (published version

    Formal Methods for Constraint-Based Testing and Reversible Debugging in Erlang

    Full text link
    Tesis por compendio[ES] Erlang es un lenguaje de programación funcional con concurrencia mediante paso de mensajes basado en el modelo de actores. Éstas y otras características lo hacen especialmente adecuado para aplicaciones distribuidas en tiempo real acrítico. En los últimos años, la popularidad de Erlang ha aumentado debido a la demanda de servicios concurrentes. No obstante, desarrollar sistemas Erlang libres de errores es un reto considerable. A pesar de que Erlang evita muchos problemas por diseño (por ejemplo, puntos muertos), algunos otros problemas pueden aparecer. En este contexto, las técnicas de testing y depuración basadas en métodos formales pueden ser útiles para detectar, localizar y arreglar errores de programación en Erlang. En esta tesis proponemos varios métodos para testing y depuración en Erlang. En particular, estos métodos están basados en modelos semánticos para concolic testing, pruebas basadas en propiedades, depuración reversible con consistencia causal y repetición reversible con consistencia causal de programas Erlang. Además, probamos formalmente las principales propiedades de nuestras propuestas y diseñamos herramientas de código abierto que implementan estos métodos.[CA] Erlang és un llenguatge de programació funcional amb concurrència mitjançant pas de missatges basat en el model d'actors. Estes i altres característiques el fan especialment adequat per a aplicacions distribuïdes en temps real acrític. En els últims anys, la popularitat d'Erlang ha augmentat degut a la demanda de servicis concurrents. No obstant, desenvolupar sistemes Erlang lliures d'errors és un repte considerable. Encara que Erlang evita molts problemes per disseny (per exemple, punts morts), alguns altres problemes poden aparéixer. En este context, les tècniques de testing y depuració basades en mètodes formals poden ser útils per a detectar, localitzar y arreglar errors de programació en Erlang. En esta tesis proposem diversos mètodes per a testing i depuració en Erlang. En particular, estos mètodes estan basats en models semàntics per a concolic testing, testing basat en propietats, depuració reversible amb consistència causal i repetició reversible amb consistència causal de programes Erlang. A més, provem formalment les principals propietats de les nostres propostes i dissenyem ferramentes de codi obert que implementen estos mètodes.[EN] Erlang is a message-passing concurrent, functional programming language based on the actor model. These and other features make it especially appropriate for distributed, soft real-time applications. In the recent years, Erlang's popularity has increased due to the demand for concurrent services. However, developing error-free systems in Erlang is quite a challenge. Although Erlang avoids many problems by design (e.g., deadlocks), some other problems may appear. Here, testing and debugging techniques based on formal methods may be helpful to detect, locate and fix programming errors in Erlang. In this thesis we propose several methods for testing and debugging in Erlang. In particular, these methods are based on semantics models for concolic testing, property-based testing, causal-consistent reversible debugging and causal-consistent replay debugging of Erlang programs. We formally prove the main properties of our proposals and design open-source tools that implement these methods.Palacios Corella, A. (2020). Formal Methods for Constraint-Based Testing and Reversible Debugging in Erlang [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/139076TESISCompendi

    Thermal Response Testing of Large Diameter Energy Piles

    Get PDF
    Energy piles are a novel form of ground heat exchanger (GHE) used in ground source heat pump systems. However, characterizing the pile and ground thermal properties is more challenging than for traditional GHEs. Routine in-situ thermal response testing (TRT) methods assume that steady state conditions in the GHE are achieved within a few hours, whereas larger diameter energy piles may take days or even weeks, thereby incurring significant costs. Previous work on pile TRTs has focused on small diameters up to 450 mm. This paper makes the first rigorous assessment of TRT methods for larger diameter piles using field and laboratory datasets, the application of numerical and analytical modelling, and detailed consideration of costs and program. Three-dimensional numerical simulation is shown to be effective for assessing the data gathered but is too computationally expensive for routine practice. Simpler fast run time steady state analytical models are shown to be a theoretically viable tool where sufficient duration test data is available. However, a new assessment of signal to noise ratio (SNR) in real field data shows how power fluctuations cause increased uncertainty in long duration tests. It is therefore recommended to apply transient models or instead to carry out faster and more cost-effective borehole in-situ tests for ground characterization with analytical approaches for pile characterization

    Heat pump controls to exploit the energy flexibility of building thermal loads

    Get PDF
    Smart controls for heat pumps are required to harness the full energy flexibility potential of building thermal loads. A literature review revealed that most strategies used for this purpose can be classified in two categories: simpler rule-based control (RBC), and model predictive control (MPC), a more complex strategy based on optimization and requiring a prior model of the systems. Both RBC and MPC can use external penalty signals to prompt their actions. The price of electricity is most often used for this purpose, leading to strategies of cost reduction. As an alternative penalty signal, a novel marginal CO2 emissions signals was also conceived. In this thesis, both an RBC and an MPC controllers were developed as supervisory controls for an air-to-water heat pump supplying the heating and cooling needs of a residential building type from the Mediterranean area of Spain. The RBC strategy modulates the temperature set-points, while the MPC strategy minimizes the overall summed penalties (costs or emissions) due to the heat pump use, while balancing with comfort constraints and a proper operation of the systems. The MPC controller in particular required the development of a simplified model of the building envelope and of the heat pump performance, both adjusted differently for heating or cooling. The MPC included several novelties, such as the mixed-integer formulation, the heat pump simplified model based on experimental data and the consideration of its computational delay. The developed controllers were then tested, firstly in an experimental “hardware-in-the-loop” setup, with a real heat pump installed in the laboratory facilities, and connected to thermal benches that emulated the loads from a building model. Implementing the control strategies on a real heat pump enabled to highlight some practical challenges such as model mismatch in the MPC, communication issues, interfacing and control conflicts with the heat pump local controller. Secondly, a simulation-only framework was developed to test other configurations of the controllers, with TRNSYS as the main dynamic building simulation tool, coupled with MATLAB for the MPC controller. In that case, the real heat pump was replaced by a detailed model which was specially developed for this purpose. It is based on static tests performed in the laboratory, and therefore reproduces the dynamic behavior of the heat pump with high fidelity. The results from experimental and simulation studies revealed the ability of both types of controllers to shift the building loads towards periods of cheaper or less CO2-emitting electricity, these two objectives being in fact contradictory. In the cases where the reference control presented a large margin for improvements, the RBC and MPC controllers performed equally and provided important savings: around 15% emissions savings in heating mode, and 30% cost savings in cooling mode. In the cases where the reference control already performed close to optimally, the RBC controller failed to provide improvements, while the MPC benefitted from its stronger optimization and prediction features, reaching 5% cost savings in heating mode and 10% emissions savings in cooling mode. The research carried out in this thesis covered many aspects of energy flexibility in buildings: creation of input penalty signals, graphical representation of flexibility, development of controllers, performance in realistic experimental setup, fitting of appropriate models and compared performance in heating and cooling. The development efforts and barriers hindering the deployment of MPC controllers at large scale for building climate control have additionally been discussed. The performance of the developed controllers was evidenced in the thesis, proving their potential for load-shifting incentivized by different penalty signals: they could become a strong asset to unlock demand-side flexibility and in fine, help integrating a larger share of RES in the grid.Para aprovechar todo el potencial de flexibilidad energética de las cargas térmicas en los edificios equipados con bombas de calor se requiere de sistemas de control inteligente. Una revisión bibliográfica ha revelado que la mayoría de las estrategias de gestión utilizadas para esta finalidad pueden ser clasificadas en dos categorías: control en base a reglas (RBC en inglés) o predictivo (MPC en inglés), basado en optimización y en el uso de modelos. Tanto RBC como MPC pueden utilizar señales externas de penalización para fundamentar sus decisiones. El precio de la electricidad es utilizado a este fin de forma habitual en estrategias de reducción de coste. Una nueva señal de emisiones marginales de CO2 fue también creada como alternativa. Se han desarrollado un controlador RBC y un MPC para sistemas de bombas de calor aire-agua que cubren las demandas de climatización y agua caliente en el ámbito residencial. El RBC modula las consignas de temperatura, y el MPC minimiza las penalizaciones totales del sistema, al mismo tiempo que se consideran restricciones operativas y de confort. En particular, el MPC ha requerido el desarrollo de nuevos modelos simplificados, para predecir la demanda del edificio y el rendimiento de la bomba de calor, tanto en modo calefacción como en modo refrigeración. Otras novedades añadidas en la configuración del MPC son la formulación entera mixta, y la consideración del retraso debido al tiempo de cómputo. Los controladores fueron testeados, primeramente, en un entorno experimental -hardware-in-the-loop-, con una bomba de calor real instalada en el laboratorio y conectada a unos bancos térmicos que emulan las cargas térmicas del edificio. El entorno experimental ha permitido poner de manifiesto algunos retos prácticos tales como la discrepancia en el modelo del MPC y conflictos de conexión con el controlador local de la bomba de calor. En segundo lugar, un entorno de simulación ha sido creado para testear diversas configuraciones, usando TRNSYS acoplado con MATLAB. Para ello, se ha desarrollado un modelo detallado de la bomba de calor, basado en ensayos realizados en laboratorio, que reproduce el comportamiento dinámico de la bomba de calor con alta fidelidad. Tanto los resultados experimentales como los simulados han revelado la capacidad de los dos tipos de control de desplazar las cargas del edificio hacia periodos donde la electricidad era más barata o había menos emisiones de CO2, estos dos objetivos presentando de hecho impactos contradictorios. En los casos donde el control de referencia presentaba un amplio margen de mejora, los controladores RBC y MPC han demostrado la capacidad de actuar eficientemente y proveer ahorros importantes: alrededor de un 15% de emisiones en modo calefacción, y de un 30% de coste en modo frío. En aquellos casos en el que el control de referencia actuaba de forma cercana a la óptima, los controladores RBC no han sido capaces de aportar mejoras significativas, mientras que el MPC ha demostrado la capacidad de conseguir ahorros de un 5% de coste en modo calefacción y de un 10% de emisiones en modo frío. La investigación realizada en esta tesis ha abarcado amplios aspectos de la flexibilidad energética en los edificios: la generación de señales de penalización, la representación gráfica del potencial de flexibilidad, el ajuste de modelos simplificados, el desarrollo de controladores, el ensayo en entorno experimental y de simulación, con la consecuente evaluación de su rendimiento comparado en periodos de invierno y de verano, así como una discusión de las barreras que dificultan la implementación de controladores MPC y RBC a gran escala. Finalmente, la tesis ha evidenciado el rendimiento de los controladores desarrollados si se formulan de forma adecuada, demostrando su potencial para el desplazamiento del consumo eléctrico en la edificación residencial con sistemas de bomba de calor respondiendo a diferentes señales de penalización. En conclusión, los sistemas propuestos pueden ser elementos muy valiosos para favorecer la necesaria flexibilidad de la demanda térmica en la edificación y posibilitar la integración de sistemas de generación renovables en la re

    Cyber Security of Critical Infrastructures

    Get PDF
    Critical infrastructures are vital assets for public safety, economic welfare, and the national security of countries. The vulnerabilities of critical infrastructures have increased with the widespread use of information technologies. As Critical National Infrastructures are becoming more vulnerable to cyber-attacks, their protection becomes a significant issue for organizations as well as nations. The risks to continued operations, from failing to upgrade aging infrastructure or not meeting mandated regulatory regimes, are considered highly significant, given the demonstrable impact of such circumstances. Due to the rapid increase of sophisticated cyber threats targeting critical infrastructures with significant destructive effects, the cybersecurity of critical infrastructures has become an agenda item for academics, practitioners, and policy makers. A holistic view which covers technical, policy, human, and behavioural aspects is essential to handle cyber security of critical infrastructures effectively. Moreover, the ability to attribute crimes to criminals is a vital element of avoiding impunity in cyberspace. In this book, both research and practical aspects of cyber security considerations in critical infrastructures are presented. Aligned with the interdisciplinary nature of cyber security, authors from academia, government, and industry have contributed 13 chapters. The issues that are discussed and analysed include cybersecurity training, maturity assessment frameworks, malware analysis techniques, ransomware attacks, security solutions for industrial control systems, and privacy preservation methods

    Understanding Quantum Technologies 2022

    Full text link
    Understanding Quantum Technologies 2022 is a creative-commons ebook that provides a unique 360 degrees overview of quantum technologies from science and technology to geopolitical and societal issues. It covers quantum physics history, quantum physics 101, gate-based quantum computing, quantum computing engineering (including quantum error corrections and quantum computing energetics), quantum computing hardware (all qubit types, including quantum annealing and quantum simulation paradigms, history, science, research, implementation and vendors), quantum enabling technologies (cryogenics, control electronics, photonics, components fabs, raw materials), quantum computing algorithms, software development tools and use cases, unconventional computing (potential alternatives to quantum and classical computing), quantum telecommunications and cryptography, quantum sensing, quantum technologies around the world, quantum technologies societal impact and even quantum fake sciences. The main audience are computer science engineers, developers and IT specialists as well as quantum scientists and students who want to acquire a global view of how quantum technologies work, and particularly quantum computing. This version is an extensive update to the 2021 edition published in October 2021.Comment: 1132 pages, 920 figures, Letter forma
    corecore