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 jpena

  1. J

    sampling discrete time signals in matlab

    If the source is discrete... why don't you just keep values at a regular time. if "x" is a vector of length "n" containing the data: new_x=x[1:2:n]; contains the data at half the samplig frequency
  2. J

    Help me solve complex sparse unsymmetrical matrix

    matrix solver needed Try Numerical Recipies in C www.nr.com
  3. J

    Looking for ebook about fourier transform

    fourier transform www.nr.com The Numerical Recipies in C web site.
  4. J

    Is there a formula like this???

    You can find answers to formula generalizations in math handbooks, or math manuals (such as one written by a russian called Bronshtein).
  5. J

    Polynomial calculation program request

    Numerical Recipes In C is for programming aproach. I suggest Matlab (no need for a Curve Fitting Toolbox, the basic commands have the tools for plynomial fit). Other SW (Mathematica, Derive, MathCAD) can do as well as Matlab. I don't have info. on stand-alone SW.
  6. J

    As a PCB designer , what math topics should I know?

    Almost none. But you need to put thinking into the tracks width and footprints. If you can add 1 and 1... you are OK.
  7. J

    What math topics should I know well as a..

    Basic math skills are necesary for further developement in other topics as FFT (Fast Fourier Transform), DFT (Discrete Fourier Transform)... all concerning Signal Processing. You must learn the basic... by that I mean calculus and algebra... and everything build opon them... it will take 3...

Part and Inventory Search

Back
Top