Next Article in Journal
Tracking and Separation of Smart Home Residents through Ambient Activity Sensors
Previous Article in Journal
Machine Learning Methods for Inferring Interaction Design Patterns from Textual Requirements
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Distributed Architecture for Acquisition and Processing of Physiological Signals †

by
Roberto Sánchez-Reolid
1,2,
Arturo S. García
1,2,
Miguel A. Vicente-Querol
1,
Beatriz García-Martinez
1,2 and
Antonio Fernández-Caballero
1,2,3,*
1
Instituto de Investigación en Informática de Albacete, Universidad de Castilla-La Mancha, 02071 Albacete, Spain
2
Departamento de Sistemas Informáticos, Universidad de Castilla-La Mancha, 02071 Albacete, Spain
3
CIBERSAM (Biomedical Research Networking Centre in Mental Health), 28029 Madrid, Spain
*
Author to whom correspondence should be addressed.
Presented at the 13th International Conference on Ubiquitous Computing and Ambient Intelligence UCAmI 2019, Toledo, Spain, 2–5 December 2019.
Proceedings 2019, 31(1), 30; https://doi.org/10.3390/proceedings2019031030
Published: 20 November 2019

Abstract

:
The increase in the number of devices equipped with physiological sensors and their low price mean that they can be used in many fields. One of these fields is health-care and home-care for the elderly or people with disabilities. The development of such devices makes it possible to monitor their condition continuously and at all times. A continuous monitoring not only establishes an image of the user’s status, but also detects possible anomalies. Therefore, it is necessary to develop a distributed architecture that allows expert analysts to access the data provided by the sensors at all times and from anywhere. This paper introduces the development and implementation of the concept of distributed architecture, focusing on the minimum requirements needed to carry it out. All the necessary modules are described for different stages: acquisition, communication and processing of physiological signals. The last stage is carried out by a machine learning system. The complete reporting and storage system is also described. Finally, the most important conclusions that have emerged during the development are reported.

1. Introduction

The rapid increase in ubiquity, mobility, big data, data analytics and cloud computing, as well as the advances in wearable devices, are transforming our society. At the same time, the rapid development of novel wearable devices and their lower cost are expanding the number of connected devices. This growth opens up numerous fields that would benefit from applying this technology [1,2,3]. The health and domestic care sector also takes advantage from this increase in research. Unfortunately, the number of elderly people with disabilities or chronic illnesses increases too day by day. The use of sensor technology has the potential to provide a significant impact on their daily lives. A continuous monitoring of their physiological variables within an intelligent environment will help them improve their quality of life and independence [4,5].
Thus, the use of wearable devices for continuous monitoring will be crucial in health care in the near future. They would allow for close monitoring of changes in an individual’s vital signs and provide feedback to help maintain optimal health. When being embedded in a telemedicine system, these devices may also be used to alert medical personnel when potentially life-threatening situations occur [6,7]. For example, they can be used as part of a diagnostic procedure, a supervised recovery from a surgical procedure, the optimal management of a chronic illness, psychiatric therapies, and also to monitor the compliance with treatment guidelines, among many other possibilities.
The utilisation of this type of devices offers many advantages such as low weight, low price and also the fact that they are minimally invasive. However, the integration of different devices poses some difficulties as well. In general, the relatively small size and heterogeneity of the different capture devices typically results in small storage and processing capacity [8,9,10]. This is even worse if we take into consideration that these devices demand a large storage and processing capacity, a high-speed connection to the network, as well as the possibility to make decisions in real time [11].
Fortunately, the rise of systems based on big data (BD) and machine learning (ML) help facing the problem of storage and processing capacity [12,13,14]. The power of calculation and the large storage capacity of ML and BD provides a way of solving this issue [15]. For this reason, it is necessary to create tools that allow the adaptation, integration and analysis of all physiological data obtained [7,16]. Therefore, the main objective of this study is to establish the foundations of a distributed system based on non-relational databases (NoSQL) for the acquisition, processing and visualisation of physiological signals. The proposed system also integrates a classification system (“Machine Learning System”) that determines the status of the users as well as the occurrence of an incident.
The rest of the paper is structured as follows. A brief review of previous works on the topic is provided in Section 2. Section 3 details the design and implementation of the proposed architecture. Finally, Section 4 presents the most outstanding conclusions of this study.

