> For the complete documentation index, see [llms.txt](https://sathyabama-aic.cognibot.ml/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sathyabama-aic.cognibot.ml/rc-phase-shift-oscillator-and-wien-bridge-oscillator.md).

# RC Phase Shift Oscillator & Wien Bridge Oscillator

### Aim:

To Design and construct Wien Bridge Oscillator & RC Phase Shift Oscillator Circuit using IC 741 and observe its output waveforms

### Apparatus Required:

![](/files/-MeaWDXYAZc9PFBIWpuh)

## Theory:

**RC Phase Shift Oscillator**: A phase shift oscillator is a simple sine wave electronic oscillator. It contains an inverting amplifier, and a feedback filter, which 'shifts' the phase by 180 degrees at the oscillation frequency. The filter must be designed so that at frequencies above and below the oscillation frequency, either more or less than 180 degrees shifts the signal. This results in constructive superposition for signals at the oscillation frequencies, and destructive superposition for all other frequencies. The mathematics for calculating the oscillation frequency and oscillation criteria for this circuit are surprisingly complex, due to each R-C stage loading the previous ones. The calculations are greatly simplified by setting all the resistors (except the negative feedback resistor) and all the capacitors to

![](/files/-MeaVwVf1zajqiL1Y0o5)

**Wien Bridge Oscillator**: A Wien bridge oscillator is a type of electronic oscillator that generates sine waves without having any input source. It can output a large range of frequencies. The bridge comprises four resistors and two capacitors. The circuit is based on a network originally developed by Max Wien in 1891.In Wien bridge oscillator, wien bridge circuit is connected between the amplifier input terminals and output terminals. The bridge has a series RC network in one arm and parallel network in the adjoining arm. In the remaining 2 arms of the bridge resistors R1and Rf are connected. To maintain oscillations total phase shift around the circuit must be zero and loop gain unity. First condition occurs only when the bridge is balanced. Assuming that the resistors and capacitors are equal in value, the resonant frequency of balanced bridge is given by / the frequency of oscillation is given by:

![](/files/-MeaW4W2I0tQb3ZZzClQ)

## Design

![](/files/-MeaW8Qha2hJIJAC5RYp)

### **Circuit Diagram**

![](/files/-MeaWHqzU3-ReFMFHtx8)

![](/files/-MeaWK6R9qM490Xz366M)

![](/files/-MeaWN1h08krCW_nfHku)

### **Observations**

![](/files/-MeaWQCqQ83fOjPIJMSK)

### Procedure

1. Construct the circuit as per Circuit diagram shown in figure.
2. Switch On the equipment and observe the Output waveform on CRO.
3. Note the readings and verify its frequency with theoretical frequency.
4. Draw the waveform on Graph Sheet.

### Link to experiment

[Go here](http://136.233.21.42:9012/guacamole/) and select Experiment 4


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sathyabama-aic.cognibot.ml/rc-phase-shift-oscillator-and-wien-bridge-oscillator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
