electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Design 16 bit CPU for image processing application


Post new topic  Reply to topic    EDAboard.com Forum Index -> PLD, SPLD, GAL, CPLD, FPGA Design -> Design 16 bit CPU for image processing application
Author Message
N!C@



Joined: 10 Aug 2008
Posts: 3


Post24 Aug 2008 13:00   

Design 16 bit CPU for image processing application


how to write a vhdl code for matrix implementation for image processing.

pls help..

thank u...
Back to top
Google
AdSense
Google Adsense




Post24 Aug 2008 13:00   

Ads




Back to top
avimit



Joined: 16 Nov 2005
Posts: 417
Helped: 69
Location: Fleet, UK


Post24 Aug 2008 23:37   

Re: Design 16 bit CPU for image processing application


First thing is to delcare an array type which can hold a matrix.
Then you may write a function, which takes in 2 such matrices as inputs, and then multipies the elements of array as in matrix multiplication and returns the resulting array of results.
But I must warn that a 'function' is always a combinational implementation. By using a function for mat multiplication, you may end up a massvely parallel hardware, which will be quite bulky.
The other way is to think of a sequential way of multiplying elements, and storing results in memory or registers one by one. Thats what I did when I implemented Motion Estimation Algorithm for MPEG-4.
Hope it helps,
Kr,
Avi
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> PLD, SPLD, GAL, CPLD, FPGA Design -> Design 16 bit CPU for image processing application
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
Help! an 8-bit CPU for Linux (9)
Looking for 4/8-bit low power MCU for a battery application (31)
10-bit pipeline ADC at 6.75Mhz for imaging application ? (6)
Writing code for different bit rates in one of application (2)
16-bit CPU (14)
Minimal 8 bit CPU (1)
MS VisionSDK for Image Processing? (2)
CPLD for image processing (1)
microcontroller for image processing (3)
synthesize 16-bit RISC CPU (2)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS