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 kilbil

  1. K

    samsung galaxy fit s5670

    how to save the messages in the memory card ? which option should i use?
  2. K

    can some one help me????

    Hi, with whatever little knowledge i have about vhdl i can't tell you the complete code,but i can share my logic.don't know if its write or not. 1 you will require one entity which will be your multipier, it will have no. of input and output ports required. 2 then as you will be using the...
  3. K

    [SOLVED] 'not enough memory' error in c

    Hi, Thanks a lot sir for your reply,actually i had my practical exam of dip on the next day i posted my doubt,so had no time to reply.my program i worked on another system,don't know how,but anyways,thanks !
  4. K

    need matlab code for real time hand tracking

    Hi, I have seen a web demo at mathworks site regarding this,you can see it,it might help you.It was web demo related to image acquisition.
  5. K

    help_face_recognition

    Hi, i am doing my project in fingerprint recognition,so i can tell you how we created our database using mat file.We had to save a matrix which contains the processed information as a template in our database ,so we just used the "save" function and created the database.our code lines are as...
  6. K

    request for matlabs code - image analysis

    Hi, I am also doing my degree project in image processing in matlab.Matlab is a great software with variety of functions inbuilt,which you can use directly.it has many toolboxes if you see in the help section.At start you can study the image processing toolbox,you will find many useful functions...
  7. K

    [SOLVED] 'not enough memory' error in c

    what does "NOT ENOUGH MEMORY" error means in C? i am writing a program for histogram equalization in image processing using C,after compiling i am getting this error.
  8. K

    [SOLVED] database formation in matlab

    how to create fingerprint database in matlab ?
  9. K

    [SOLVED] image processing using matlab

    i want to divide grey level image into 16*16 or 16*32 blocks and then perform block wise operations on it,how to divide image into blocks using matlab? then how do i access the 1 block at a time and perform operation on it??
  10. K

    printer interface with 8051 or avr

    i have worked with epson printers only , so i don't know about the other types. at a time we send only one character, first we will take data to be printed in port,then give strobe low to high transition with some delay in between say 5ms,write do-while loop to check printer is busy or not and...
  11. K

    [SOLVED] mobile computing --os selection

    thank you :) can i get the comparison between windows mobile,palmos,iphone osx,symbian anywhere?
  12. K

    printer interface with 8051 or avr

    hi! In our project we had used dot matrix printer epson 300+.we had used pic 18f4520,lcd,keyboard and printer.printer has 8 data lines,and we used two control signals,busy and strobe.busy pin is made input and strobe as output.first strobe pin is kept high,data to be printed is obtained at...
  13. K

    2x16 lcd display using pic16f877

    hi! in our project we had 20*4 lcd display,we used lcd just to display few characters.our code was also written in microC,i am giving you some part of it below,see if it is helpful to you-- we had written separate display function-- void display(unsigned short cursor,const char *dis) {...
  14. K

    device driver in µC/OS 2

    how to write device driver for 8*6 keyboard & 16*2 lcd character display using µC/OS 2
  15. K

    [SOLVED] mobile computing --os selection

    what is the operating system selection criteria for mobile computing?

Part and Inventory Search

Back
Top