Signal Phase using FFT

2 visualizaciones (últimos 30 días)
Fed
Fed el 19 de Mzo. de 2018
Editada: Fed el 4 de Abr. de 2018
I have two cerebral signals registered for 10 minutes with a sample rate of 1000Hz. I have to extract the phase of the signals and the average phase displacement using FFT. The signals are represented by a 2x10000 matrix in MATLAB. How can I do that? Thank you in advance

Respuesta aceptada

Shounak Shastri
Shounak Shastri el 19 de Mzo. de 2018
"I have to extract the phase of the signals and the average phase displacement using FFT"
Use the "fft" and the "fftshift" functions. The phase can be calculated by using the function 'angle' which will give you the phase and then unwrapping it by using the unwrap function. You can search the documentation for the explaination.
  3 comentarios
Shounak Shastri
Shounak Shastri el 21 de Mzo. de 2018
You are welcome.
Fed
Fed el 4 de Abr. de 2018
Editada: Fed el 4 de Abr. de 2018
Now that I have calculated the phase using the functions “angle” and “unwrap”, I have to represent the phase of my signals in a polar plot as shown in the figure above. My signals are both 1x10000. I don’t know what to put as arguments of the “polarplot” or “polarscatter” command. How can I do that? Thank you in advance!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by