├── LICENSE ├── PPGSynth.exe ├── PPGSynth.png ├── code ├── EditParameters.mlapp ├── PPGGeneratorMain.mlapp ├── PPGSynth.prj ├── PPGSynth │ ├── PackagingLog.html │ ├── for_redistribution │ │ └── PPGSynthInstaller_web.exe │ ├── for_redistribution_files_only │ │ ├── PPGSynth.exe │ │ ├── readme.txt │ │ └── splash.png │ └── for_testing │ │ ├── PPGSynth.exe │ │ ├── mccExcludedFiles.log │ │ ├── readme.txt │ │ ├── requiredMCRProducts.txt │ │ └── splash.png ├── app1.mlapp ├── constrainedFun.m ├── generatorEquations.m ├── get_opt_para.m ├── model.m ├── outfun.m └── ppgGenerator.m └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/LICENSE -------------------------------------------------------------------------------- /PPGSynth.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/PPGSynth.exe -------------------------------------------------------------------------------- /PPGSynth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/PPGSynth.png -------------------------------------------------------------------------------- /code/EditParameters.mlapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/EditParameters.mlapp -------------------------------------------------------------------------------- /code/PPGGeneratorMain.mlapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGGeneratorMain.mlapp -------------------------------------------------------------------------------- /code/PPGSynth.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth.prj -------------------------------------------------------------------------------- /code/PPGSynth/PackagingLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/PackagingLog.html -------------------------------------------------------------------------------- /code/PPGSynth/for_redistribution/PPGSynthInstaller_web.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_redistribution/PPGSynthInstaller_web.exe -------------------------------------------------------------------------------- /code/PPGSynth/for_redistribution_files_only/PPGSynth.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_redistribution_files_only/PPGSynth.exe -------------------------------------------------------------------------------- /code/PPGSynth/for_redistribution_files_only/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_redistribution_files_only/readme.txt -------------------------------------------------------------------------------- /code/PPGSynth/for_redistribution_files_only/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_redistribution_files_only/splash.png -------------------------------------------------------------------------------- /code/PPGSynth/for_testing/PPGSynth.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_testing/PPGSynth.exe -------------------------------------------------------------------------------- /code/PPGSynth/for_testing/mccExcludedFiles.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_testing/mccExcludedFiles.log -------------------------------------------------------------------------------- /code/PPGSynth/for_testing/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_testing/readme.txt -------------------------------------------------------------------------------- /code/PPGSynth/for_testing/requiredMCRProducts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_testing/requiredMCRProducts.txt -------------------------------------------------------------------------------- /code/PPGSynth/for_testing/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/PPGSynth/for_testing/splash.png -------------------------------------------------------------------------------- /code/app1.mlapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/app1.mlapp -------------------------------------------------------------------------------- /code/constrainedFun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/constrainedFun.m -------------------------------------------------------------------------------- /code/generatorEquations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/generatorEquations.m -------------------------------------------------------------------------------- /code/get_opt_para.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/get_opt_para.m -------------------------------------------------------------------------------- /code/model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/model.m -------------------------------------------------------------------------------- /code/outfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/outfun.m -------------------------------------------------------------------------------- /code/ppgGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/code/ppgGenerator.m -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Elgendi/PPG-Synthesis/HEAD/readme.md --------------------------------------------------------------------------------