请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
我使用的是C2000处理器,我想使用MATLAB Simulink生成代码。
但是,我发现,在Simulink Matlab函数中,当我编写像“KP*ERR”这样的代码时,会出现一个错误,
其中KP和ERR都是IQ格式。
我知道有一个称为" IQNumpy "的支持块,它实现 了乘法,
但我想在 Simulink Matlab函数中实现乘法。
有人能告诉我解决方案吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我使用的是C2000处理器,我想使用MATLAB Simulink生成代码。
但是,我发现,在Simulink Matlab函数中,当我编写像“KP*ERR”这样的代码时,会出现一个错误,
其中KP和ERR都是IQ格式。
我知道有一个称为" IQNumpy "的支持块,它实现 了乘法,
但我想在 Simulink Matlab函数中实现乘法。
有人能告诉我解决方案吗?