Statistica
8 Domande
0 Risposte
RANK
160.756
of 301.186
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 173.292
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
oltre 10 anni fa | 1 risposta | 0
