Cite the code:
Central Arterial Dynamic Evaluation from Peripheral Blood Pressures Waveforms using CycleGAN: An in-silico approach
These codes run into the Google Colaboratory enviroment.
Please pay attention to:
- "PATH/IN/GDRIVE/TO/pwdb_data.mat"
- signals_path = "/path/to/Pulse_Wave_Database/Dataset/pwdb_data.mat"
- root_path = "path/to/root"
- plot_path = root_path+"figures/"
and adjust it to your corresponding local or Gdrive path.
Code corresponding to the CycleGAN model and functions to train it.
Helpers function to CycleGAN like plots, etc.
Helper functions to query the public database.
If you find this helpfull please cite:
@article{aguirre2023central,
title={Central Arterial Dynamic Evaluation from Peripheral Blood Pressure Waveforms Using CycleGAN: An In Silico Approach},
author={Aguirre, Nicolas and Cymberknop, Leandro J and Grall-Ma{\"e}s, Edith and Ipar, Eugenia and Armentano, Ricardo L},
journal={Sensors},
volume={23},
number={3},
pages={1559},
year={2023},
publisher={MDPI}
}