how to display EEG signals in matlab

i have DEAP dataset for emotion detection containing EEG data and data has format (40x40x8064) and i want to display that data in matlab
can someone help me in that

5 Comments

How do you want to display it?
What resullt do you want?
i want to plot the signals i have already used plot() function but error occured that you should use two dimensional data
What do the dimensions of the (40x40x8064) matrix represent? These are (Row x Column x Page). What are each one of them with respect to your EEG data?
Also, is there an associated time vector? If so, what size is it?
i have the data of 32 participants each participant watch 40 video trials of each 60 seconds.now i have 32 parts of my dataset each part is subdivided into two parts labels (self assesment of participants)and data which is (40x40x8064) .40 video trials, 40 channels ,8064 data length
Hi, did you get any solution for this?

Sign in to comment.

Answers (0)

Categories

Asked:

on 2 Feb 2020

Community Treasure Hunt

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

Start Hunting!