how can I decompose ECG signal using DWT ?

I am totally new in MATLAB
I sampled the ECG signal using the following code and I want to decompose the signal using DWT
sig = load ('ecg.txt');
plot(sig,'ro')

Answers (1)

https://www.mathworks.in/help/wavelet/ref/dwt.html

Products

Asked:

on 11 Feb 2018

Answered:

on 12 Feb 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!