susane
Newbie level 6
- Joined
- Apr 12, 2016
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 128
Hello guys
I have some ECG data that you can see in the figure,
i am using this simple code to plot the magnitude spectrum in matlab using FFT function,
but i am not able to understand the plot,
Where in this plot is my required ECG signal?
sampling frequency in 125Hz.
This is an ECG signal and the heart beat should be between 1Hz to 1.7 Hz. but i am not able to see that in the FFT
I need help, if some one can explain this on a very basic level
I have some ECG data that you can see in the figure,
i am using this simple code to plot the magnitude spectrum in matlab using FFT function,
but i am not able to understand the plot,
Where in this plot is my required ECG signal?
sampling frequency in 125Hz.
This is an ECG signal and the heart beat should be between 1Hz to 1.7 Hz. but i am not able to see that in the FFT
I need help, if some one can explain this on a very basic level
Code:
plot(abs(fft(signal)))
xlabel('Frequency (Bins - almost!)')
ylabel('Magnitude');
title('Double-sided Magnitude spectrum');
axis tight