Getting error message for fast Fourier transform from simulink
1 view (last 30 days)
Show older comments
1 Comment
Answers (1)
Chaitanya Mallela
on 22 Oct 2020
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 Comments
See Also
Categories
Find more on Transforms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!