Movatterモバイル変換


[0]ホーム

URL:


CN103110411A - Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield - Google Patents

Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield
Download PDF

Info

Publication number
CN103110411A
CN103110411ACN2013100203124ACN201310020312ACN103110411ACN 103110411 ACN103110411 ACN 103110411ACN 2013100203124 ACN2013100203124 ACN 2013100203124ACN 201310020312 ACN201310020312 ACN 201310020312ACN 103110411 ACN103110411 ACN 103110411A
Authority
CN
China
Prior art keywords
filtering
result
order
last time
processing module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2013100203124A
Other languages
Chinese (zh)
Inventor
石炳毅
周春华
李平
李洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Meder Medical Science & Technology Co
Original Assignee
Beijing Meder Medical Science & Technology Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Meder Medical Science & Technology CofiledCriticalBeijing Meder Medical Science & Technology Co
Priority to CN2013100203124ApriorityCriticalpatent/CN103110411A/en
Publication of CN103110411ApublicationCriticalpatent/CN103110411A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Landscapes

Abstract

The invention discloses an arteriovenous pressure monitoring device under the condition of a rocking vibration wild battlefield. The arteriovenous pressure monitoring device is mainly composed of a pressure sensor, a data register, a first order RC filtering processing module, a result register and a control system. A novel sampling value which is collected through the pressure sensor enters into the first order RC filtering processing module after the novel sampling value is registered by the data register, first order filter coefficient is set, a filtering result which is obtained through the first order RC filtering processing module enters into the result register to be saved, and the control system calls relevant data from the result register directly. An arteriovenous pressure software monitoring method in a portable blood purification system under the condition of the rocking vibration wild battlefield is provided, and the problem that pressure collection is interfered by outside vibration factors when portable blood purification equipment works in a field environment is solved.

Description

