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 Miriam Griffin Hera

  1. M

    Need help with my 2D FDTD code written in C language

    Hi, can anyone help me with my 2D FDTD code that I wrote using C language? Any help will be greatly appreciated. Below is the code: # include <math.h> # include <stdlib.h> # include <stdio.h> # define IE 60 # define JE 60 int main () { float dz[IE][JE], ez[IE][JE], hx[IE][JE]...
  2. M

    Help with FDTD - need 2D FDTD C code

    Hi, I'm writing 2D fdtd code using C language. I have finished writing the code but I when I run it, I don't get the desired wave pattern. Please can anyone help me? Any advice/help will be very greatly appreciated! Below is the source code: # include <math.h> # include <stdlib.h> # include...

Part and Inventory Search

Back
Top