14 resultados para hardware implementation
Resumo:
Real time monitoring allows the determination of the line state and the calculation of the actual rating value. The real time monitoring systems measure sag, conductor tension, conductor temperature or weather related magnitudes. In this paper, a new ampacity monitoring system for overhead lines, based on the conductor tension, the ambient temperature, the solar radiation and the current intensity, is presented. The measurements are transmitted via GPRS to a control center where a software program calculates the ampacity value. The system takes into account the creep deformation experienced by the conductors during their lifetime and calibrates the tension-temperature reference and the maximum allowable temperature in order to obtain the ampacity. The system includes both hardware implementation and remote control software.
Resumo:
[ES]Este trabajo describe una serie de mejoras aplicables a un kit comercial de robot humanoide Robonova, con el fin de que este reproduzca el comportamiento cinemático del ser humano con mayor autonomía. Entre ellas destacan la implementación de sensores infrarrojos, sensores de posición, cámaras de visión y conexiones en serie de servomotores. Todo ello controlado desde un ordenador de placa reducida Raspberry Pi.
Resumo:
A manager/mechanism designer must allocate a set of money prizes ($1, $2, .., $n) between n agents working in a team. The agents know the state i.e. who contributed most, second most, etc. The agents' prefer- ences over prizes are state independent. We incorporate the possibility that the manager knows the state with a tiny probability and present a simple mechanism that uniquely implement prizes that respects the true state.
Resumo:
El objetivo de este proyecto es desarrollar una plataforma hardware capaz de sintetizar sonidos a partir de fragmentos grabados, y de ser controlado mediante un dispositivo MIDI. Para ello se utilizará: - una placa de prototipado que incluye un dispositivo programable (FPGA) y un CODEC para la grabación/reproducción de audio digital. - un teclado MIDI.
Resumo:
ICINCO 2010
Resumo:
179 p.
Resumo:
Singular Value Decomposition (SVD) is a key linear algebraic operation in many scientific and engineering applications. In particular, many computational intelligence systems rely on machine learning methods involving high dimensionality datasets that have to be fast processed for real-time adaptability. In this paper we describe a practical FPGA (Field Programmable Gate Array) implementation of a SVD processor for accelerating the solution of large LSE problems. The design approach has been comprehensive, from the algorithmic refinement to the numerical analysis to the customization for an efficient hardware realization. The processing scheme rests on an adaptive vector rotation evaluator for error regularization that enhances convergence speed with no penalty on the solution accuracy. The proposed architecture, which follows a data transfer scheme, is scalable and based on the interconnection of simple rotations units, which allows for a trade-off between occupied area and processing acceleration in the final implementation. This permits the SVD processor to be implemented both on low-cost and highend FPGAs, according to the final application requirements.
Resumo:
Numerous problems are frequently observed when nursing competency assessment systems (NCAS) are implemented. How to effectively implement a nursing competency assessment system, according to academic and practical contributions, is poorly reported in the literature. The purpose of this paper is to present a set of recommendations for public hospitals and nursing management in order to facilitate the implementation of a NCAS. To achieve this objective we have revised the existing literature and conducted a Delphi study with nursing managers and human resource managers of the public hospitals of the Basque Health Service. The results are that the implementation of a NCAS requires a well-planned strategy that managers must consider before implementing any NCAS. This strategy must include, at minimum, the following aspects: communication, training, leadership, and content where the NCAS is concerned. The context of the organisations and the cultural dimensions may also influence the results of the application of the system.
Resumo:
48 p.
Resumo:
[ES]Este proyecto consiste en el diseño de un sistema de control integrado para inversores de potencia monofásicos haciendo uso del algoritmo de eliminación de armónicos. De este modo, permite generar una señal de salida con frecuencia controlada, ideal para la alimentación de motores eléctricos monofásicos. El objetivo del mismo es lograr la implementación de un algoritmo de rendimiento superior a las alternativas PWM para casos de frecuencia de salida elevada. El sistema incluye el software y hardware necesario para implementación completa, así como los documentos necesarios para su fabricación en serie.
Resumo:
The implementation of the European Commission Services Directive initiated the modernization process of services markets within the European Union. The objective was to guarantee the creation of a single market by ensuring the freedom of establishment and circulation. The transposition of the Directive in Spain triggered an initial wave of reforms in the Spanish legal system. A second package of reforms is currently underway, following recommendations by the EC, IMF and OECD, which highlight the relative lack of competition in Spain’s services as one of the major imbalances in its economy, alongside the public deficit and unemployment. Both the implemented and planned reforms represent a major step forward. Nevertheless, the government has recently announced modifications to the draft bill of the Professional Services and Associations Law, which is expected to soon be submitted for parliamentary debate and approval. Taking into consideration modifications already introduced, together with anticipated further changes, it will be important to maintain the main points of the draft bill and to introduce a deeper review of the legal framework for professional services, of the professional associations themselves, and for the activities that are subject to compulsory membership within a professional association. Spain’s territorial map of professional associations must too be redrawn.
Resumo:
Objective: to analyze what nursing models and nursing assessment structures have been used in the implementation of the nursing process at the public and private centers in the health area Gipuzkoa (Basque Country). Method: a retrospective study was undertaken, based on the analysis of the nursing records used at the 158 centers studied. Results: the Henderson model, Carpenito's bifocal structure, Gordon's assessment structure and the Resident Assessment Instrument Nursing Home 2.0 have been used as nursing models and assessment structures to implement the nursing process. At some centers, the selected model or assessment structure has varied over time. Conclusion: Henderson's model has been the most used to implement the nursing process. Furthermore, the trend is observed to complement or replace Henderson's model by nursing assessment structures.
Resumo:
Migrating to cloud computing is one of the current enterprise challenges. This technology provides a new paradigm based on "on-demand payment" for information and communication technologies. In this sense, the small and medium enterprise is supposed to be the most interested, since initial investments are avoided and the technology allows gradual implementation. However, even if the characteristics and capacities have been widely discussed, entry into the cloud is still lacking in terms of practical, real frameworks. This paper aims at filling this gap, presenting a real tool already implemented and tested, which can be used as a cloud computing adoption decision tool. This tool uses diagnosis based on specific questions to gather the required information and subsequently provide the user with valuable information to deploy the business within the cloud, specifically in the form of Software as a Service (SaaS) solutions. This information allows the decision makers to generate their particular Cloud Road. A pilot study has been carried out with enterprises at a local level with a two-fold objective: To ascertain the degree of knowledge on cloud computing and to identify the most interesting business areas and their related tools for this technology. As expected, the results show high interest and low knowledge on this subject and the tool presented aims to readdress this mismatch, insofar as possible. Copyright: © 2015 Bildosola et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Resumo:
The CTC algorithm, Consolidated Tree Construction algorithm, is a machine learning paradigm that was designed to solve a class imbalance problem, a fraud detection problem in the area of car insurance [1] where, besides, an explanation about the classification made was required. The algorithm is based on a decision tree construction algorithm, in this case the well-known C4.5, but it extracts knowledge from data using a set of samples instead of a single one as C4.5 does. In contrast to other methodologies based on several samples to build a classifier, such as bagging, the CTC builds a single tree and as a consequence, it obtains comprehensible classifiers. The main motivation of this implementation is to make public and available an implementation of the CTC algorithm. With this purpose we have implemented the algorithm within the well-known WEKA data mining environment http://www.cs.waikato.ac.nz/ml/weka/). WEKA is an open source project that contains a collection of machine learning algorithms written in Java for data mining tasks. J48 is the implementation of C4.5 algorithm within the WEKA package. We called J48Consolidated to the implementation of CTC algorithm based on the J48 Java class.