Statistics
5 Questions
0 Answers
RANK
207,153
of 300,513
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,018
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,480
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
Feeds
Question
This is far past my understanding of matlab and want to understand how to code such a thing, thank you
So I have a 64-challel EEG data sheet/file that has a sampling frequency of 1000Hz. The data has these large spikes that are not...
4 years ago | 1 answer | 0
1
answerQuestion
Please help, i have the idea of what I'm wanting to find but do not know how to actually code this!
I have a file but do not know how to call for the file in the code and get it to process what I am looking for which is a subplo...
4 years ago | 1 answer | 0
1
answerQuestion
I am unsure how to write this code where it properly calls for the data file and gets the desired answer.
4 years ago | 0 answers | 0
0
answersQuestion
I am unsure how to write out this code and call for the files to get the proper answer.
4 years ago | 0 answers | 0
0
answersQuestion
Getting an FFT signal into a for loop.
%% Q1 clc; clear; n=0:1000; fs=8000; % Sampling frequency, Hz nfft=1024; % Number of samples nf=fs*(-nfft/2:nfft/2-1)./...
4 years ago | 1 answer | 0
