diff --git a/phase_shift_oscil/README.md b/phase_shift_oscil/README.md new file mode 100644 index 0000000..148b802 --- /dev/null +++ b/phase_shift_oscil/README.md @@ -0,0 +1,11 @@ +# Phase Shift Oscillator + +I just was curious if you could just chain a bunch of inverting amps to make an oscillator because you are shifting the phase by 180 at every stage. It looks like I was maybe getting some oscillations but probably just incredibly unstable. I never made this on the bread board. + +### Schematic + +![](./img/schem.png) + + +### Sim +![](./img/sim.png) diff --git a/phase_shift_oscil/img/schem.png b/phase_shift_oscil/img/schem.png new file mode 100644 index 0000000..868af13 Binary files /dev/null and b/phase_shift_oscil/img/schem.png differ diff --git a/phase_shift_oscil/img/sim.png b/phase_shift_oscil/img/sim.png new file mode 100644 index 0000000..e1f08f0 Binary files /dev/null and b/phase_shift_oscil/img/sim.png differ