Statistik
8 Fragen
0 Antworten
RANG
114.002
of 301.338
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 21.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.017
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)...
mehr als 10 Jahre vor | 1 Antwort | 0
