<?php
	include 'ars2head.php';
?>
	<div class="bold">Quad sample-and-hold</div>
	<div class="justify">
		The quad sample-and-hold is intended as a replacement for multiple D/As in a digital system where more analog outputs
		are wanted than avaliable D/As. The basic idea is to have a buffered voltage source that in turns charges
		each of the S&amp;Hs. Selection of which S&amp;H to charge is done via a 74HC595 shift register which acts like
		a serial data link to reduce amount of wires.
		<br/><br/>
		Charge and switch time depends on how much droop and how quick a signal change is acceptable/required.
		I have succesfully implemented this as CV controller of multiple VCOs without any (to me) hearable drop
		or "flutter" in frequency.
		<br/><br/>
		It's not the best s&amp;h in the world, thinking about noise
		and distortion entering the signals through mainly the 4066 switches. Also, there's a limitation to
		the avaliable voltage swing; +-7.5v in the CD4066BM datasheet supplied by National
		Semiconductors.
		<br/><br/>
		<div class="bold">schematic</div>
		The schematic is designed for a system where the signal source generates 0-5v (5 octaves v/oct). 
		The output is scaled to fit 2 VCOs (0 - 5v), a VCA that decreases in CV depending on MIDI velocity (0 - -5v)
		and a VCF (-7.5v - 7.5v). Op. Amps used are only due to my own convenience, the TL074's can be replaced
		with any low bias-input-current Op. Amps. and the LM301 can be more or less replaced with whatever. 
		If having to run the logic from 5v is inconvenient, just replace the 74HC595 with a 4094.
		S&amp;H noise, distortion and droop factors can probably be much better if changing the 4066 to a more
		high quality quad analog switch.<br/><br/>
		<a href="schematics/quadsh.gif">&gt;&gt;download schematic</a>
	</div>
<?php
	include $myroot . 'footer.html';
?>
