How do I pass the signal to the frequency domain?

1 visualización (últimos 30 días)
studentmatlaber
studentmatlaber el 3 de Mayo de 2021
Comentada: Mathieu NOE el 6 de Mayo de 2021
Hello to everyone. I have one noisy signal, and this signal is in the time domain. I want to draw this signal through the Fourier transform. As a result, what I expect is a Gaussian dispersion around 0. However, I don't know how to apply and draw the Fourier transform on my signal. I would be glad if you could help.
signalplusnoise=1x674
signalplusnoise=[0.0161,0.0308, 0.0112, ..., 0.3827]

Respuestas (1)

Mathieu NOE
Mathieu NOE el 3 de Mayo de 2021
hello
see below a code to do spectral analysis (example)
but to me you're confusing fft with histogram. The fft spectrum will give you the amplitudes of the noise frequencies and they all will be positive and spread across the frequency range from zero to Fs/2.
  6 comentarios
studentmatlaber
studentmatlaber el 6 de Mayo de 2021
thank you so much for your help.
Mathieu NOE
Mathieu NOE el 6 de Mayo de 2021
you're welcome

Iniciar sesión para comentar.

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by