photo

Emilia Butters


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
168,994
of 300,499

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

View by

Question


Error using reshape Number of elements must not change. Use [] as one of the size inputs to automatically calculate the appropriate size for that dimension.
Hi, I have the following code inside of a function: x = exp(xi); sz = size(x, 1)-255; a = reshape(x(1:sz-1,:), [255 256]); ...

3 years ago | 1 answer | 0

1

answer

Question


How to calculate the largest difference between peaks?
Hi! I have the following graph which is just a graphical representation of a 700 x 3 matrix in which each column is a line in th...

4 years ago | 1 answer | 0

1

answer

Question


Why is there a difference between pwelch PSD & power of frequency bands?
Hi! I have calculated the PSD of my EEG data using (I have 55 channels): Fs = EEG.srate; nfft = 2^nextpow2(699880); for i...

5 years ago | 1 answer | 0

1

answer

Question


What should the order of my FIR filter be?
Dear all, I'm having difficulty deciidng on the order (labelled as x) of an FIR filter. I am creating speech-shaped noise using...

5 years ago | 1 answer | 0

1

answer