Skip to content

FWT Module Refactor: Replace Raw Pointers with std::vector and Enhance Test &...

Dharamveer requested to merge dharmveer-dev into master

FWT Module Refactor: Replace Raw Pointers with std::vector and Enhance Test & WFDB Integrationrefactor: replace dynamic memory with std::vector in FWT

  • Replace raw pointer allocations with std::vector
  • moved function from .h file to .cpp file
  • added access private variable functions in Fwt.cpp file
  • added test cases of Fwt.cpp file
  • functionality added to read file from wfdb and test cases
  • filter length, offset, coefficient changes in EcgFilter.cpp file

Merge request reports

Loading