photo

Salaheldin


FDA

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

0 Preguntas
3 Respuestas

CLASIFICACIÓN
6.287
of 300.379

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

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

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
computing delta power of EEG signal
Hi Kosai, Thank you very much for this very helpful code. I have two questions: (1) why do we need the cD=detcoef() and cA=a...

más de 13 años hace | 0

Respondida
Needed FRequency analysis of an EEG signal
to be more clear x=load('EEG_data.txt'); y=fft(x); PS=abs(y).^2; N=length(x); fs=1000; freq=(1:N/2)*fs/N; plot(freq,PS)...

más de 13 años hace | 1

| aceptada

Respondida
Needed FRequency analysis of an EEG signal
Hi Onur, I hope this message isn't too late...Here is what you need to do x=load('EEG_data.txt'); % assuming your data is st...

más de 13 años hace | 0