2. Background and Related Works

In recent years, the development of systems capable of integrating several biomedical sensors in order to measure an individual’s physiological signs has received a great attention from the research community. These physiological sensors include electroencephalography (EEG), blood volume pressure (BVP), electrodermal activity (EDA), accelerometer (ACC), and temperature (TEMP). Until recently, this type of data acquisition required the use of bulky systems, usually wired, which made them invasive, expensive and impractical [17]. The traditional approach to signal acquisition was based on the development of tools that allowed the local storage of the data [18].
Recently, a new method has been proposed to transmit physiological signals over a wireless network [19]. The signals are converted into a series of data that are transmitted to a computer via the Bluetooth protocol. As can be seen in Figure 1, the acquisition procedure is one-way. The acquisition devices are placed on the user’s body, the data are then sent wireless to a computer using the Bluetooth protocol. The computer stores the data using comma-separated value (.csv) files. After this, the signals are processed in order to extract information, which is usually not done in real time in other approaches. This procedure requires time to perform the corresponding analysis, which normally causes the acquisition system to be separated from the analysis system [9,20]. However, the research on distributed systems is changing the linear paradigm of acquisition.
Therefore, a distributed system with high availability, processing and data storage capacity seems more appropriate for use in health care [8,21,22]. Indeed, a new set of health services has been developed, such as flow-based decision support services, data mining and pattern-based visualisation, and monitoring services [23]. These services enable managers to control the quality of health systems.

2.1. Distributed Systems and Databases

A distributed system is defined as a set of standalone computers connected to each other by a network, and supported by a distributed software. This allows computers to coordinate their activities, sharing hardware, software and data resources in such a way that the end user perceives it as if it were a single computer, even when the machines are in different locations [24].
All distributed systems must be based on six characteristics: resource sharing, extensibility, concurrency, scalability, fault tolerance and transparency. These characteristics are aligned with the point of view of this study, as they make it possible to give a distributed approach to the data collected. This proposal allows having a significant number of devices sending data simultaneously without affecting the service.
The use of distributed databases is becoming more and more common nowadays due to the large amount of data handled by web sites, applications and services [25,26]. The large volume of data and the low storage capacity of the devices, together with the need of having many users sending data at the same time, makes the use of distributed databases suitable for the purpose of this work.

2.2. NoSQL Database

Despite the lack of a formal definition, a NoSQL database refers to a wide class of data management systems that differ in important aspects from the classical model of relational database management systems. The main difference is that they do not use SQL as the main data query language. NoSQL databases utilise a variety of data models to access and manage data such as documents, graphs, key-value, in-memory, and search. These database types are specifically optimised for applications that require large volumes of data, low latency, and flexible data models [25,27]. Therefore, NoSQL databases are structures that are capable of storing information in situations in which relational databases present certain scalability and performance problems.
An analysis of the different NoSQL technologies available lead us to use the ecosystem provided by MongoDB against other alternatives. MongoDB has been defined as a document type NoSQL database based on a JSON document model. The use of this type of document means that there is no need to follow a rigid scheme in the insertion of data. This laxity allows having data from different sensors in a same document. In this way, if the connection with any of the sensors is dropped, no information is lost [28]. Being a distributed system, MongoDB provides developers with four essential features: availability, workload isolation, horizontal scalability and data location [28,29].
MongoDB offers the ability to keep several copies of the data stored using different data sets (nodes). This database makes use of a sharding technique, which is a method that allows dividing the total set of data between the different nodes of the distributed system. It enables to have the data protected in different replica sets within the database. This type of writing guarantees the availability of the data without sacrificing their consistency. A unique feature of this database is the figure of the arbiter. When one (or more) of the nodes in the database is no longer available, the remaining nodes determine (through a consensus protocol leaded by the arbiter) which of them acts as the main database, while the rest of nodes act as a replica set. This procedure minimises data loss by enacting an autonomous recovery in case of failure [28,29].
The MongoDB database has many advantages over other databases such as Cassandra, CouchDB and Redis [30,31]. The system replication and sharding, the arbitration system and the automatic restoration of the data in case of the disconnection of any of the nodes makes it adequate for the task at hand. These are the main reasons that lead us to propose it for the implementation of our system.

