photo

João Bernardo


FCUL

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
208.148
of 301.153

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.182

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.067

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta