Error - periodic sample time - Pixels to Frame

조회 수: 1 (최근 30일)
Hermenegildo Fabregat Marcos
Hermenegildo Fabregat Marcos 2016년 10월 30일
답변: Kiran Kintali 2023년 4월 23일
Hi all, I'm working in a development for image de-blurring using a FPGA programmed by means of Simulink and HDL Coder. I need help with an error message:
The periodic sample time 13024.8 is not allowed because the ratio of this sample time over base rate (7.6776610773294032E-7) is greater than the maximum value of uint32.
I don't know why the block "Pixels to Frame" has this periodic sample time. Could someone please help me?
Thanks in advance.

답변 (1개)

Kiran Kintali
Kiran Kintali 2023년 4월 23일
The pixelIn and controlIn should be operating at the same rate when using pixel streaming based interface.
You may also want to check out the new HDL Coder capability to operate at frame level.
HDL Code Generation from Frame-Based Algorithms

Community Treasure Hunt

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

Start Hunting!

Translated by