3. Modelling an Architecture for Physiological Signals

3.1. Architecture Description

The proposed architecture is based on four facets: Sensing, Data Management, Machine Learning and a Reporting System. As it can be guessed from the context, Sensing refers to all devices that measure physiological variables in the user’s environment. Data Management is aimed at configuring and managing the system so that the produced data is correctly stored and used. Machine Learning carries out the analysis of the data and Reporting System provides a report of the analyses performed. Next, a more detailed description of the system will be made.
As can be seen in Figure 2, the information flow starts from the user. The raw signals captured by the sensors are transmitted to the local server using the Bluetooth protocol. When they reach the local server, these data are stored in a local NoSQL database. The first replication of the data takes place within this local database. We use the sharding system to organise the data in the different nodes of the local database. In the next step, if the system is connected to the Internet, the data are replicated in the cloud server where all data are stored and processed. In the case that an Internet connection is not available, the local server stores the data and uploads it to the cloud as soon as possible. Once the data are stored in the “Cloud Storage” database, they are replicated once again and stored in two different NoSQL databases. There are two main reasons for this. On the one hand, it provides a backup of the data and, on the other, the second database can be used by the “Machine Learning Service”.
The data stored in “Machine Learning Storage” are transferred to the “Machine Learning Service” (see Section 3.3), where they are processed by the several algorithms associated to each type of physiological signal. On the other hand, “Cloud Storage” is only dedicated to storing data and displaying the associated reports. Once the different signals have been processed, the obtained data are transferred again to the “Cloud Storage” database where are added to the user’s data.
The main purpose is to have the development system separated from the production system. In this way, new processing and classification models can be developed, preventing the system from failing. This is one of the advantages of using a distributed database. The two environments can be separated while improving the consistency, availability and robustness of the system [21,28].

3.2. Data Management System

One of the most important parts of the architecture is the “Data Management System” (DMS). Due to the heterogeneity and complexity of the data and the different sampling rates by which they were acquired, it is necessary to build a subsystem to effectively manage the data. For this purpose, the architecture relies on a previous development that synchronises the data when stored locally [32]. Figure 3 depicts the functioning of the DMS. The signals are obtained from the different acquisition systems. Then, they are forwarded to the “Data Parsing” module where they are synchronised with the time stamp of the system. Finally, they are stored at the same time both in the local NoSQL database and in the “Cloud Storage”, if it is available.

3.3. Machine Learning Service

This module is in charge of processing all the data acquired from each user. As can be seen in Figure 4, it is replicated in the “Machine Learning Storage” database. When performing the analysis, the user’s data are extracted and sent to different modules. Although there are physiological signals that do not need to be processed such as TEMP, ACC data and IB, there are others like BVP, EDA and EEG signals that need to be operated. Our proposal is to create a system that is capable of processing autonomously and obtaining different markers to establish the psycho-physical state of the user.
Different classification and analysis systems are needed. In the case of the EDA signal, this marker is a very good indicator of stress [33], allowing, for instance, the use of a support vector machine based approach [34]. EEG signals are another good indicator of the user’s emotional state [35,36,37]. For this purpose, non-linear and other approaches based on responses in the different frequency bands can be used [38,39,40]. On the other hand, the TEMP, IB, BVP and ACC signals can be used to determine the user’s state of agitation and stress. Therefore, our main aim is to create an active monitoring system to help in decision making, therefore, integrating the technologies that are available.

3.4. Reporting System

The Reporting System consists of a web-based monitor, which enables an expert analyst to observe data acquired from a subject. In this system, data is accessible at any time, anywhere and from any type of device. This Reporting System does not only feed on the raw data obtained from each of the users, but it also uses the developed “Machine Learning Service” to have more information on the variables obtained. It also allows setting different kinds of alarms in an automatic way, alerting of important changes in the state of the user. Figure 5 depicts a diagram of the different modules of the proposed Reporting System.
The information is extracted from the “Cloud Storage” database, which passes it through a module called “Physiological Monitor”. This module is in charge of managing all the information that has to be shown to the analyst. On the other hand, the Web Interface access the following items:
  • Real-Time Dynamics: Real-time query of each of the signals obtained from the different sensors.
  • Status Overview: Checks the current status of each user as well as the most relevant information.
  • Device Distribution: Lists the most relevant information of the connected devices.
  • User Record: Allows consulting the history of the stored data as well as the processed signals.
The data displayed on the screen has been divided into three elements:
  • Real-Time Monitor: Displays in real time the signals obtained from the different sensors.
  • Real-Time Query: Checks in real time the current status of each user.
  • Anomaly Notification: This module is responsible for continuous sampling on the status of the user and, in the event of detecting some kind of anomaly, warning both the analyst as well as the user.

4. Conclusions

This article has presented a proposal of a distributed architecture for the acquisition, treatment and storage of physiological signals. This approach is based on distributed architectures and NoSQL databases. The architecture allows the connection of several devices such as a wearables devices and a brain-computer interface. It can be consulted at any time and in any place.
This system is aimed at helping vulnerable population groups, such as elderly people or people with disabilities. Therefore, the devices used must be as non-invasive as possible, allowing the monitoring and tracking of the user at all times. The system must issue an alert if there is an anomaly in the behaviour of the users. It is necessary to develop the tools that provide all the markers needed to detect these situations. The aim is the creation of an intelligent system that will automatically perform the tasks currently performed by an analyst. This decision-making system must be based on two main technologies: big data and machine learning. These technologies are being used more and more nowadays, providing many opportunities in different fields. The use and adaptation of these techniques can significantly boost the fields of health-care and home-care.
As a preliminary work, some functionalities have already been developed. The real-time acquisition system, which is a very important part of the architecture, has already been implemented. However, there is still work left in development of the “Machine Learning Service”. As a proof of concept, support vector machines have been used so far for stress detection taking advantage of electrodermal activity as a marker. Therefore, it remains as future work to implement the rest of the markers.
To sum up, this paper has described the architecture of a distributed and intelligent monitoring system to be used in health and home care. It is only the first step towards the full development of the system. As our research develops and new features are added to the system, it will cover all the functionality described in the near future.

Author Contributions

R.S.-R., B.G.-M., M.A.V.-Q. and A.F.-C. conceived and designed the architecture; R.S.-R., A.S.G. and A.F.-C. wrote the paper.

Acknowledgments

This work was partially supported by Spanish Ministerio de Ciencia, Innovación y Universidades, Agencia Estatal de Investigación (AEI)/European Regional Development Fund (FEDER, UE) under DPI2016-80894-R grant, and by Biomedical Research Networking Center in Mental Health (CIBERSAM) of the Instituto de Salud Carlos III. R.S.-R. holds BES-2017-081958 scholarship from Spanish Ministerio de Educación y Formación Profesional. B.G.-M. holds FPU16/03740 scholarship from Spanish Ministerio de Educación y Formación Profesional.

Conflicts of Interest

The authors declare no conflict of interest. The funding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, and in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
ACCAccelerometer
BCIBrain-Computer Interface
BDBig Data
BVPBlood Volume Pressure
DMSData Management System
EDAElectrodermal Activity
EEGElectroencephalogram
IBIntervals between Heartbeats
MLMachine Learning
MongoDBHumongous Database
NoSQLNot only SQL
SQLStandardised Query Language
TEMPTemperature

