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 wudanyu

  1. W

    how to implement CDMA protocal in ASIC?

    howto implement communication protocol first, you need to understand CDMA communication system, you can try Matlab, agilent ADS, SystemView ... then, you need a lot of ASIC design knowledge, analog, digtal, RF etc. It's really a big project!
  2. W

    DC voltgae multiplier

    G=+8 means it needs a 8GHz OP... Does that exist by now?
  3. W

    Help me design a 2bit up/down counter using only gates

    updown counter try google image search engine
  4. W

    Help me design a state machine to divide the clock by 3/2

    Re: frequency divider you can design an 2-bit counter named "cnt[1:0]", return "00" when count to "10", negedge of clk; then you can generate an 2/3 clk by this statement: assign clk_out=clk&~cnt[1];

Part and Inventory Search

Back
Top