Check Block Compatibility Error

조회 수: 2 (최근 30일)
wenjing cai
wenjing cai 2023년 8월 12일
답변: Govind KM 2024년 10월 7일
Message: The Product output and Accumulator data types are less than full precision, which is not supported for HDL code generation with the selected HDL Block Properties. The following full precision settings will be used for HDL code generation: Product output = fixdt(1,31,29), Accumulator = fixdt(1,37,29). You can set these data types to 'Inherit: Inherit via internal rule' to automatically use full precision settings in your model (recommended).
when I find the model SyncCorr, I find there doesn't have the option of Inherit :Inherit via internal rule',so what can I do to correct this problem?

답변 (1개)

Govind KM
Govind KM 2024년 10월 7일
The Digital Filter block has been made obsolete. It is recommended to use the Discrete FIR Filter, Discrete Filter, Biquad Filter, or Allpole Filter blocks in its place.

카테고리

Help CenterFile Exchange에서 HDL Code Generation에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by