References

  1. Shah, S.C. Mobile edge cloud: Opportunities and challenges. In Proceedings of the 4th Annual Conference on Computational Science and Computational Intelligence, Las Vegas, NV, USA, 14–16 December 2017; pp. 1572–1577. [Google Scholar]
  2. da Silva Lisboa, M.F.F.; Santos, G.L.; Lynn, T.; Sadok, D.; Kelner, J.; Endo, P.T. Modeling the availability of an e-health system integrated with edge, fog and cloud infrastructures. In Proceedings of the 2018 IEEE Symposium on Computers and Communications, Natal, Brazil, 25–28 June 2018; pp. 416–421. [Google Scholar]
  3. Mishra, A.; Agrawal, D.P. Continuous health condition monitoring by 24 × 7 sensing and transmission of physiological data over 5-G cellular channels. In Proceedings of the 2015 International Conference on Computing, Networking and Communications, Garden Grove, CA, USA, 16–19 February 2015; pp. 584–590. [Google Scholar]
  4. Fernández-Caballero, A.; Martínez-Rodrigo, A.; Pastor, J.M.; Castillo, J.C.; Lozano-Monasor, E.; López, M.T.; Zangróniz, R.; Latorre, J.M.; Fernández-Sotos, A. Smart environment architecture for emotion detection and regulation. J. Biomed. Inform. 2016, 64, 55–73. [Google Scholar] [CrossRef] [PubMed]
  5. Chiuchisan, I.; Costin, H.N.; Geman, O. Adopting the internet of things technologies in health care systems. In Proceedings of the 2014 International Conference and Exposition on Electrical and Power Engineering, Iasi, Romania, 16-18 October 2014; pp. 532–535. [Google Scholar]
  6. Otto, C.; Milenkovic, A.; Sanders, C.; Jovanov, E. System architecture of a wireless body area sensor network for ubiquitous health monitoring. J. Mob. Multimed. 2006, 1, 307–326. [Google Scholar]
  7. Jovanov, E.; Lords, A.; Raskovic, D.; Cox, P.G.; Adhami, R.; Andrasik, F. Stress monitoring using a distributed wireless intelligent sensor system. IEEE Eng. Med. Biol. Mag. 2003, 22, 49–55. [Google Scholar] [CrossRef]
  8. Gia, T.N.; Jiang, M.; Rahmani, A.M.; Westerlund, T.; Liljeberg, P.; Tenhunen, H. Fog computing in healthcare internet of things: A case study on ECG feature extraction. In Proceedings of the 2015 IEEE International Conference on Computer and Information Technology, Liverpool, UK, 26–28 October 2015; pp. 356–363. [Google Scholar]
  9. Zhao, K.; Ge, L. A survey on the internet of things security. In Proceedings of the Ninth International Conference on Computational Intelligence and Security, Leshan, China, 14–15 December 2013; pp. 663–667. [Google Scholar]
  10. Zhao, X.; Liu, E.; Clapworthy, G.; Quadrani, P.; Testi, D.; Viceconti, M. Using web services for distributed medical visualisation. In Proceedings of the Fifth International Conference BioMedical Visualization: Information Visualization in Medical and Biomedical Informatics, London, UK, 9–11 July 2008; pp. 57–62. [Google Scholar]
  11. Lee, I.; Lee, K. The Internet of Things (IoT): Applications, investments, and challenges for enterprises. Bus. Horiz. 2015, 58, 431–440. [Google Scholar] [CrossRef]
  12. Obermeyer, Z.; Emanuel, E.J. Predicting the future—Big data, machine learning, and clinical medicine. N. Engl. J. Med. 2016, 375, 1216. [Google Scholar] [CrossRef] [PubMed]
  13. Zhang, Y.; Qiu, M.; Tsai, C.W.; Hassan, M.M.; Alamri, A. Health-CPS: Healthcare cyber-physical system assisted by cloud and big data. IEEE Syst. J. 2015, 11, 88–95. [Google Scholar] [CrossRef]
  14. Ho, C.L.; Leu, F.Y. A wireless physiological sensor area network. In Proceedings of the 18th International Conference on Network-Based Information Systems, Taipei, Taiwan, 2–4 September 2015; pp. 14–19. [Google Scholar]
  15. Bates, D.W.; Saria, S.; Ohno-Machado, L.; Shah, A.; Escobar, G. Big data in health care: Using analytics to identify and manage high-risk and high-cost patients. Health Aff. 2014, 33, 1123–1131. [Google Scholar] [CrossRef] [PubMed]
  16. Castillo, J.C.; Fernández-Caballero, A.; Castro-González, Á.; Salichs, M.A.; López, M.T. A.; Castro-González, Á.; Salichs, M.A.; López, M.T. A framework for recognizing and regulating emotions in the elderly. In Ambient Assisted Living and Daily Activities; Springer: Cham, Switzerland, 2014; pp. 320–327. [Google Scholar]
  17. Al-Ali, A. Physiological Measurement Communications Adapter. U.S. Patent 6,850,788, 25 August 2005. [Google Scholar]
  18. Ricks, R.D.; Bornn, R.; Hurt, D.B. Portable, Multi-Channel, Physiological Data Monitoring System. U.S. Patent 4,784,162, 7 April 1988. [Google Scholar]
  19. Majumder, S.; Rahman, M.A.; Islam, M.S.; Ghosh, D. Design and implementation of a wireless health monitoring system for remotely located patients. In Proceedings of the 4th International Conference on Electrical Engineering and Information Communication Technology, Dhaka, Bangladesh, 13–15 September 2018; pp. 86–91. [Google Scholar]
  20. Khan, F.A.; Haldar, N.A.H.; Ali, A.; Iftikhar, M.; Zia, T.A.; Zomaya, A.Y. A continuous change detection mechanism to identify anomalies in ECG signals for WBAN-based healthcare environments. IEEE Access 2017, 5, 13531–13544. [Google Scholar] [CrossRef]
  21. Brown, J.S.; Holmes, J.H.; Shah, K.; Hall, K.; Lazarus, R.; Platt, R. Distributed health data networks: A practical and preferred approach to multi-institutional evaluations of comparative effectiveness, safety, and quality of care. Med. Care 2010, 48, S45–S51. [Google Scholar] [CrossRef] [PubMed]
  22. Zhang, S.; Dewey, C.J. An IIOP architecture for web-enabled physiological models. In Proceedings of the 2001 Conference Proceedings of the 23rd Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Istanbul, Turkey, 25–28 October 2001; Volume 4, pp. 4048–4051.
  23. Sartipi, K.; Yarmand, M.H.; Down, D.G. Mined-knowledge and decision support services in electronic health. In Proceedings of the International Workshop on Systems Development in SOA Environments, Minneapolis, MN, USA, 20–26 May 2007; p. 10. [Google Scholar]
  24. Tanenbaum, A.S.; Van Steen, M. Distributed Systems: Principles and Paradigms; Prentice-Hall: Upper Saddle River, NJ, USA, 2007. [Google Scholar]
  25. Strauch, C.; Sites, U.L.S.; Kriha, W. NoSQL Databases; Lecture Notes; Stuttgart Media University: Stuttgart, Germany, 2011; Volume 20. [Google Scholar]
  26. Tiwari, S. Professional NoSQL; John Wiley & Sons: Hoboken, NJ, USA, 2011. [Google Scholar]
  27. Wang, Y.; Kung, L.; Byrd, T.A. Big data analytics: Understanding its capabilities and potential benefits for healthcare organizations. Technol. Forecast. Soc. Chang. 2018, 126, 3–13. [Google Scholar] [CrossRef]
  28. Banker, K. MongoDB in Action; Manning Publications Co.: New York, NY, USA, 2011. [Google Scholar]
  29. Boicea, A.; Radulescu, F.; Agapin, L.I. MongoDB vs Oracle–database comparison. In Proceedings of the Third International Conference on Emerging Intelligent Data and Web Technologies, Bucharest, Romania, 19–21 September 2012; pp. 330–335. [Google Scholar]
  30. Abramova, V.; Bernardino, J. NoSQL databases: MongoDB vs Cassandra. In Proceedings of the International C* Conference on Computer Science and Software Engineering, Porto, Portugal, 10–12 July 2013; pp. 14–22. [Google Scholar]
  31. Parker, Z.; Poe, S.; Vrbsky, S.V. Comparing NoSQL MongoDB to an SQL DB. In Proceedings of the 51st ACM Southeast Conference, Savannah, GA, USA, 4–6 April 2013; p. 5. [Google Scholar]
  32. Sánchez-Reolid, R.; García, A.S.; Vicente-Querol, M.A.; Fernández-Aguilar, L.; López, M.T.; Fernández-Caballero, A.; González, P. Artificial neural networks to assess emotional states from brain-computer interface. Electronics 2018, 7, 384. [Google Scholar] [CrossRef]
  33. Zangróniz, R.; Martínez-Rodrigo, A.; Pastor, J.M.; López, M.T.; Fernández-Caballero, A. Electrodermal activity sensor for classification of calm/distress condition. Sensors 2017, 17, 2324. [Google Scholar] [CrossRef] [PubMed]
  34. Sánchez-Reolid, R.; Martínez-Rodrigo, A.; Fernández-Caballero, A. Stress identification from electrodermal activity by support vector machines. In Understanding the Brain Function and Emotions; Springer: Cham, Switzerland, 2019; pp. 202–211. [Google Scholar]
  35. García-Martínez, B.; Martínez-Rodrigo, A.; Fernández-Caballero, A.; Moncho-Bogani, J.; Alcaraz, R. Nonlinear predictability analysis of brain dynamics for automatic recognition of negative stress. Neural Comput. Appl. 2019. [Google Scholar] [CrossRef]
  36. García-Martínez, B.; Martínez-Rodrigo, A.; Alcaraz, R.; Fernández-Caballero, A.; González, P. Nonlinear methodologies applied to automatic recognition of emotions: An EEG review. In Ubiquitous Computing and Ambient Intelligence; Springer: Cham, Switzerland, 2017; pp. 754–765. [Google Scholar]
  37. García-Martínez, B.; Martínez-Rodrigo, A.; Fernández-Caballero, A.; González, P.; Alcaraz, R. Conditional entropy estimates for distress detection with EEG signals. In Natural and Artificial Computation for Biomedicine and Neuroscience; Springer: Cham, Switzerland, 2017; pp. 193–202. [Google Scholar]
  38. Martínez-Rodrigo, A.; García-Martínez, B.; Zunino, L.; Alcaraz, R.; Fernández-Caballero, A. Multi-lag analysis of symbolic entropies on EEG recordings for distress recognition. Front. Neuroinform. 2019, 13, 40. [Google Scholar] [CrossRef] [PubMed]
  39. Martínez-Rodrigo, A.; García-Martínez, B.; Alcaraz, R.; González, P.; Fernández-Caballero, A. Multiscale entropy analysis for recognition of visually elicited negative stress from EEG recordings. Int. J. Neural Syst. 2019, 29, 1850038. [Google Scholar] [CrossRef] [PubMed]
  40. García-Martínez, B.; Martinez-Rodrigo, A.; Alcaraz, R.; Fernández-Caballero, A. A review on nonlinear methods using electroencephalographic recordings for emotion recognition. IEEE Trans. Affect. Comput. 2019. [Google Scholar] [CrossRef]
