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 flam157

  1. F

    Vista or XP for ECE student

    In my opinion, you should at least have a double boot. lots of the software you will need to use won't work on vista.
  2. F

    Circuler coonvolution Vs linear convolution

    Quick example: h(n) : transfer function x(n) : signal linear convolution: y(n)=Σh(n-k)*x(k) ; from 0 to N-1 circular convolution y(n)=Σh[(n-k) mod N]*x(k) ; from 0 to N-1
  3. F

    which c compiler best for microchip microcontrollers!

    mikroc versus css It depends of what you want to do with the microcontroller. Personally, i think that Mikroc is the best for the beginner because it's the more user-friendly. There is a very good help manual with complete examples (hard and code). But it will not compile as efficiently as...
  4. F

    Circuler coonvolution Vs linear convolution

    The difference is that your signal in circular convolution is periodic. For example, when you apply a filter with circular convolution, you do not have the same borders effects.
  5. F

    HELP; Matlab --> C conversion

    I'm afraid it is not possible to just translate Matlab to C code. In fact the Matltlab Compiler Toolbox is just a false compiler which permits you to have a *.exe but you have to install on the computer the Matlab library (150 MB). And the 'compiled' program runs slower...
  6. F

    Questions on X ray image detection

    Re: X ray Image Detection If the forms of the objects you want to find is simple (rectangular, not rotated), you should try to work in separated dimension. First try to find them horizontally, en then vertically. Median filter in a rather good thing if you want to get rid of the noise without...

Part and Inventory Search

Back
Top