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.

[SOLVED] Convolution filter design

Status
Not open for further replies.

kurapati

Newbie level 1
Newbie level 1
Joined
Mar 19, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,288
Hi,

I am trying to develop a generic convolution filter in verilog.
The filter is of 3x3 dimension with each sample be represented by 8 bits.

Convolution filter.jpg

In the above image, Filter data and image data are 1-bit data coming into the filter. Output is 8-bit convoluted value.

To start with, I would like some ideas on the following:

1. I am not sure what exactly it implies: "each sample be represented by 8 bits"

2. How to stream the filter value and image data into FPGA serially?

3. How many memory banks would I need so as not to disturb the original image?

Thanks,
Kurapati
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top