ashleysmithd wrote:Wow thanks for the informative reply Jeff, that certainly clears a lot of questions up.
You mentioned sampling at 4x the colour sub-carrier frequency, is this rule typical in most ADC's? From what I've learnt PAL is normally sampled at 13.5MHz in accordance with the Nyquist-Shannon theorem (double and then add a bit), 4x the sub-carrier would make it 17.73MHz which I guess would produce an even more accurate sample and reduce noise.
Would you say that more composite PAL/NTSC to SDI ADC's are Flash ADC based or Successive Approximation? It actually make's more sense to use Successive Approximation ADC's as they sample in the range of hundreds of MHz, minus the 4095 comparators you would need for a 12-bit Flash ADC. I'm just trying to work what area to focus more on in my presentation.
Again, many thanks for the reply it was extremely helpful.
Daniel
About sample rates: again, it's important to distinguish between sampling a composite signal versus sampling the components. For composite video, sampling 3
fsc is marginally adequate to overcome Nyquist issues, and general practice (I think there's even a SMPTE recommendation on this) is 4
fsc. As you point out, that does indeed yield a rate of 17.72MHz.
The 13.5MHz rate you allude to is the sample rate for the luminance channel only, in a component (Y / R-Y / B-Y) system; each of the chrominance components are sampled at half that, or 6.75MHz. (Incidentally, the same rates apply to either 525 or 625 line component formats.) If you assume ten bits per sample, times (13.5 + 6.75 + 6.75) million samples per second, you wind up with a bit rate of 270Mb/s -- the most common SMPTE 259M rate, for component serial digital video. (If you take those composite samples we mentioned in the past paragraph and transmit those serially at ten bits per sample, you get another familiar bitrate: 177Mb/s, also defined in the 259M standard, but generally regarded as obsolete.)
One important point to remember is that in a composite converter, the sample rate clock is locked to incoming color burst, and the samples are taken at specific phase angles: 57°, 147°, 237°, and 327° (I had to look that up, it isn't something I memorized back in the school for Sony BVH machines!). Remember, color subcarrier is both amplitude modulated (a function of chroma saturation) and phase modulated (a function of hue); by having the sample points occur at specifically defined points with respect to the color burst reference, it becomes practical to discern luminance, chroma level and chroma phase directly from the samples themselves, without having to do additional computation; moreover, it allows the recovered chroma phase to be quite accurate.
Nowadays, I rather suspect that successive approximation is most likely how ADC is done, but I can't really prove that beyond inferring from the fact that it's technically feasible, and from the relatively low component count in contemporary equipment. Unfortunately, the days where equipment came with several manuals of schematics and detailed theory of operations tutorials are gone -- it's not unusual for equipment to ship with no documentation whatsoever, forcing the user to wade through web sites for the most rudimentary information.

That's why I hang on to ancient manuals for long-gone equipment: they often explain things that apply to far newer devices.
-- Jeff