How to plot microvolts values in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi. I have eeg data that are in microvolts from emotiv.Fs=128 aquisition time=1min. When i plot the signal with the time vector t=0:1/Fs:60 i can see it.But when i do fft and plot it with the frequency vector freq=(1:length(signal))*fs/length(signal) the plot is so small i have to zoom in to see it.How can i set the axis to microvolts to prevent this?
댓글 수: 0
채택된 답변
Star Strider
2016년 2월 9일
You may have a significant d-c offset. Subtract the mean of the signal from the signal before you do the fft. This will have no effect on the frequency content of your signal.
댓글 수: 2
Star Strider
2016년 2월 11일
As always, my pleasure!
My own experience with biomedical signal processing led me to hypothesise the d-c offset problem. Thank you for your detailed analysis.
추가 답변 (1개)
참고 항목
카테고리
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!