
Neda Deljavan
Statistics
11 Questions
0 Answers
RANK
197,816
of 273,029
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
36.36%
VOTES RECEIVED
0
RANK
of 18,442
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,444
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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...
5 days ago | 1 answer | 0
1
answerQuestion
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? ...
6 days ago | 1 answer | 0
1
answerQuestion
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...
6 days ago | 1 answer | 0
1
answerQuestion
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 ...
7 days ago | 0 answers | 0
0
answersQuestion
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...
10 days ago | 0 answers | 0
0
answersQuestion
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...
13 days ago | 2 answers | 0
2
answersQuestion
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...
4 months ago | 1 answer | 0
1
answerQuestion
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...
4 months ago | 0 answers | 0
0
answersQuestion
EEG.srate ERROR
%% Magnitude-Squared Coherence % Linear correlation between power espectrum in a frequency f . % It is sensitive to both phase...
4 months ago | 0 answers | 0
0
answersQuestion
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 ...
4 months ago | 1 answer | 0
1
answerQuestion
plot Power Spectrum for the EEG data
Hello, How can I plot Power Spectrum for all channels of my signal? Thanks, Neda
8 months ago | 0 answers | 0