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.

Recent content by sameem_shabbir

  1. S

    BIOMETRICS HARDWARE STEP 1 : Enrollment of images

    AOA & Hi all I have a working biometrics security software(palmprint based) in matlab, available with me. I have to make a stand alone product for the said software. The software works in two steps. In Step 1 enrollment of images is done i.e. 5 to 6 images of one's hand is taken, processed and...
  2. S

    Any good 7 quick flash learning link

    FLASH Any good 7 quick flash learning link
  3. S

    help,, ??? Undefined command/function 'mcc'. in matlab

    undefined command/function Yes u can make a exe file using mcc. with certain limitations mcc command is used to make a standalone application only on windows or linux platforms. I t cannot be downloaded to DSP I think u r making a syntax mistake mcc -W I dont think this - is there
  4. S

    Face and eye tracking algorithm based on digital image proce

    eye tracking algorithm R u working on driver awakening device??
  5. S

    How to insert library function to find sum.....

    First of all u r doing mistakes regarding register size U r trying to add 20; "10 bit" nos and u have assigned only 10 bit length to sum output. input [9:0] corrouti1,corrouti2, output [9:0] sum; ????????????????????? So first of all increase ur output length to at least 16* output [15:0]...
  6. S

    Check my math on this memory size problem

    Re: check my math Ur math is coorect Plz chk that if u have left some memory space as a safe margin for ur full signal,might be due to that u r out of time.
  7. S

    Delay issue-----urgent

    Delays are generated via counter If u want to perform a certain task afer a certain time just calulate the time in terms of counter value and then trigger ur task at that particular counter value
  8. S

    How to convert PAL to VGA?

    To have an idea go to WWW.XESS.COM, search for the examples. There is an code available for displaying image on VGA from camera or from stored in RAM The code is specific to XESS board but it will give u a fair idea how it works
  9. S

    Moving message display on lcd using vhdl

    I have never done it but what i will recomend is that first go for displaying static message and then go for moving Go from simple to complex
  10. S

    How to implement OFDM on FPGA?

    Hi all I want to implement ORTHOGNAL FREQUENCY DIVISION MULTIPLEXING on FPGA. Right now i have no ideo how to start? Plz if somebody can give me any roadmap to follow. What are the prerequsites which i will have to learn. Any comments, suggestions; Most welcome:D
  11. S

    [SOLVED] verilog code to find mean of 20 numbers

    To use IP core let me go in a sequential way Go to ADD NEW SOURCE write name of file and in category select IP CORE GENERATOR A window will open showing all the available cores Go to MATH FUNCTIONS in math functions go to DIVDIERS there are two divider available use any one u like The console...
  12. S

    How to download image on to the fpga

    Use the video decoder chip mounted on ur board
  13. S

    FMS3818 VGA (DISPLAY OF IMAGE )

    honnaraj i failed to understan why u r using DAC. IS FMS3818 chip monted on ur board. As far as i remember u were working on the project of driver awakening device. Why u r going for a self generated image? How u r planning to input an image on ur CYCLONE 2?
  14. S

    Frame Grabber using FPGA thru webcam

    hook up webcam to matlab why u r stressing so much on using a webcam XESS options i think is the best if u have to take the images from a camera and store it on RAM. Conversion to gray scale depends upon ur image format , wether it is in RGB or Y Cb Cr. In case of Y Cb Cr just pick the Y...
  15. S

    [SOLVED] verilog code to find mean of 20 numbers

    For division you have got two options Either writte the code urself * Or use divider IP Core from core generator. The code for the core will not be visible however it can be synthsized and will perform the task of division for u. * Division is done by subtracting the denominator from numinator...

Part and Inventory Search

Back
Top