Figure 1. Classic model for acquisition of physiological signals.
Figure 1. Classic model for acquisition of physiological signals.
Proceedings 31 00030 g001
Figure 2. Distributed architecture scheme for the acquisition and processing of physiological signals.
Figure 2. Distributed architecture scheme for the acquisition and processing of physiological signals.
Proceedings 31 00030 g002
Figure 3. Diagram of “Data Management System”.
Figure 3. Diagram of “Data Management System”.
Proceedings 31 00030 g003
Figure 4. Diagram of “Machine Learning Service”.
Figure 4. Diagram of “Machine Learning Service”.
Proceedings 31 00030 g004
Figure 5. The reporting monitor subsystem’s work flow.
Figure 5. The reporting monitor subsystem’s work flow.
Proceedings 31 00030 g005
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sánchez-Reolid, R.; García, A.S.; Vicente-Querol, M.A.; García-Martinez, B.; Fernández-Caballero, A. Distributed Architecture for Acquisition and Processing of Physiological Signals. Proceedings 2019, 31, 30. https://doi.org/10.3390/proceedings2019031030

AMA Style

Sánchez-Reolid R, García AS, Vicente-Querol MA, García-Martinez B, Fernández-Caballero A. Distributed Architecture for Acquisition and Processing of Physiological Signals. Proceedings. 2019; 31(1):30. https://doi.org/10.3390/proceedings2019031030

Chicago/Turabian Style

Sánchez-Reolid, Roberto, Arturo S. García, Miguel A. Vicente-Querol, Beatriz García-Martinez, and Antonio Fernández-Caballero. 2019. "Distributed Architecture for Acquisition and Processing of Physiological Signals" Proceedings 31, no. 1: 30. https://doi.org/10.3390/proceedings2019031030

Article Metrics

Back to TopTop