From: miss IR charming on
im undergraduate student and i want to analysis ECG signal using MATLAB.
i want to remove interfere and noise from ecg using MATLAB.
From ECG,i want signal when it pass to low pass filter and highpass filter.After that,i want signal when it passes to differentiator,squaring operation,moving average filter and lastly for output...
i know what happen for the signal when it passes one by one..but i dont know how to prove it using MATLAB..very blurrr...everyone,can u help me plizzzzzzzzz...
THNK U SOO MUCCCHHH!!!!:)
From: Walter Roberson on
miss IR charming wrote:
> im undergraduate student and i want to analysis ECG signal using MATLAB.
> i want to remove interfere and noise from ecg using MATLAB.
> From ECG,i want signal when it pass to low pass filter and highpass
> filter.After that,i want signal when it passes to
> differentiator,squaring operation,moving average filter and lastly for
> output...
> i know what happen for the signal when it passes one by one..but i dont
> know how to prove it using MATLAB..very blurrr...everyone,can u help me
> plizzzzzzzzz...

Break the problem into sub-tasks, read textbooks or research papers
about the subtasks you do not understand the concepts of, read the
documentation to determine how to implement each of the subtasks once
you understand the theory. Once you get down to Matlab code that is not
doing what you expect, _then_ ask specific questions about that part of
the code.

Your posting above is not at all clear about which parts of the above
you understand the theory of and which parts you do not understand.