Implementation of median filter on FPGA

조회 수: 3 (최근 30일)
VANISHREE M
VANISHREE M 2020년 1월 14일
답변: Bharath Venkataraman 2020년 1월 20일
Hi everyone, I want to design the median filter on FPGA. I got the output for median filter in matlab and also in matlab simulink. but i want to know how to convert the matlab code or matlab simulink model to hdl code(verilog). Because i am new to matlab please help me to do that. In hdl workflow advisor, they ask test bench how to write the test bench for image processing????

채택된 답변

Bharath Venkataraman
Bharath Venkataraman 2020년 1월 14일
Here is a link to an example of how to do this in Simulink.
  댓글 수: 1
VANISHREE M
VANISHREE M 2020년 1월 20일
Thank you for valuable reply. I already read this exampe but still i am not able to generate the veriolg code from simulink. could you please help me to do this further, is there any step by step procedure is there?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Bharath Venkataraman
Bharath Venkataraman 2020년 1월 20일
Are you able to generate VHDL (which is the default), or is there an error during HDL code genration?
The last section (Generate HDL Code and Verify Its Behavior) describes how to generate HDL code. You can add a property-value pair to generate Verilog.
makehdl('NoiseRemovalAndImageSharpeningHDL/Pixel-Stream HDL Model','targetLanguage','Verilog')

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by