How do I pass the signal to the frequency domain?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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]
0 comentarios
Respuestas (1)
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
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!