Hello Guest, Welcome to Apnea Board !
As a guest, you are limited to certain areas of the board and there are some features you can't use.
To post a message, you must create a free account using a valid email address.

or Create an Account


New Posts   Today's Posts

Spo2 data format
#11
RE: Spo2 data format
@pholynyk:

comments out of md300w1_loader.cpp (oscar):
Code:
MedView .dat file (ChoiceMMed MD300B, MD300KI, MD300I, MD300W1, MD300C318, MD2000A)
Format:
Bytes 0  (1  2)
      id    n
n*11  0  1  2  3  4  5  6  7  8  9  10
      0  0  id yr mm dd hh mm ss o2 pulse
report title etc.

does the 0,0,id,yr.. set continue with o2, pulse, o2, pulse..
are there 3 bytes (a fileheader) in front of the 0,0,id,yr set ?
does the number of records take 2 bytes ?
what do you mean with report title etc. ? is there a filefooter ?

Code:
// Number of records
int n = ((unsigned char)data.at(2) << 8) | (unsigned char)data.at(1);

what are you doing here in detail ?
Post Reply Post Reply
#12
RE: Spo2 data format
Thanks for this info. I have an Emay SleepO2 Pro that doesn't seem to output the csv that the other Emay oximeters do.
Post Reply Post Reply
#13
RE: Spo2 data format
Hi All,

I have a Contec CMS70A. I have the data in .spo2 format. I need your help to extract the information in the format mentioned in the following research:

"
The UBFC-RPPG database  was created using a custom C++ application for video acquisition with a simple low cost webcam (Logitech C920 HD Pro) at 30fps with a resolution of 640x480 in uncompressed 8-bit RGB format. A CMS50E transmissive pulse oximeter was used to obtain the ground truth PPG data comprising of the PPG waveform as well as the PPG heart rates. During the recording, the subject sits in front of the camera (about 1m away from the camera) with his/her face visible. All experiments are conducted indoors with a varying amount of sunlight and indoor illumination. 

"
link of research: https://sites.google.com/view/ybenezeth/ubfcrppg

And the data they provided in ground truth is open access in the drive here in txt file : https://drive.google.com/drive/folders/1...fAVw3EdJqk


Sample of txt is:  -2.1351328e-01  -1.7389322e-01  -8.1446431e-02  -1.8049657e-01  -3.8962442e-01  -7.5498736e-01  -9.1346758e-01  -1.0455344e+00  -1.1115679e+00  -1.2436347e+00  -1.3360815e+00  -9.2667426e-01   1.8268727e-01   1.3932780e+00   2.3398011e+00   2.3177460e+00   1.7785170e+00   1.0411218e+00   4.4682097e-01  -2.8619691e-02  -2.5313333e-01  -2.3992665e-01  -2.1351328e-01  -2.1351328e-01  -3.5878681e-01  -6.2292051e-01  -8.8705421e-01  -1.0455344e+00  -1.1776013e+00  -1.2700481e+00  -1.4417350e+00  -1.5341818e+00  -1.2040146e+00  -8.1446431e-02   1.3052555e+00   2.2561368e+00   2.2429301e+00   1.7410761e+00   1.1071552e+00   4.8644102e-01   6.3827103e-02  -8.1446431e-02  -4.1826376e-02  -1.5413006e-02  -1.5413006e-02  -1.6068654e-01  -4.2482024e-01  -7.2857399e-01


It would be really helpful if anyone can guide how to get this readings from Contec CMS70A.
Post Reply Post Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Export Wellue SpO2 data herenthere 0 181 11-25-2024, 07:37 PM
Last Post: herenthere
  EncorePro 2.24 - change date format fredong77 1 246 10-13-2024, 08:53 AM
Last Post: Crimson Nape
  Format SD Card Vako 0 319 10-11-2024, 07:18 PM
Last Post: Vako
  OSCAR SpO2 CSV import ST Dog 29 6,092 09-11-2024, 05:36 PM
Last Post: Toolworker
Question OK TO IMPORT SLEEP DATA FROM OLD SD CARD INTO OSCAR W/O MESSING UP CURRENT DATA? Plmnb 3 751 03-29-2024, 11:02 AM
Last Post: Plmnb
  thumbdrive-oximeter-format-analysis capman 6 710 03-15-2024, 04:29 AM
Last Post: capman
  csv-format for generic oximeter imports into oscar capman 2 604 03-07-2024, 07:06 AM
Last Post: capman


New Posts   Today's Posts


About Apnea Board

Apnea Board is an educational web site designed to empower Sleep Apnea patients.