A kind of under the condition of rocking vibration open-air battlefield the arteriovenous pressure monitoring device
Technical field
The present invention relates to a kind of pressure monitoring device, especially a kind of under the condition of rocking vibration open-air battlefield the arteriovenous pressure monitoring device.
Background technology
Outer and by a kind of apparatus for purifying blood the blood samples of patients lead body, remove some morbid substance (toxin) wherein, reach and purify the blood, the purpose for the treatment of disease, this process is blood purification.
In apparatus for purifying blood, the arteriovenous pressure monitoring is important monitoring index, and health and the condense degree of blood in pipeline that can the direct reaction patient be when the patient abnormal, or when in pipeline, blood condenses, need in time give the treatment measure.Conventional blood cleaning equipment is installed on indoor environment, does not have the problem of rocking vibration, so the major influence factors that pressure changes comes from patient and blood clotting state.When patient body changes, change as patient posture, during cough, pressure is the arteries and veins formula and raises, and when blood clotting, pressure rises gradually.Have regularity greatly when pressure changes, and the probability of sudden changes in pressure is less, in therapeutic process, pressure changes more steadily and relaxes, so the collection of pressure signal selects the treating method of routine to satisfy the demands with filtering.And Portable blood purifying system need to use under the condition in the open-air battlefield of rocking vibration, the factor that affects out of doors the pressure variation under condition is a lot, as vibrations, rock the patient who causes and rock and can cause the pressure frequent variations, and present erratic behavior and sudden, therefore need to adopt effective signals collecting mechanism and filtering method under special environment, effectively mask the irrational signal fluctuation that extraneous factor causes.
Summary of the invention
The object of the present invention is to provide and a kind ofly waving, vibrating under the condition of open-air battlefield, the software monitoring method of arteriovenous pressure in Portable blood purifying system, when having solved the work of portable blood cleaning equipment lowered in field environment, pressure acquisition is received external shock factor interference problem.
The invention provides a kind of under the condition of rocking vibration open-air battlefield the arteriovenous pressure monitoring device, mainly by pressure transducer, data register, single order RC Filtering Processing module, result register and composition of the control system, it is characterized in that: the new sampled value that gathers by pressure transducer, after depositing through data register, enter single order RC Filtering Processing module, set the first-order filtering coefficient, single order RC Filtering Processing module is carried out following processing:
When new sampled value<filtering last time as a result the time;
Filtering result=filtering last time result-(filtering last time result-Xin sampled value) * first-order filtering coefficient ÷ 256
When new sampled value>filtering last time as a result the time:
Filtering result=filtering last time result+(new sampled value-filtering last time result) * first-order filtering coefficient ÷ 256
The filtering result that draws by single order RC Filtering Processing module enters the result register preservation, and control system is directly called related data from result register.
Preferred scheme is the primary voltage range of signal 0-100 millivolt of the new sampled value of pressure transducer collection, after amplifying through amplifier, voltage rises to the 0-5 volt, convert the digital quantity signal that scope is 0-4095 to through A/D, and be stored in data register and keep as initial data.
The formula of original first-order filtering algorithm
This filtering result=new sampled value * filter factor ÷ 256+ filtering last time result * (256-filter factor) ÷ 256
In the equation above, need to carry out altogether taking advantage of/division arithmetic for 4 times.We need to carry out computing optimization with formula for the arithmetic speed that improves the PLC controller.Through after following method, we only need to carry out taking advantage of for 2 times/and division arithmetic can complete, and efficient is doubled.
When new sampled value<filtering last time as a result the time:
Filtering result=filtering last time result-(filtering last time result-Xin sampled value) * first-order filtering coefficient ÷ 256
When new sampled value>filtering last time as a result the time:
Filtering result=filtering last time result+(new sampled value-filtering last time result) * first-order filtering coefficient ÷ 256
The present invention makes processing mode simple by introducing single order RC Filtering Processing module and having improved its algorithm, and when having solved the work of portable blood cleaning equipment lowered in field environment, pressure acquisition is received external shock factor interference problem.
Description of drawings
Fig. 1 is operation principle schematic diagram of the present invention;
Fig. 2 is effect contrast figure of the present invention.
The specific embodiment
Below in conjunction with the drawings and the specific embodiments, the present invention is further detailed explanation, but the protection domain that this specific embodiment is not intended to limit the present invention.
Embodiment 1:
The invention provides a kind of under the condition of rocking vibration open-air battlefield the arteriovenous pressure monitoring device, mainly by pressure transducer, data register, single order RC Filtering Processing module, result register and composition of the control system, it is characterized in that: the new sampled value that gathers by pressure transducer, after depositing through data register, enter single order RC Filtering Processing module, set the first-order filtering coefficient, single order RC Filtering Processing module is carried out following processing:
When new sampled value<filtering last time as a result the time;
Filtering result=filtering last time result-(filtering last time result-Xin sampled value) * first-order filtering coefficient ÷ 256
When new sampled value>filtering last time as a result the time:
Filtering result=filtering last time result+(new sampled value-filtering last time result) * first-order filtering coefficient ÷ 256
The filtering result that draws by single order RC Filtering Processing module enters the result register preservation, and control system is directly called related data from result register.
The primary voltage range of signal 0-100 millivolt of the new sampled value that pressure transducer gathers, after amplifying through amplifier, voltage rises to the 0-5 volt, converts through A/D the digital quantity signal that scope is 0-4095 to, and is stored in data register and keeps as initial data.
Embodiment 2 Contrast on effect of the present invention
Initial data pulsed interfering signal is obvious as shown in Figure 2, and lacks regularity, and data become steadily after treatment, and undulatory property obviously reduces, and has effectively reduced the irrational fluctuation of signal that extraneous factor causes.
Above content be in conjunction with structure of the present invention and work process to its further description of doing, can not assert that concrete enforcement of the present invention is confined to these explanations.For the general technical staff of the technical field of the invention, without departing from the inventive concept of the premise, can also make some simple deduction or replace, all should be considered as belonging to protection scope of the present invention.

Claims (2)

