Error - periodic sample time - Pixels to Frame
显示 更早的评论
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
2023-4-23
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Code Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!