01 January 2020 3 7K Report

Hi I have a task to do...which is the question above. I am pretty much new to Matlab. I have to complete these tasks in a new function which I need to make. I am finding it difficult to code for the 'window' things which confuses me even more!! please can someone help thanks!

The function needs to ensure:

  • Extract a section of width W from the ECG signal.
  • Find the location of the global maximum within the extracted section.
  • Shift the section by W – L (i.e. W minus L) elements, where L is the width of the overLapping region between consecutive search regions.
  • Repeat steps 2 and 3 until the entire ECG trace has been processed.
  • Similar questions and discussions