Open Access Paper
28 December 2022 Non-contact respiratory monitoring radar system based on micro-Doppler effect
Author Affiliations +
Proceedings Volume 12506, Third International Conference on Computer Science and Communication Technology (ICCSCT 2022); 125065R (2022) https://doi.org/10.1117/12.2662357
Event: International Conference on Computer Science and Communication Technology (ICCSCT 2022), 2022, Beijing, China
Abstract
Breathing often reflects people’s physical condition, such as sleep apnea is closely related to cardiovascular and cerebrovascular diseases, sleep quality is also closely related to breathing. A non-contact respiratory monitoring device is designed to monitor people ‘s breathing for a long time, so that people can understand their own breathing conditions and prevent some potential diseases. System hardware mainly includes LimeSDR, 2.4G directional antenna, power amplifier, low noise amplifier and host computer. The software is GNURadio for data visualization and data extraction. A flow chart is built on GNURadio to process the signals transmitted and received by LimeSDR, and the human respiratory data is obtained according to the micro-Doppler effect. The effective detection distance of the device is about 1 meter, and the accuracy rate is 93.75%. Compared with the traditional contact breathing monitoring, the device avoids the discomfort when people are attached to the sensor. This device is mainly used for sleep monitoring, which is small in size and easy to operate, making it more suitable for individuals and families, and has great market prospects.

1.

INTRODUCTION

When the human body has problems, it will send out the corresponding signal. When people sleep with abnormal breathing, the body may have a potential disease. However, people in sleep cannot find that they have abnormal breathing activities, and miss the best time to prevent diseases1. With the growing awareness of health, more and more people hope to find and prevent some potential diseases early2. It is estimated that there are more than 40 million patients with apnea syndrome in China. The main hazards are insufficient sleep depth, prone to mental depression and other phenomena, resulting in elevated blood pressure, which can seriously affect life expectancy3-6. At the same time, non-contact respiratory monitoring can also be used in the prevention and control of new coronavirus disease. China mentioned in the “New Coronavirus Pneumonia Diagnosis and Treatment Program” that when the respiratory rate is greater than 30 times per minute, it is a differential indicator for severe patients with new coronavirus pneumonia7. Non-contact respiratory monitoring can reduce the probability of infection and protect medical personnel more effectively.

At present, the human respiratory information is mainly obtained by respiratory mask and chest pressure sensor, which has the characteristics of high reliability8. Compared with the contact breathing monitoring equipment, the non-contact monitoring gets rid of the constraints of electrodes and sensors on the detection object, and can provide a relaxed and comfortable detection environment for the detection target, thus improving the accuracy of respiratory monitoring9, 10. Infrared non-contact monitoring technology can detect physiological signals through temperature changes caused by human physiological activities, but it cannot directly penetrate the clothes for detection. Moreover, the infrared device has high cost, large volume and difficult operation11, 12.

Therefore, this paper proposes a non-contact respiratory monitoring system based on micro-Doppler effect. When the human body breathes, the abdomen is accompanied by fluctuations, resulting in the frequency inconsistency between the transmitted signal and the received signal. According to the Doppler effect, the frequency difference between the two is the Doppler frequency shift. The frequency shift data is obtained by GNURadio, and the data is put into MATLAB. The number of human respiration can be analyzed by peak detection, and the respiratory frequency can be measured. This device is easy to operate, only need to open GNURadio on PC, run the flow chart already built can start monitoring. At night, if the user monitors the breathing condition after sleep, the device can automatically save the whole night’s breathing data, which can be used for users to wake up the next day to see whether they have apnea at night, and then know whether there is a potential disease.

2.

SYSTEM DESIGN

2.1

System design

Hardware includes LimeSDR, 2.4G directional antenna, power amplifier, low noise amplifier and host computer. The software is GNURadio for data visualization and data extraction. The transmitter and receiver of LimeSDR are connected to power amplifier and low noise amplifier, respectively. The USB port of LimeSDR is connected to the host computer, and then the two directional antennas are connected to power amplifier and low noise amplifier. The overall design diagram of the system is shown in Figure 1. After completing the connection of the hardware part, it is also necessary to build a flow chart on GNURadio and use modules with different functions to realize the Doppler radar function, as shown in Figure 2. When used, you simply adjust the antenna distance and angle, and run the flow chart in GNURadio to start monitoring breathing. Human respiration data can be obtained by analyzing the frequency difference between the received and transmitted signals. Finally, the extracted data can be processed in MATLAB.

Figure 1.

Overall design diagram of the system.

00196_PSISDG12506_125065R_page_2_1.jpg

Figure 2.

Radar design diagram.

00196_PSISDG12506_125065R_page_2_2.jpg

2.2

Hardware design

