reducing noise to calculate peak amplitude
1 次查看(过去 30 天)
显示 更早的评论
I am trying to calculate the peak amplitude of spikes in an EEG trace. I have been using the findpeak function to calculate the amplitude of the spikes. However I have noticed that movement (face/eye) creates noise. I have attached an image of a recording. In the red boxes the spikes appear during noise. When the noise appears at the same time as the spikes, the peak of the spikes jumps up. when I use the findpeak function it returns the 'jumped up' spike peak. I want to either flatten the baseline (removing the noise induced jumps in baseline) or find a method of calculating the spike peak amplitude (trough-peak) so it is not influenced by the movement noise. Does anyone have any suggestions
0 个评论
回答(1 个)
Nikhil Sonavane
2019-9-4
You can compute the Short Time Fourier Transform of the entire signal. If you observe that there is an increase in the peak level due to addition of noise, at the point of observation, you can suppress the highest frequency component (responsible for addition of the noise) by using a notch filter of that frequency. For more information on Short Time Fourier Transform, you may refer to its documentation.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 EEG/MEG/ECoG 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!