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 imperial_amazon

  1. I

    Looking for a FFT in C/C++

    Re: FFT in c/c++ needed i recently did a program in C for N point FFT calculation using radix -2 DIF algoithm as a part of my lab course.. i'll post the program here.. please acknowledge /* Author : Ragavan N B.E, D.E.C.E, */ /* Institute : Madras institute of Technology, Madras*/ /* Phone...
  2. I

    Odd components in these signals

    Re: Signals A further simplification of problem ii would lead to even part= sin2t * sinh2t odd part= sin2t * cosh2t Added after 1 minutes: sorry.. the above solution i've mentioned is for problem (i)
  3. I

    Can you define a function in C that can have indefinite parameters as inputs?

    Re: C queries malloc allocates a block of size specified from the memory. A program is clearly allowed to allocate memory as what is needed by it. On success malloc returns a pointer to the newly allocated memory block Calloc is similar to malloc rather it takes one more argument n_items...

Part and Inventory Search

Back
Top