Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MATLAB TO Verilog Conversion.....? possible

Status
Not open for further replies.

sameem_shabbir

Advanced Member level 4
Joined
Jan 5, 2008
Messages
104
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
Pakistan
Activity points
1,946
matlab to verilog

Hi all
I have MATLAB code available to me
I have to implement that algorithm on FPGA
Is there any conversion software
XILINX ACCEL DSP doesn't support images, and my algo deals with images
 

matlab verilog

What do you mean "deals with images"? You mean like picture files?
 

matlab to verilog converter

Sameem,

It depends what exactly you want to do, the Xilinx Accel DSP tool should be able to perform the conversion just fine. Remember you must choose the exact resolution of your targeted implementation, i.e., the generic algorithm tends to be infinite.

Cheers,
/David
 

matlab to verilog conversion

By "Dealing with images" I mean to say that i take input from the video camera;
and then do image processing by capturing frames from the incoming video.
 

verilog matlab

OK...so do you want to perform a 2D or 3D image processing? As I said earlier, the image processing algorithm is generic so in other word, it has no clue as to where the images come from. You can do either real-time OR off-line processing. For real-time, you must have a mean to take the digitized video signal to your "image processor" where in this case can indeed be FPGA or DSP or any other high-end processing engine.

Cheers,
/Snowfall
 

matlab verilog

I want to do 3D , REAL TIME image processing
I will extract the frames from the incoming video;
I am using XESS xst-3000 board, which has got a video decoder chip
I will take outputfrom that
 

matlab verilog generation

There is an option in MATLAB called HDL Converter.. u can use it to convert simulink models or m-files to vhdl or verilog. I dunno if this is what u r looking for but i use this way myself & i helps me alot.
 

convert to verilog in matlab

use HDL tool of matlab ..ITS POSSIBLE TO READ IN MANUAL
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top