How do I convert an integer into a binary vector?

6 ビュー (過去 30 日間)
Justin Mellor
Justin Mellor 2014 年 8 月 8 日
コメント済み: dpb 2014 年 8 月 11 日
I would like to use the General CRC Generator to calculate a CRC based on 32 bit integer value that is going to be transmitted as serial (ARINC 429 data) using Simulink Real-Time. My 32 bit integer is computed every frame based on a number of dynamic input values. The problem is that the CRC block requires a binary column vector as its input and so I need to create this from my 32 bit integer value. Is there a block that does this? Surely I don't need to pick off each bit individually to create a vector??
Justin

回答 (2 件)

dpb
dpb 2014 年 8 月 8 日
v=dec2bin(intval)-'0';

Justin Mellor
Justin Mellor 2014 年 8 月 11 日
Thanks - I am doing this with a Simulink model - I have tried putting this in a MATLAB function block, but get the following error:
Data 'y' (#38) is inferred as a variable size matrix, while its specified type is something else.
Is there an example that you can point me to that shows the General CRC generator block being used in a Simulink model where the input is a dynamically changing value (the example just shows an input vector defined as a constant).
Regards
Justin
  1 件のコメント
dpb
dpb 2014 年 8 月 11 日
I've never seen a Simulink installation even, sorry...

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

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by