How to set minimum frequency to be analyzed with wavelet transform of ECG signal???
Show older comments
I am creating a gui that is meant to help with ecg signal analysis using wavelet transform. Currently there is no problem analyzing the signals and the program runs smoothly. However, I would like to add in a way to cut out data with a frequency lower than .05 HZ. In otherwards, I only want the data passed through the transform if it is between .05Hz and 100 Hz.
Currently, I'm using wavdec() to perform the transfoms with multiple wavelets and at different levels. Would I have to create a separate filter to pass the data through first? If so how would I go about doing that?
Accepted Answer
More Answers (0)
Categories
Find more on Signal Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!