Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedecastellaro/arterial-pressure-and-ecg-measurer
Carotid blood pressure signal acquisition system. Includes complete circuit, Matlab algorithm to calculate the 4th order Butterworth low pass filter parameters, LPC1769 sensor program and serial display of the digitized signal.
https://github.com/fedecastellaro/arterial-pressure-and-ecg-measurer
acquisition butterworth carotid pressure signal
Last synced: about 1 month ago
JSON representation
Carotid blood pressure signal acquisition system. Includes complete circuit, Matlab algorithm to calculate the 4th order Butterworth low pass filter parameters, LPC1769 sensor program and serial display of the digitized signal.
- Host: GitHub
- URL: https://github.com/fedecastellaro/arterial-pressure-and-ecg-measurer
- Owner: fedecastellaro
- Created: 2021-11-10T19:14:15.000Z (about 3 years ago)
- Default Branch: Info2-Medidor-PA
- Last Pushed: 2021-11-10T20:32:20.000Z (about 3 years ago)
- Last Synced: 2023-09-26T19:08:38.691Z (about 1 year ago)
- Topics: acquisition, butterworth, carotid, pressure, signal
- Language: C
- Homepage:
- Size: 5.08 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arterial Pressure and ECG Measurer
Circuit designed to measure the signal corresponding to the arterial pressure of a patient in a non-invasive way. This is done using the device shown below:
![im1](https://user-images.githubusercontent.com/41343686/141181738-684574ff-0016-4c50-92f4-1910354ed24d.jpg)
This device is especially adapted to measure the difference in pressures that are generated when it is supported on the carotid artery, located in the human neck.
The signal generated by this, is then connected to the following circuit (more info about it in the report called "Informe_ECG_INFO2.pdf"):
![im2](https://user-images.githubusercontent.com/41343686/141188140-70961c40-4a3c-44b8-b589-8473ee66e0ec.jpg)
The output of the circuit, after the amplification and filtering of the signal is shown as follow:
![im3](https://user-images.githubusercontent.com/41343686/141187661-f9bce217-2363-4e54-8e23-5924098daa02.jpg) ![im4](https://user-images.githubusercontent.com/41343686/141187842-afaac1bb-d346-4665-9853-60aeaa37588d.jpg)
## Disclaimer:
As shown, a pressure sensor was connected to the final circuit to measure the shape of the blood pressure signal. However, with another suitably chosen sensor, it is possible to measure the ECG signal without modifying the base circuit.
## Disclaimer #2:
This circuit was finally modified in future versions, to which many aspects were improved.