@@ -9,9 +9,9 @@ The VCO1 has a 1V/Oct input which enables a tonal control ("play notes") of the
...
@@ -9,9 +9,9 @@ The VCO1 has a 1V/Oct input which enables a tonal control ("play notes") of the
## Circuit
## Circuit
The TH VCO-1 is a relatively simple [VCO](vco) designed by Thomas Henry. Thomas Henry's original circuit for ±15V has been modified by Thom Whitwell to be used with Eurorack's ±12V (see [powersupply](powersupply)). View the schematic of the component board (without pots and jacks) here: https://github.com/atoav/TH-VCO1/raw/master/vco1_components.pdf . It has a triangle core and works as a Schmitt Trigger Integrator. A Schmitt Trigger is a small circuit which turns an arbitrary input signal into a rectangle wave: if the input signal exceeds a certain treshhold, the Schmitt Trigger will output a fixed positive voltage. If the input signal is below a certain treshhold, the Schmitt Trigger's output will flip to a fixed negative voltage. The output of the Schmitt Trigger is fed into a opamp based Integrator. A Integrator calculates "the surface under a graph" which means while it's input faces a positive voltage it produces a rising voltage and once it's input goes negative, it produces a falling voltage (resulting in a triangular wave). The output of this integrator is fed into the Schmitt Trigger again, resulting in a steady triangular oscillation.
The TH VCO-1 is a relatively simple [VCO](vco) designed by Thomas Henry. Thomas Henry's original circuit for ±15V has been modified by Thom Whitwell to be used with Eurorack's ±12V (see [powersupply](powersupply)). View the schematic of the component board (without pots and jacks) here: https://github.com/atoav/TH-VCO1/raw/master/vco1_components.pdf . It has a triangle core and works as a Schmitt Trigger Integrator. A Schmitt Trigger is a small circuit which turns an arbitrary input signal into a rectangle wave: if the input signal exceeds a certain treshhold, the Schmitt Trigger will output a fixed positive voltage. If the input signal is below a certain treshhold, the Schmitt Trigger's output will flip to a fixed negative voltage. The output of the Schmitt Trigger is fed into a opamp based Integrator. A Integrator calculates "the surface under a graph" which means while its input faces a positive voltage it produces a rising voltage and once it's input goes negative, it produces a falling voltage (resulting in a triangular wave). The output of this integrator is fed into the Schmitt Trigger again, resulting in a steady triangular oscillation.
The frequency of this oscillation is controlled by an LM13700 OTA which works a bit like a [VCA](vca), but is actually controlled by current. One of the harder parts of designing an accurate [VCO](vco) circuit is getting a good linear (evenly "tuned") exponential voltage control which is achieved in our case by the use of an monolithic matched pair of NPN and PNP transistors in one chip (THAT340) and by using Tempco resistors which have a temperature characteristic opposite to other parts of the circuit in order to "cancel out" temperature drift. By using these Tempcos we can avoid big changes in tuning when eg. the room temperature changes.
The frequency of this oscillation is controlled by an LM13700 OTA which works a bit like a [VCA](vca), but is actually controlled by current. One of the harder parts of designing an accurate [VCO](vco) circuit is getting a good linear (evenly "tuned") exponential voltage control which in our case is achieved by the use of an monolithic matched pair of NPN and PNP transistors in one chip (THAT340) and by using Tempco resistors which have a temperature characteristic opposite to other parts of the circuit in order to "cancel out" temperature drift. By using these Tempcos we can avoid big changes in tuning when eg. the room temperature changes.
For a more thorough insight on this refer to [temperature compensation theory](http://ijfritz.byethost4.com/sy_cir7.htm) and [dial-a-tempco](http://ijfritz.byethost4.com/sy_cir9.htm?i=1).
For a more thorough insight on this refer to [temperature compensation theory](http://ijfritz.byethost4.com/sy_cir7.htm) and [dial-a-tempco](http://ijfritz.byethost4.com/sy_cir9.htm?i=1).
The TH-VCO1 uses a discrete Schmitt Trigger circuit built around two transistors [explained here](http://www.diystompboxes.com/smfforum/index.php?topic=99939.0). This could be replaced by an dedicated Comparator IC or by an opamp based Comparator, but should actually be faster than a opamp based Comparator (produces cleaner waveforms at higher frequencies).
The TH-VCO1 uses a discrete Schmitt Trigger circuit built around two transistors [explained here](http://www.diystompboxes.com/smfforum/index.php?topic=99939.0). This could be replaced by an dedicated Comparator IC or by an opamp based Comparator, but should actually be faster than a opamp based Comparator (produces cleaner waveforms at higher frequencies).