Hardware includes LimeSDR, 2.4G directional antenna, power amplifier, low noise amplifier, PC. LimeSDR is a low-cost software defined radio platform that supports applications and supports the frequency range from 100KHz to 3.8GHz. The LimeSDR is controlled by GNURadio to transmit and receive signals, and the carrier signal is set to 2.4 GHz. Directional antennas are used to make the signal propagation more accurate and farther, so as to make the effective distance of respiratory monitoring farther and the respiratory data more accurate. Since the micro-Doppler frequency shift caused by abdominal fluctuation during human respiration is extremely weak, the data accuracy will be greatly reduced without power amplification, so the power amplifier is connected at the transmitter. In order to reduce the noise interference to the signal, the low noise amplifier is connected at the receiver. When used, the antenna should be aligned to the abdomen of the human body to sense the fluctuation of the abdomen during breathing. Hardware device, as shown in Figure 3.

Figure 3.

Hardware device.

00196_PSISDG12506_125065R_page_3_1.jpg

2.3

software design

Because of the simple operation, the software uses GNURadio. Using GNURadio does not need to understand the underlying logic code, only need to clear the function of each module and the function realized after the module connection. GNURadio can also visualize and save the desired data. Connecting the required modules and setting appropriate parameters can realize Doppler radar function and observe respiratory curve. The GNURadio flow chart is shown in Figure 4.

Figure 4.

GNURadio flow chart.

00196_PSISDG12506_125065R_page_3_2.jpg

Signal Source is a signal source module, sending 25Hz sine wave signal. LimeSuite Sink (TX) controls LimeSDR to emit 2.4G carrier signals. AGC is an automatic gain to match the amplitude of the carrier signal. Limesuite Sink (RX) as the receiver receives the reflected signal. The received signal and the transmitted signal are connected to the Multiply Conjugate module to obtain the Doppler frequency shift signal. Then the burrs in the signal are eliminated by a low-pass filter. Finally, the respiratory signal can be seen in QT GUI Time Sink. Only real-time breathing curves can be observed in GNURadio without viewing the full breathing curve. Therefore, using File Sink module to save the signal and put it into MATLAB for processing can see the complete respiratory curve. By analyzing the peak, excluding noise and other parts of the body disturbance, get more accurate number of breathing.

3.

EXPERIMENTAL PROCEDURE AND DATA ANALYSIS

The experimenter lay in bed to simulate the state of sleep. Place the device on the table beside the bed, the antenna is about 1 meter away from the human body, and adjust the antenna angle to the abdomen of the human body. When the body breathes, the abdomen fluctuates. Due to the micro-Doppler effect, the fluctuation of the abdomen causes the Doppler frequency shift between the transmitting signal frequency and the receiving signal frequency. Human respiratory data can be obtained by analyzing Doppler shift. After running the program, we monitored the experimenter for one minute. The experimenter tested the respiratory curve measured by the equipment under three conditions: normal breathing, stopping breathing and body disturbance. Cut some breathing curves, as shown in Figure 5.

Figure 5.

Partial respiratory curve.

00196_PSISDG12506_125065R_page_4_1.jpg

From Figure 5, we can see three situations during the test: the left part of the figure is normal breathing, the frequency of the curve is uniform, and the amplitude is between 1 and 2.5. The middle part is when the breathing is stopped, the curve frequency is fast, but the amplitude is small, which is due to the influence of other objects’ motion or signal noise. The right part is that the curve amplitude is larger when the experimenter moves. Therefore, we can calculate the number of human respiration by peak detection, as shown in Figure 6. Add threshold judgment. When the amplitude is less than 1, it can be judged as noise interference. When the amplitude is greater than 2.5, the body movement can be judged. Between amplitude 1 and 2.5, it represents normal breathing. Finally, the data were put into MATLAB, and the number of human respiration was measured to be 15, and the accuracy rate of the equipment reached 93.75%.

Figure 6.

Peak detection.

00196_PSISDG12506_125065R_page_4_2.jpg

4.

CONCLUSION

In this paper, the respiratory curve is analyzed when the antenna is 1 m away from the human body and is aligned to the human abdomen. People use this device to monitor sleep breathing. Just open GNURadio before sleep, run the flow chart, has begun to monitor breathing. At the same time, breathing data will be completely saved for the next day to see if you have an apnea or shortness of breath at night to discover and prevent potential diseases. However, when the distance increases to 1.5 m, the signal strength decreases significantly, which makes it impossible to accurately monitor respiration. Therefore, this device is largely limited by the distance. The accuracy is high when people are within 1m away from the antenna. At the same time, the equipment is affected by body movement. Therefore, the equipment cannot monitor breathing during human movement, which is more suitable for monitoring the breathing state in sleep. In this experiment, we only tested the breathing state of the experimenter in the lying state, and the accuracy of breathing monitoring under different sleeping postures remains to be studied.

