Skip to main content

RC Integrator and Differentiator using QUCS

RC Integrator and Differentiator using QUCS

What You will Learn

  • You will understand the operation of simple integrator and differentiator circuits using QUCS
  • You will learn the frequency response characteristics of integrator and differentiator by dint of ac simulation.

Theory

Differentiator is a high pass circuit that produces the time derivative of the input signal at the output. The circuit is shown below.
\begin{equation} \nonumber v_{o}=I_{o}R=RC\frac{d(v_{s}-v_{o})}{dt}\\ \approx RC\frac{dv_{s}}{dt} \end{equation} Integrator is low pass circuit that generates the integral of the input signal. In the simple integrator circuit below. For the integrator, \begin{align} \nonumber v_{o}&=\frac{1}{C}\int i\,dt\\ &\approx \frac{1}{RC}\int v_{s}\,dt \end{align}

Design

For the differentiator, $RC < 0.0016T$ where T is the period of the input signal. Let T be 1mS and C be 0.001 $\mu$F. Then R ≈ 1.5K
For the integrator, $RC > 16T$ . Let T be 1mS and C be 1 $\mu$F. Then R ≈ 15K

Experiment

  • Launch QUCS. Go to Components in the left pane and select the item Lumped Components. Drag and drop a resistor and capacitor onto the schematic window. Wire them up as in the circuit of differentiator.
  • Change the properties of both components to match the differentiator in the above figure.
  • Drop 1mS square wave source ( Components Sources ) of 1 V peak to peak amplitude onto the schematic window.
  • Double click on the wire segments between source and capacitor and capacitor and resistor and name these probes as vs and vo respectively.
  • Drop transient simulation ( Simulations Transient simulation ) and change the properties to fit the schematic below.
  • Also insert the equation ( Insert Insert Equation ) to get the equation for voltage gain in the schematic.
  • Press F2 to run the simulation. Observe the .dpl winow for input and output waveforms as shown below.
  • Replace the transient simulation from the schematic with ac simulation . Change its properties as in the schematic below.
  • Observe the frequency response and the 3-dB frequency.
  • Repeat the above steps for the integrator with the schematic and the resulting signals, shown below.
  • Repeat the steps for plotting the frequency response of the integrator with the schematic and the resulting response, shown below.
  • Observe the frequency response and the 3-dB frequency.
  • What You Learned

    • You understood the theory, design and operation of simple integrator and differentiator circuits using QUCS
    • You understood the frequency response characteristics of integrator and differentiator by dint of ac simulation.
    • You understood the frequency response of simple RC circuits.

    Comments

    Popular posts from this blog

    Generation of Signals using MATLAB/Python

    Generation of Signals using MATLAB/Python Dr. Hari V S Department of Electronics and Communication College of Engineering Karunagappally What You will Learn You will learn about various energy signals and their generation using MATLAB and python. Signal Generation using MATLAB MATLAB arrays are used to generate finite energy signals. It should be understood that the signals so generated are discrete in time and amplitude. Sinusoidal Signal Consider the sinusoidal signal $x=sin(t)$, which is nothing but a single tone, with the help of the MATLAB code below. t=linspace(0,10,5000); x=sin(t); plot(t,x); grid; The execution of the code will result in the signal, shown below. Amplitude Modulated Signal The above low frequency tone is used to modulate a sinusoidal carrier $y$ of ten times the original frequency. i.e. $y=sin(10t)$. The amplitude modulated signal $am(t)$ is obtained as \begin{equation} am(t)=x*y+y \end{equation}Su

    Voltage Divider Circuit using QUCS

    SPICE Simulation of Voltage Divider Dr. Hari V S Department of Electronics and Communication College of Engineering Karunagappally What You will Learn You will wire up a voltage divider network using QUCS You will learn to perform DC, AC and transient simulations on the developed circuit. you will learn to observe, store and export the data from the display ( .dpl ) file. Experiment Launch QUCS. Go to Components in the left pane and select the item Lumped Components . Drag and drop a resistor onto the schematic window. Right click on on to and go to Edit properties and make the resistance 1 k&#937 Right click, copy and paste this resistor twice. Connect the three resistors in series by wires, selected by pressing Cntrl+E . Go to Components in the left pane and select Sources &#8594 ac Voltage Source . Drag and drop the source onto the schematics window. Right click on the source and change