Giter Site home page Giter Site logo

info's People

Contributors

peterhcharlton avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

info's Issues

Question about "info/collating_datasets/download_and_collate_mimiciii_ppg_af_dataset.m"

Hi, Dr.Charlton.

Thanks a lot for sharing your code, its really helps my study.
Somehow, I found some problem in the matlab scripts mentioned in the title.
Between the lines 454-463:
_

period_deb = rec_file_info.deb;
if ~isempty(onset_time)
period_deb = period_deb + datenum(onset_time, 'HH:MM:SS');
end
% - start time of relevant period for this subject
if ~isempty(offset_time)
period_fin = period_deb + datenum(offset_time, 'HH:MM:SS');
else
period_fin = inf;
end

_

" datenum(onset_time, 'HH:MM:SS')" may doesn't work well. Because its equals to ' 738157' in my case, so the recordings period always out of the range of the start and end time of annotation period.
And in the following codes, only the record-level AF annotation (af_status, lines 321) are used, the "in_period"(lines 470) may not be used.
Could " datenum(onset_time, 'HH:MM:SS')" be replaced with " period_deb =period_deb+datenum(onset_time, 'HH:MM:SS') - datenum('00:00:00', 'HH:MM:SS') ", and then replace "af_status" with "in_period"?

Thanks,
Luo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.