how to write a code that will calculate the Fourier Transform of a signal
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Samantha Ryan-Wheeler
el 13 de Abr. de 2021
Respondida: Abhishek Gupta
el 16 de Abr. de 2021
I need help writting a code that can open and read a given file, that can calculate the fourier transform of a signal. The code also needs to be able to plot that FT and put only the positive values of the frequency. Any idea of how I could start this?
1 comentario
Jan
el 13 de Abr. de 2021
Start with "open and read a file". It depends on the file format, how this must be done. So please explain, what kind of file you mean.
For the Fourier transformation simply call fft().
Respuestas (1)
Abhishek Gupta
el 16 de Abr. de 2021
Hi,
Referring to the following documentation link, which might help you in achieving the task: -
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!