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 yok

  1. Y

    Discrete Wavelet Transform, why downsample ?

    The down sampling is to ensure that the transformed image subspace resolution after DWT is still same as the original image spatial resolution. This is referring to dyadic wavelet transform.
  2. Y

    Path Follower Bot using Image Processing

    May I know what kind of outputs from the camera? Digital or analogue output?
  3. Y

    Image processing projects

    The best digital image processing books: ImageProcessingPlace :)
  4. Y

    which is best programming language for electronic engineer

    programming language for electronics engineer MATLAB/Mathematica, C/C++, HDL
  5. Y

    ebook of Fundamentals of Digital Image Processing

    digital image processing using matlab Search EDA, there are many ebooks to download :)
  6. Y

    determine transistor 's pins

    Hi, you are asking a good old days question :) well, you can refer to any "analogue" multimeter manuals (eg sanwa 360, 361 ... ) and the answer will be there. Bye.
  7. Y

    Efficient Math tool for symbolic integration

    I would prefer Mathematica, better simbolical operations and with 5.2 the numerical has been very much improved.
  8. Y

    Help about Digital Image processing project.

    If you are looking for a real-time image processing project than you should check TI TMS 6000 series DSPs. Also, TI site has many application notes for it. So, can MATLAB help me? Yes, get the real-time toolbox and code generator for embedded system. First, design your image processing...
  9. Y

    Diff between discrete cosine and wavelet

    Use wavelets. Wavelets is able to generate better image feature (I assume you will capture palm print using imaging system) compared to DCT. As given in the first two reply, wavelets has the ability to represent signal/image in time-freq localisation which Fourier basis are only well represented...
  10. Y

    Signal Processing in Matlab

    signal processing toolbox rapidshare Another good book is "Signal Processing First", many examples using MATLAB from the book.
  11. Y

    Wavelets and Filter Banks by Gilbert Strang and Truong Nguyen

    ebook wavelets and filter banks Scanned ebook and the quality is not that good.
  12. Y

    Will the hex file for 12F509 work for 12C508?

    Question about pic Friend, what you can do is, get a HEX disassembler to convert the HEX code back to ASM source. From there you can verify the REG names, I/O, .... etc. Than, modify the converted ASM file with correct ASM statements and Compile the ASM again to HEX for youe targeted PIC.
  13. Y

    send data to serial and parallel port using c

    Search these two books in EDA: Serial Port Complete and Parallel Port Complete.
  14. Y

    which book for microcontroller programming in c

    Embedded C by Michael J Pont from Addision Wesley. It is based on ANSI C structure so the C programs explained in the book is easy to deploy into any processors.
  15. Y

    Digital Image restoration algorithms

    What kind of image operation you are referring to? Sigmentation, filtering, transform, and etc. You have to tell what image operation you are looking to before to search for the best algorithm for that specific image operation. Added after 1 minutes: Oooh... for image restoration, I would...

Part and Inventory Search

Back
Top