Hello ,when i plot my EEG dataset using code given below : my data gets plotted properly.
CG=load('1556openbci.mat')
LG=length(CG.chdata)
plot(CG.chdata)
xlabel('Time (s)'),ylabel('Amplitude (uV)'),xlim([0 60]), title(' Data')
but if i add time vector of collected data in plot command as in code shown below my data seems to be very noisy...Can anyone please guide.
LG=length(CG.chdata)
TG=[0:LG-1]/fs
plot(TG,CG.chdata),xlabel('Time (s)'), ylabel('Amplitude (uV)'),xlim([0 60]), title('Data')

댓글 수: 2

KSSV
KSSV 2023년 2월 22일
What is the issue?
Adam Danz
Adam Danz 2023년 2월 22일
@Saima Raza we cannot run your code without access to the data.
> my data seems to be very noisy
Is the problem that the data are noisy or is the goal to identify a way to visualize the noisy data?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

제품

릴리스

R2020b

질문:

2023년 2월 22일

댓글:

2023년 2월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by