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 flash23

  1. F

    Verilog Blocking and non-blocking Statements

    module blocking(a,b,c); output reg a,b; input c; initial begin $monitor (",monitor=",a,$time); a<= #5 1'b0; a<= #10 1'b1; $strobe ("strobe=",a,$time); end endmodule The output I'm getting is run # ,monitor=x 0 # strobe=x...
  2. F

    Signal conditioning Op Amp choice

    rail to rail means TLV 2741 but what are the advantages of it over the 741
  3. F

    Signal conditioning Op Amp choice

    I need to connect an RTD to 0804ADC for signal conditioning i need to obtain a gain of 69.1 Here are further details ip to op-amp 0V to 72.35V op req 0 to 5V I think Opamp 741 will not be satisfactory in this case but TLV 2471 will do . What i really want is which Opamp should i use? either...
  4. F

    [SOLVED] regulated -12v .5A power supply using 7912

    I have designed a circuit to deliver -12 V , 0.5A using 7912 . However Im doubtful about the current limiting section. Also Im not able to get near exact -12V im getting -12.223 V o/p. I also need to use a fuse prior to the transformer but I dont know how to calculate its parameters . I think...

Part and Inventory Search

Back
Top