nazmican
Followers: 0 Following: 0
Feeds
질문
How can I find filter type and order and another?
I will design filter (I think it's Hamming filter) but I do not know which type filter. I can not find Forder, Fcut, Fnum, Fdenu...
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
How can I do FFT of EEG
I am performing FFT on EEG data. My ultimate goal is to have a frequency by time plot. However, the range of frequencies should ...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
How can I visualize by frequency for frequency range 0 - 70.87Hz? (EEG_1=3.8088)
Nbin=? ; f=? ; %Frequency resolution EEG_1Spec=? ; figure; subplot(2,1,1); stem(EEG_1Spec); plot(EEG_1Spec); title('EEG_1...
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
How to count the total number of blink?
Hi, I'm doing research on how count total number of blinks, is there any good resource for this task? Thank You
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
How can I create threshold line red color?
load('Vepdata3.mat'); hLen=length(h); figure; plot(EEGdata); %plot EEGdata xlabel('time(s)'); ylabel('Amplitude(microA)'); ...
대략 2년 전 | 답변 수: 1 | 0
1
답변질문
How can I Stimulation sequence
% find the length of the filter h and assign to hLen hLen= % create a time vector t_h to plot the time of the filter h u...
대략 2년 전 | 답변 수: 0 | 0