RF communication system on Simulink error

1 次查看(过去 30 天)
I working on implementing an RF communication system with the block diagram on the attached image with an image of the error which is
Error in 'RF_design/General CRC
Generator': The input data type must be double precision or Boolean.
An error occurred while propagating data type 'uint8' from 'RF_design/Permute Dimensions1', output port 1.
but the compiler return an error i tried every thing to solve it.
My sstem uses an string input then conert it to an integer type by ASCII model after that apply some baseband processing and modulation, then start to transmission using the antenna, and the opposite in the receiver side.
it would be helpful if anyone have an idea or a new system block diagram working effectively
  1 个评论
Sriram Tadavarty
Sriram Tadavarty 2021-5-9
编辑:Sriram Tadavarty 2021-5-9
Hi Hisham,
The General CRC generator block only accepts input data which is of type Boolean or double precision. Thus, the error in your model.
You can use a convert block before passing the input to General CRC generator block and typecast to either Boolean or double data type.
Hope this helps. Regards, Sriram

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by