Statistics
8 Questions
0 Answers
RANK
114,002
of 301,298
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,225
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,851
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
