photo

Connor Roche


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

1

answer