Neda Deljavan
Followers: 0 Following: 0
Feeds
提问
ow can I convert 64 channels to brain regions in GraphVar Toolbox?
Hi every body! I am using GraphVar toolbox and totally new! I have 64 channels EEG data. The question is that how can I conver...
1 year 前 | 1 个回答 | 0
1
个回答提问
Error in saving data
Hi every body, I have got an error in saving data Error: Warning: Variable 'data_1_all' was not saved. For variables larger t...
1 year 前 | 1 个回答 | 0
1
个回答提问
Exceeds the number of array elements (0).
Hi everyone, I have got the error in the code below, What should I do to fix it? Code % convert finite values to indices betw...
2 years 前 | 1 个回答 | 0
1
个回答提问
How can I make a structure array
Hello everyone,' I want to make a struct array, or example "Spectra" or "freqs". How can I implement it on my own (EEG)data? ...
2 years 前 | 1 个回答 | 0
1
个回答提问
Find exceeds array ERROR
Hello everybody, I came across with this error in my code which is below, What should I do to fix it? Code: %% step15: Phase...
2 years 前 | 1 个回答 | 0
1
个回答提问
Extra Information in EEGLAB
Hello, everybody, I want to have extra information for my EEG data. How can I extract all the information represented below in ...
2 years 前 | 0 个回答 | 0
0
个回答提问
How to find Covariance matrix of 14 subjects
Hello every body, I have found the covariance of one subject like the cod ebelow: %% Covariance cov_EC1 = cov(subs_P01EC1_a...
2 years 前 | 0 个回答 | 0
0
个回答提问
Load EEG data in MATLAB
Hello, I want to load my EEG data and have its description like the code below: load ALLEEG.mat; % % 91 channels , 2500 tim...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to find the correlation between 14 subjects
Hello, I want to find the correlation between the 14 subjects that each subjects has 4 channels (columns). I wrote its code. Bu...
2 years 前 | 1 个回答 | 0
1
个回答提问
Find the correlation between 14 subjects
Hello, I want to find the correlation between the 14 subjects that each subjects has 4 channels (columns). I wrote this code. B...
2 years 前 | 0 个回答 | 0
0
个回答提问
EEG.srate ERROR
%% Magnitude-Squared Coherence % Linear correlation between power espectrum in a frequency f . % It is sensitive to both phase...
2 years 前 | 0 个回答 | 0
0
个回答提问
An error in filtfilt
load P01EC1 sig= P01EC1(:,:)'; sig is 4x30800 double When I did like this: subs_cd1_alpha=filtfilt(b,a,sig); I’ve got this ...
2 years 前 | 1 个回答 | 0
1
个回答提问
plot Power Spectrum for the EEG data
Hello, How can I plot Power Spectrum for all channels of my signal? Thanks, Neda
2 years 前 | 0 个回答 | 0