Getting error message for fast Fourier transform from simulink
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Chaitanya Mallela
2020-10-22
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!