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 anindya

  1. A

    Acessing state registers of a FSM for diagnostic purposes

    ENTITY MOORE IS PORT(A,CLK,RST:IN BIT; F:OUT BIT); END MOORE; ARCHITECTURE FSMOF MOORE IS SUBTYPE STATE_TYPE IS STD_ LOGIC_VECTOR (2DOWNTO 0); SIGNAL STATE:STATE_TYPE; CONSTANT S0: STATE_TYPE:="001"; CONSTANT S1: STATE_TYPE:="010"; CONSTANT S2: STATE_TYPE:="100"; SIGNAL CURRENT_STATE...
  2. A

    Confusing op amp circuit

    i understand that it is a voltage regulator ..the circuit does not work if you reverse the polarity/swap the pins..question is how exactly do you find out in circuits like this whether it is a positive feedback/negative feedback ? if some one can throw some light on the issue of negative...
  3. A

    Confusing op amp circuit

    Can anyone please explain the working of the circuit It seems it uses negative feedback
  4. A

    Isolation amplifier and common mode

    Agreed when i connect the two, a ground loop is formed giving rise to a common mode voltage at the amplifier. If the common mode is large it will saturate the inamp or even worse destroy it. My question is when we use isolation amplifier how is this common mode range increased ? Is it due to the...
  5. A

    Isolation amplifier and common mode

    Can anyone explain/give reference as to how an isolation amplifier can increase the common mode range of an instrumentation amplifier. I will give an example in a TC signal conditioning circuit an INA114 instrumentation amplifier is used as a pre amplifier before AD210 an isolation amplifier...
  6. A

    reading from the same single port ram from multiple states of a state machine

    i am trying to interface ad7854ars with a spartan 3 fpga using a state machine approach. i have 2 questions 1) can multiple states drive the same pin of the fpga, if it can be done how. till now what i have done is resetting the concerned signal driving the pin to low before exiting the state so...
  7. A

    mathematical modelling of flow control loop

    what you want is brilliantly given in a book for process control by f.g shinskey. look for the book

Part and Inventory Search

Back
Top