Recent content by Jofo

  1. J

    Engineering Transfer function of RC circuit

    After deeper studying of that C++ toolkit, I actually don't need transfer function, but only Kirchoffs equations (not in s-domain, but with all integrals and derivations).
  2. J

    Engineering Transfer function of RC circuit

    First I substituded RA||C2 and RB||C3 for impedaces ZA=RA/(1+s*RA*C2) and ZB=RB/(1+s*RB*C3): Here I drew the nodes and the currents. And my equations: KCL: I1=I2+I3 I5=I2+I4 I3=I4+I6 I1=I5+I6 KVL: VIN=R1*I2+ZA*I2+ZB*I5+R3*I5 0=-R1*I2-ZA*I2+(1/(s*C1))*I3+RX*I3+R2*I4...
  3. J

    Engineering Transfer function of RC circuit

    Thank You for response, I'm sorry, I probably put it in a bad section :( I tried to solve it with my basic knowledge of Kirchoff's laws, but I'm not mathematician, I'm an IT student... my task on this project is to simulate this circuit using a C++ library, but to obtain a block scheme I...
  4. J

    Engineering Transfer function of RC circuit

    Hello all, I need transfer function of this circuit (it is Bandaxall tone stack). Here is the sheme: Any help would be greatly appreciated.
Back
Top