The greatest advantage of the equipment is non-contact monitoring. It can accurately measure people’s respiratory status without affecting people’s sleep, and determine whether apnea has occurred, which is of great significance for people to find and prevent potential diseases. The constraint of contact breathing monitoring electrode and sensor on detection object is solved. At the same time, the equipment is small in size, simple in operation and low in cost, which can effectively solve the basic requirements of user monitoring sleep respiration and is more suitable for individuals and families. It has great development potential and market prospect in the field of sleep monitoring.

ACKNOWLEDGEMENT

This project is funded by the Inner Mongolia Normal University for the first unit, the Shenzhen Research Institute of University of Electronic Science and Technology of China for the second unit.

Project: The central government guiding local science and technology development funds in 2021 “Realization of multiinput multi-output forward scattering physiological information detection radar” (No.2021SZVUP023).

REFERENCES

[1] 

Gao, D. and Xu, Y., “Design of non-contact respiratory monitoring system based on 24 GHz Doppler radar,” Automation Application, (2), 53 –56 (2019). Google Scholar

[2] 

Guo, Y., Ma, Y., Zhuo, Y., Zhu, M., Li, Z., Lei, T., Zhang, Z. and Lu G., “An alarm device suitable for bedside non-contact monitoring of sleep apnea,” Chin. Med. Dev, 35 (07), 36 –39+64 (2020). Google Scholar

[3] 

Chen, Y., Han, F., Qian, X., Liu, L., Wang, Y. and Yang, L., “Expert consensus on diagnosis and evaluation of elderly sleep apnea syndrome,” Chin. Gen. Prac, 25 (11), 1283 –1293 (2022). Google Scholar

[4] 

Benjafield, A. V., Ayas, N. T., Eastwood, P. R., Heinzer, R., Ip, M. S. M., Morrell, M. J., Nunez, C. M., Patel, S. R., Penzel, T., Pépin, J.-L., Peppard, P. E., Sinha, S., Tufik, S., Valentine, K. and Malhotra, A., “Estimation of the global prevalence and burden of obstructive sleep apnoea: A literature-based analysis,” The Lancet Respiratory Medicine, 7 (8), (2019). https://doi.org/10.1016/S2213-2600(19)30198-5 Google Scholar

[5] 

Liu, G., “Clinical analysis of 60 cases of sleep apnea syndrome,” World Journal of Sleep Medicine, 8 (12), 2216 –2218 (2021). Google Scholar

[6] 

Zhao, P., Deng, B., Mao, Y., Yang, X., Liu, Y., Zhou, L. and Liang, S., “Clinical analysis of ambulatory blood pressure in hypertension with obstructive sleep apnea syndrome,” Int. J. Cardiov. Dis, 38 (04), 253 –256 (2011). Google Scholar

[7] 

Liao, M., “Research on respiratory signal processing method based on Doppler radar,” Wenzhou University, (2020). Google Scholar

[8] 

Zhu, W., Zhu, M., Liu, T., Yang, C., Lin, J. and Lu, G., “Research on a non-contact monitoring technology for sleep apnea in patients with skin lesions,” Chin. Med. Dev, 19 (04), 1 –6 (2022). Google Scholar

[9] 

Wang, J., Xue, H., Lv, H. and Li, S., “Non contact physiological signal detection technology,” Chin. Med. Dev, 28 (11), 5 –8+80 (2013). Google Scholar

[10] 

Jing, Y., Cao, Y., Zhu, M., Lei, T., Xia, J., Li Z., Zhang, L., Wang, J. and Lu, G., “Research status and development of non-contact life detection technology,” Chin. Med. Dev, 36 (06), 1 –4 (2021). Google Scholar

[11] 

Wang, M., Yang, F., Wang, S., Zhang, H. and Lu, G., “Development of a non-contact sleep apnea alarm device,” Chinese Journal of Medical Instrumentation, 40 (02), 103 –105 (2016). Google Scholar

[12] 

Nakajim, K., Matsumoto, Y. and Tamura, T., “Development of real time image sequence analysis for evaluating posture change andrespiratory rate of a subject in bed,” Phys. Meas, 22 (3), 21 –28 (2001). https://doi.org/10.1088/0967-3334/22/3/401 Google Scholar
© (2022) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Taichang Guo and Fan Yang "Non-contact respiratory monitoring radar system based on micro-Doppler effect", Proc. SPIE 12506, Third International Conference on Computer Science and Communication Technology (ICCSCT 2022), 125065R (28 December 2022); https://doi.org/10.1117/12.2662357
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Amplifiers

Antennas

Doppler effect

Radar

Abdomen

MATLAB

Sensors

Back to Top