photo

Emilia Butters


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
167,279
of 301,352

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,240

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,116

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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]); ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 6년 전 | 답변 수: 1 | 0

1

답변