I purchased a 5-minute raw eeg from NEXUS 10 mark 2 equipment and it gives me 1 x 76800 lines of output to Matlab. as I understand it, the sampling frequency is chosen to be 256 Hz, so it gives me a total of 76800 sampling points. no wat i m perfecting N-point FFT on this raw eeg signal. since N can only be degree 2 I EXPRESSING 65536 (2 ^ 16) REPORTS FROM PRODUCTION FROM RAW EGG, i.e. out of 76800 points, I took 65536. Now I can’t do fft on this vector (65536 sample points) please, can anyone direct .. and I'm new ... I tried so far
x=raw(1,1:65536); %raw eeg contain 76800 points , 65536 points are taken
from this
N=length(x);
fs=256;
ts=1/fs;
tmax=(N-1)*ts;
t=0:ts:tmax;
plot(t,x); % plot time domain
f=-fs/2:fs/(N-1):fs/2;
fftval=fft(x);
plot(f,ffval); % plot freq domain
, . stackoverflow, . , . , POSTS.PLEASE HELP