General CRC Generator - How to determine generator polynomial
5 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
In my current project I have to perform a CRC check. At first I had to do this using a regular block diagram, but now I would like to use the CRC generator block provided by Matlab. Unfortunately, I don't know how to determine the polynomial from a given block diagram.
Like here in the example: How do I get the given polynomial from the diagram? (https://de.mathworks.com/help/comm/ref/generalcrcgenerator.html#)
0 件のコメント
回答 (1 件)
Piyush Kumar
2024 年 5 月 20 日
編集済み: Piyush Kumar
2024 年 5 月 20 日
Hi Pascal,
If you double click on the "General CRC Generator" block to get the "Block Parameters", you will find the generator polynomial.
2 件のコメント
Piyush Kumar
2024 年 5 月 22 日
If you refer to the "Algorithm section" and check the algorithm for "Indirect CRC Algorithm", it has explained the steps involved in detail. There is also a diagram. I am talking about this documentation link.
参考
カテゴリ
Help Center および File Exchange で Array and Matrix Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!