photo

João Bernardo


FCUL

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
114,002
of 301,298

평판
0

참여
8 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,225

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,851

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how do i do a periodogram
i have a P= 1x96 and a frequencie 1:0.2:20(vector 1x96) and i need to do a periodogram. but i can´t get it :S

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


need to create a loop with on this problem
i will put the data and then explain my problem f=1:0.2:20 (matrix 1x96) i=lenght(f) ti= a matrix 82x1 yi= a matri...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Attempted to access f(97); index out of bounds because numel(f)=96.
I have this equation to solve the P(f). But the problem is that f is a matrix of 1x96 the zred and d18ored are both matrix 82x1...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


i can get the equation to give a matrix 82x96
for f=1:0.2:20; ti=length(f); T=(1/4*pi*f)*atan(sum(sin(4*pi*f*ti))/sum(cos(4*pi*f*ti))); P(f)=(sum(d18ore...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I can´t get the matrix dimension right
I am doing a work where it asks me to use the variables zred(matrix 82x1) and d18red(82x1) on a frequencie f 1:0.2:20. for each ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I need to normalize a vector size 82x1
I have a vector 82x1 with random numbers and i need to put this vector with values between 0 to 1 and keep the same size 82x1...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Subscript indices must either be real positive integers or logicals.
I am doing a work for my class and in this equation: p(f)=(((sum(sin(2*pi*f*(ti-t)))).^2)/(sum(sin(2*pi*f*(ti-t)).^2)))+((sum...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab error: Argument to dynamic structure reference must evaluate to a valid field name.
I am doing a work for my class and in this equation: t=(1./(4*ftab3*pi))*atan(sum(sin.(4*ti*ftab3*pi))/(sum(cos.(4*pi*ftab3*ti)...

10년 초과 전 | 답변 수: 1 | 0

1

답변