HDL code generator problem
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi,in simulink
Image->RGB to Intensity->sobel edge detection
but,what's this mean?
Matrices are not supported in this release.'untitled/Edge Detection'
how does it convert to hdl code?
excuse my poor english.
답변 (1개)
Kiran Kintali
2021년 5월 2일
You need to use streaming inputs for HDL Code Generation. See MATLAB to HDL examples here.
>> mlhdlc_demo_setup('heq')
>> mlhdlc_demo_setup('sobel')
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!