- Project build and run in VS Code
- changes in CMakeLists.txt -> include fwt.cpp and fwt.h -> expat installed in system and included it -> removed extra PUBLIC words form target_include_directories
- changes in README file
- changes in fwt.cpp -> filter file path through argument
- changes in ecgdenoise.cpp -> strcat(filter, "/daub2.flt") used " / "
- changes in ecgannotation.cpp -> strcat(filter, "/daub2.flt") used " / "
- single lead annotation possible for this commit (filter 12 lead data needed for 12 lead annotation)
Signed-off-by: dharmveer-dev dharmveer.thakor@silmates.com