Getting error message for fast Fourier transform from simulink

3 ビュー (過去 30 日間)
Stephanie Wesh
Stephanie Wesh 2020 年 10 月 9 日
回答済み: Chaitanya Mallela 2020 年 10 月 22 日
  1 件のコメント
Ameer Hamza
Ameer Hamza 2020 年 10 月 9 日
What is the tupe of data80? Show the output of
class(data80)

サインインしてコメントする。

回答 (1 件)

Chaitanya Mallela
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.

カテゴリ

Help Center および File ExchangeTransforms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by