I am desinging a Digital-PLL and I'm trying to figure out what DAC
> resolution I need to drive my VCO given a .1 degree phase accuracy
> requirement (that is, reference and output need to be within .1 degrees
> of each other).
>
> The DPLL output operates over a range of 1 Hz to 50 Hz (not too tough),
> and my VCO gain is 11.8333 Hz / Volt . My phase detector is the standard
> two-DFF type and can get detect a minium time difference of 20 ns in the
> two waveforms. DAC output(which controls the VCO) range is 0 - 5V.
>
> My problem is that I'm having trouble relating my phase requirement to
> DAC voltage step-size (number of bits).
Assuming that the DAC is updated once each cycle of the output frequency, you want your frequency to be within f (1 +- 1/3600), which would generate the maximum phase error, assuming that the phase was exactly matched at the beginning. That suggests that you want at least a 12-bit converter.
If you did external filtering, you could use fewer bits and toggle the DAC setting more frequently such that the average voltage is for the correct frequency.
Thad