Getting error message for fast Fourier transform from simulink
조회 수: 1 (최근 30일)
이전 댓글 표시

댓글 수: 1
답변 (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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!