Getting error message for fast Fourier transform from simulink
Mostrar comentarios más antiguos

1 comentario
Ameer Hamza
el 9 de Oct. de 2020
What is the tupe of data80? Show the output of
class(data80)
Respuestas (1)
Chaitanya Mallela
el 22 de Oct. de 2020
0 votos
It seems like data80 does not belong to the valid input types of fft function.You can use either double, int32, uint32 or logical functions on the input data before applyting FFT in the script or if you are working in Simulink you can use Data Type Conversion block to change the input data type.
Categorías
Más información sobre Transforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!