Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
I am unsure how to write this code where it properly calls for the data file and gets the desired answer.
4 years 前 | 0 个回答 | 0
0
个回答提问
I am unsure how to write out this code and call for the files to get the proper answer.
4 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
