필터 지우기
필터 지우기

RF communication system on Simulink error

조회 수: 1 (최근 30일)
hisham mohammed
hisham mohammed 2021년 5월 9일
편집: Sriram Tadavarty 2021년 5월 9일
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