CN2013100203124A2013-01-212013-01-21Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefieldPendingCN103110411A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN2013100203124ACN103110411A (en)2013-01-212013-01-21Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN2013100203124ACN103110411A (en)2013-01-212013-01-21Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield

Publications (1)

Publication NumberPublication Date
CN103110411Atrue CN103110411A (en)2013-05-22

Family

ID=48408811

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN2013100203124APendingCN103110411A (en)2013-01-212013-01-21Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield

Country Status (1)

CountryLink
CN (1)CN103110411A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1711963A (en)*2005-07-212005-12-28高春平Device for continuously monitoring human body pressure variation
CN1751749A (en)*2004-09-242006-03-29陈炳华Hemoperfusion apparatus
US20080195060A1 (en)*2007-02-092008-08-14Baxter International Inc.Optical access disconnection systems and methods
US8241237B2 (en)*2005-06-032012-08-14Fresenius Medical Care Deutschland GmbhSystem for monitoring the pressure in a blood line and a device to be used in such a system
CN202636924U (en)*2012-05-182013-01-02重庆山外山科技有限公司Sphygmomanometer used for blood purification

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN1751749A (en)*2004-09-242006-03-29陈炳华Hemoperfusion apparatus
US8241237B2 (en)*2005-06-032012-08-14Fresenius Medical Care Deutschland GmbhSystem for monitoring the pressure in a blood line and a device to be used in such a system
CN1711963A (en)*2005-07-212005-12-28高春平Device for continuously monitoring human body pressure variation
US20080195060A1 (en)*2007-02-092008-08-14Baxter International Inc.Optical access disconnection systems and methods
CN202636924U (en)*2012-05-182013-01-02重庆山外山科技有限公司Sphygmomanometer used for blood purification

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
严红剑: "《有源医疗器械检测技术》", 31 August 2007*
张俊: "《匠人手记》", 30 April 2008*

Similar Documents

PublicationPublication DateTitle
CN104203090B (en)Pulse detector, and electronic device
US10856777B2 (en)Method and device for identifying human movement state
JP2012170702A5 (en)
CN105640545B (en)Fetal electrocardiosignal extraction method and device
CN103417206B (en)ECG removes the method and system of Hz noise
EA201390121A8 (en) METHOD AND SYSTEM FOR PERFORMING REMOTE TREATMENT AND CONTROL
NZ733443A (en)System, method, and apparatus for electronic patient care
CN103379855A (en)Respiration monitoring method and system
TW200602640A (en)Method for continuous sensor self-test
WO2009158295A3 (en)Body-based monitoring of brain electrical activity
CN106178222A (en)Intelligent sleep assisting method and system based on hypnosis
CN104958064A (en)Wearable arteriosclerosis detector and pulse wave velocity detecting method
CN105510049A (en)Vibration signal analysis-based vehicle operation condition monitoring module and method
CN106388778A (en)Electroencephalogram signal preprocessing method and system in sleep state analysis
CN106137187A (en)Electroencephalogram state detection method and device
Oletic et al.Towards continuous wheeze detection body sensor node as a core of asthma monitoring system
CN103110411A (en)Arteriovenous pressure monitoring device under condition of rocking vibration wild battlefield
CN119235269A (en) A real-time extraction method of circadian rhythm based on wearable actigraphy
CN214703225U (en) A device for monitoring the concentration of smoke and dust particles in flue gas
CN105496386A (en)Arteriovenous pressure monitoring device and method
CN104382567A (en)Near infrared spectrum human hemodynamics detection device and motion interference elimination method
CN106175698A (en)Sleep cycle detection device in sleep state analysis
NO20060895L (en) Method and apparatus for monitoring an anesthetized patient.
CN203935187U (en)A kind of newborn respiration sensor and use the medical monitor of this sensor
CN104983411A (en)Real-time calculation method for measurement of complexity of dynamic pulse rate variant signal

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
C02Deemed withdrawal of patent application after publication (patent law 2001)
WD01Invention patent application deemed withdrawn after publication

Application publication date:20130522


[8]ページ先頭

©2009-2025 Movatter.jp