Videokarma.org

Go Back   Videokarma.org TV - Video - Vintage Television & Radio Forums > Early Color Television

We appreciate your help

in keeping this site going.
Reply
 
Thread Tools Display Modes
  #316  
Old 11-29-2011, 10:47 AM
miniman82's Avatar
miniman82 miniman82 is offline
First Light: 1952-2011
 
Join Date: Jun 2009
Location: Great Mills, MD
Posts: 4,159
Quote:
Originally Posted by cbenham View Post
I misjudged what is in the picture entirely. Thought it was a small two pin 1/2 inch diameter Cinch-Jones connector, not something 1-3/8 inches diameter.
The small one is coming with a backshell, it's just not shown in the picture. What I said was "Now, if only I could source a backshell for the other plug...", referring to the large 7-pin round one. No one seems to have one, so I may end up trying to make my own.
__________________
Evolution...
Reply With Quote
  #317  
Old 11-30-2011, 08:59 PM
Penthode's Avatar
Penthode Penthode is offline
VideoKarma Member
 
Join Date: Jun 2009
Location: Kitchener/Waterloo Ontario Canada
Posts: 1,059
Has anyone considered construction of the CPA encoder? I wonder if an existing encoder chip can be modified for the purpose.

Ideally, it would be interesting to create as envisioned, a truly NTSC-CPA signal. Y', Cb', Cr', is available from many consumer devices and this would simplify the construction of the quadrature modulation and luma adder.

The R-Y axis would have to be inverted each field and the CPA sync would have to include the flag to properly correlate and signal the color field.

Any thoughts? It may be interesting to have an "official" competition to see who comes up with the best design. Maybe the prize could be, say, an RCA CTC-11 or something like that?
Reply With Quote
  #318  
Old 11-30-2011, 09:59 PM
tubesrule's Avatar
tubesrule tubesrule is offline
VideoKarma Member
 
Join Date: Jul 2004
Location: Michigan
Posts: 321
Quote:
Originally Posted by Penthode View Post
Has anyone considered construction of the CPA encoder? I wonder if an existing encoder chip can be modified for the purpose.

Ideally, it would be interesting to create as envisioned, a truly NTSC-CPA signal. Y', Cb', Cr', is available from many consumer devices and this would simplify the construction of the quadrature modulation and luma adder.

The R-Y axis would have to be inverted each field and the CPA sync would have to include the flag to properly correlate and signal the color field.

Any thoughts? It may be interesting to have an "official" competition to see who comes up with the best design. Maybe the prize could be, say, an RCA CTC-11 or something like that?
We were discussing this offline, and I thought had mentioned it on the thread, but perhaps not. If Nick decides to restore the set to CPA specs, I'll write the algorithms for my SCRF converters to generate the correct signal. Since the entire signal is generated in firmware, nearly any conceivable format can be realized. I have done other one-off or low volume versions like the British 405 NTSC, 405 SECAM and of course CBS field sequential color.

Darryl
__________________
Converters for obsolete standards:
www.tech-retro.com
Reply With Quote
  #319  
Old 11-30-2011, 10:34 PM
miniman82's Avatar
miniman82 miniman82 is offline
First Light: 1952-2011
 
Join Date: Jun 2009
Location: Great Mills, MD
Posts: 4,159
Quote:
Originally Posted by tubesrule View Post
We were discussing this offline, and I thought had mentioned it on the thread, but perhaps not. If Nick decides to restore the set to CPA specs, I'll write the algorithms for my SCRF converters to generate the correct signal.
I think it was only a topic via the email conversations. In any event, I still need to figure out which standard the set uses. To that end, I figured that getting the thing to actually run is the best way to do it. My brother is taking far too long to get the schematics in order, and I already have the horizontal section half ass working. Nevermind the fact that the schematics are causing their own set of issues, as far as being easily interpreted over the internet. Since the horizontal section is the heart of any receiver, it's a logical starting point. Once I have stable high voltage and sweep, I can hook up one of the CRT's and see if an NTSC signal does anything. I have a strong suspicion that it was modified at some point to use the later standard, but began life as a CPA platform- a test bed of sorts.

If it does turn out to be CPA, Darryl will definitely be getting a call from me. Rest assured, I will not stop until I am able to get some sort of picture out of this thing- hopefully a color one.
__________________
Evolution...
Reply With Quote
  #320  
Old 12-01-2011, 12:37 AM
Penthode's Avatar
Penthode Penthode is offline
VideoKarma Member
 
Join Date: Jun 2009
Location: Kitchener/Waterloo Ontario Canada
Posts: 1,059
Quote:
Originally Posted by tubesrule View Post
We were discussing this offline, and I thought had mentioned it on the thread, but perhaps not. If Nick decides to restore the set to CPA specs, I'll write the algorithms for my SCRF converters to generate the correct signal. Since the entire signal is generated in firmware, nearly any conceivable format can be realized. I have done other one-off or low volume versions like the British 405 NTSC, 405 SECAM and of course CBS field sequential color.

Darryl
I suppose I can visualize an algorithm to rescale and interpolate at baseband spatially or temporally for example the CBS field sequential system, it blows my mind to think you would be able to accurately realize in firmware the correct relationship between the the baseband luma and properly interleaved chroma!

I thought an FPGA implementation would be a bit over the top in this case. I suppose I am old school still thinking of a firmly hardware based implementation. For component 525 video, no rescaling would be required and fairly basic hardware following early 50's guidelines (but in solid state) would have been most appropriate.
Reply With Quote
Audiokarma
  #321  
Old 12-01-2011, 07:50 AM
tubesrule's Avatar
tubesrule tubesrule is offline
VideoKarma Member
 
Join Date: Jul 2004
Location: Michigan
Posts: 321
Quote:
Originally Posted by Penthode View Post
I suppose I can visualize an algorithm to rescale and interpolate at baseband spatially or temporally for example the CBS field sequential system, it blows my mind to think you would be able to accurately realize in firmware the correct relationship between the the baseband luma and properly interleaved chroma!
Modern video encoders use purely digital techniques to generate the composite signal. Writing the algorithms for my converters to do both quadrature modulation for NTSC/PAL and FM modulation for SECAM was relatively trivial. You can also add FIR/IIR filters for limiting the subcarrier bandwidth to the correct spec.

Implementing a discreet analog approach is certainly possible, but unless the source for the component video is coming from a very old piece of equipment, it's being sourced as digital data anyway, so it's just easier and cleaner to do all the work in the digital domain.

The great thing with fpga's is they can be thought of as equivalent to a software based solution but for hardware. You are still physically wiring low level hardware blocks together, but using firmware to do so, so you can change and add to the design ad infinitum without having to actually change physical parts or wiring. They are also extremely cheap for applications like this, so not only are they very flexible, it would be difficult to do a discrete design for a lower size or cost.

Darryl
__________________
Converters for obsolete standards:
www.tech-retro.com
Reply With Quote
  #322  
Old 12-01-2011, 08:32 PM
Penthode's Avatar
Penthode Penthode is offline
VideoKarma Member
 
Join Date: Jun 2009
Location: Kitchener/Waterloo Ontario Canada
Posts: 1,059
Quote:
Originally Posted by tubesrule View Post
Modern video encoders use purely digital techniques to generate the composite signal. Writing the algorithms for my converters to do both quadrature modulation for NTSC/PAL and FM modulation for SECAM was relatively trivial. You can also add FIR/IIR filters for limiting the subcarrier bandwidth to the correct spec.

Implementing a discreet analog approach is certainly possible, but unless the source for the component video is coming from a very old piece of equipment, it's being sourced as digital data anyway, so it's just easier and cleaner to do all the work in the digital domain.

The great thing with fpga's is they can be thought of as equivalent to a software based solution but for hardware. You are still physically wiring low level hardware blocks together, but using firmware to do so, so you can change and add to the design ad infinitum without having to actually change physical parts or wiring. They are also extremely cheap for applications like this, so not only are they very flexible, it would be difficult to do a discrete design for a lower size or cost.

Darryl
Hi Darryl,

Thanks for the reply. I won't deny that the FPGA is ideal for spatial/ temporal - rescaling/ interpolation. And certainly generating a composite signal may be straight forward. But what is your signal source?

The source of the signal I was considering would ideally come from a modern DVD player. The quality loss through analog to digital and digital to analog conversion is minimal if the video remains as component Y' Cb', Cr'. Analog component, serial digital (SMPTE259C) or HDMI, is okay. If the signal source is composite NTSC, the results will be compromised. Cascading composite codecs is lossy.

Why I suggested that the FPGA may be over the top is that to actually generate a CPA signal from analog component video should only take a dozen or so discrete transistors. If rescaling and interpolation was necessary, I would not hesitate to say FPGA. But with 525 line 59.94Hz video in and out, I do not think an FPGA is necessary.

My curiosity is now raised and I will ponder a hardware based solution.

Terry
Reply With Quote
  #323  
Old 12-01-2011, 09:57 PM
tubesrule's Avatar
tubesrule tubesrule is offline
VideoKarma Member
 
Join Date: Jul 2004
Location: Michigan
Posts: 321
Quote:
Originally Posted by Penthode View Post
Thanks for the reply. I won't deny that the FPGA is ideal for spatial/ temporal - rescaling/ interpolation. And certainly generating a composite signal may be straight forward. But what is your signal source?

The source of the signal I was considering would ideally come from a modern DVD player. The quality loss through analog to digital and digital to analog conversion is minimal if the video remains as component Y' Cb', Cr'. Analog component, serial digital (SMPTE259C) or HDMI, is okay. If the signal source is composite NTSC, the results will be compromised. Cascading composite codecs is lossy.
Hi Terry,
Certainly obtaining the video directly from a digital source is preferable but not practical for this level of converters. In my professional design work, everything is SDI, quickly becoming 3G SDI but that is unheard of outside the broadcast industry. Consumer level HDMI is hampered by HDCP making it useless unless you want to try to obtain a license which would be cost prohibitive for these low volume converters.

For my low cost converters I use a video front end with a 4 line adaptive comb filter, so while not quite as good as component, it has proven to be more than adequate for the capabilities of these early sets. These parts have the capability to support S-Vid, so this input can be added to these converters. My broadcast WC converter has CVBS, S, and component YUV/RGB inputs but is overkill for this purpose. It uses 10 bit ADC/DAC's with 14 bit minimum internal processing which considerably raises the cost.

Quote:
Originally Posted by Penthode View Post
Why I suggested that the FPGA may be over the top is that to actually generate a CPA signal from analog component video should only take a dozen or so discrete transistors. If rescaling and interpolation was necessary, I would not hesitate to say FPGA. But with 525 line 59.94Hz video in and out, I do not think an FPGA is necessary.

My curiosity is now raised and I will ponder a hardware based solution.
I don't think it would be quite this easy in analog using baseband component. You need to generate the 3.8MHz carrier, preferably correctly locked to the Hsync (assuming the Hsync from the source is even stable enough although you could free run like consumer vcr's), bandwidth limit and quadrature modulate the R-Y and B-Y and then add back into Y. Potentially an off the shelf part might be able to do at least a portion of this, but it's still a fairly involved design.

The nice thing with an fpga design is you are not limited to the physical hardware. If you want to add a filter, change the carrier frequency or phase, etc. it's just a respin of the vhdl. I have added stuff to clients designs that were not even in the original spec all without touching the hardware.

Darryl
__________________
Converters for obsolete standards:
www.tech-retro.com

Last edited by tubesrule; 12-01-2011 at 10:04 PM.
Reply With Quote
  #324  
Old 12-02-2011, 11:13 PM
Penthode's Avatar
Penthode Penthode is offline
VideoKarma Member
 
Join Date: Jun 2009
Location: Kitchener/Waterloo Ontario Canada
Posts: 1,059
Quote:
Originally Posted by tubesrule View Post
Hi Terry,
Certainly obtaining the video directly from a digital source is preferable but not practical for this level of converters. In my professional design work, everything is SDI, quickly becoming 3G SDI but that is unheard of outside the broadcast industry. Consumer level HDMI is hampered by HDCP making it useless unless you want to try to obtain a license which would be cost prohibitive for these low volume converters.

For my low cost converters I use a video front end with a 4 line adaptive comb filter, so while not quite as good as component, it has proven to be more than adequate for the capabilities of these early sets. These parts have the capability to support S-Vid, so this input can be added to these converters. My broadcast WC converter has CVBS, S, and component YUV/RGB inputs but is overkill for this purpose. It uses 10 bit ADC/DAC's with 14 bit minimum internal processing which considerably raises the cost.



I don't think it would be quite this easy in analog using baseband component. You need to generate the 3.8MHz carrier, preferably correctly locked to the Hsync (assuming the Hsync from the source is even stable enough although you could free run like consumer vcr's), bandwidth limit and quadrature modulate the R-Y and B-Y and then add back into Y. Potentially an off the shelf part might be able to do at least a portion of this, but it's still a fairly involved design.

The nice thing with an fpga design is you are not limited to the physical hardware. If you want to add a filter, change the carrier frequency or phase, etc. it's just a respin of the vhdl. I have added stuff to clients designs that were not even in the original spec all without touching the hardware.

Darryl
Hi Darryl,

I certainly see your points. But the issue at the time was for CPA to optimize luma and chroma resolution. For one to first hand understand whether the abandonment CPA was justified requires a signal with at least the chroma resolution the early NTSC was trying to achieve. CPA was initially intended to convery full bandwidth chroma for both color differ signals of 1.5 MHz. NTSC constricted the Q channel to 500kHz. Secondly the use of a four line adaptive decoder compromises the diagonal luma resolution as well as reducing the vertical chroma resolution. In other words concatenating the two codecs will not give a proper representation of CPA. However, this will only be worth the bother if the display CRT focus and bandwidth to the CRT are up to the job of showing the extra resolution that was intended by the use of CPA.

I also believe the thought of the NTSC at the time was if putting the subcarrier at 3.89MHz, would the subcarrier into luma interference pattern less obvious and allow the luma bandwidth to be somewhat greater? The IQ NTSC standard with the subcarrier at 3.58MHz meant that the luma trap limited luma bandwidth to only about 3.0MHz and with the subcarrier at 3.89MHz, the luma response was effectively extended another 400kHz.

Component video from a DVD player will have reasonable stable sync. I agree that locking the subcarrier to the sync will be a challenge. VHS tape as a source will be totally out of the question since VHS does not fulfil the mathematical subcarrier to Hsync relationship and VHS simply does not have the bandwidth. DVD playback does and is stable.

I would think the reason I would persue CPA encoder without the IQ concatenation would be to see how well CPA would work. I think we would all agree that component 525 video looks very decent. (In fact playback of a good quality component DVD authored from 35mm film looks better than much (if not most) broadcast video purported to be HD).

I agree that a dozen transistors will not account for even the sync divider. But I think a few ASICs may be adapted to work in a CPA encoder. I trust the restoration of this set (if it is indeed a CPA Prototype) will come to fruition and the opportunity presents itself to compare CPA encoding schemes. Besides I would like to see how well an FPGA solution will work.

All the best,

Terry

Last edited by Penthode; 12-02-2011 at 11:19 PM.
Reply With Quote
  #325  
Old 12-03-2011, 12:38 AM
miniman82's Avatar
miniman82 miniman82 is offline
First Light: 1952-2011
 
Join Date: Jun 2009
Location: Great Mills, MD
Posts: 4,159
Quote:
Originally Posted by Penthode View Post
For one to first hand understand whether the abandonment CPA was justified requires a signal with at least the chroma resolution the early NTSC was trying to achieve.
To this end, I don't honestly need to see it to understand what the engineers saw back in 1953. I have a few papers that detail some of the issues they themselves saw when using CPA, and their reasons for abandoning it's use. The flicker was seen as objectionable, though their notes indicated that it was not too bad at low brightness levels. Additionally, as was found by the later tests, I/Q sets produced pictures that were acceptable for the general public and I doubt anyone pitched a fit or even noticed a difference when sets went to narrowband shortly thereafter. Let's remember that the average person back then (and I'd argue even now) wasn't so concerned about picking apart every little detail as some of us are. I'd assume that they were enthralled by simply having a color picture on the screen, much less being able to afford one as expensive as they were.

I can tell the difference in picture quality between a wide bandwidth set like my 21CT55 and a narrow bandwidth CTC-4, but most people would be hard pressed to see the difference. All that said, it would be important to feed a CPA set with signals having the correct bandwidth in order to evaluate its performance. But since this set doesn't appear to have a CPA switch in it, I don't think we will ever know.
__________________
Evolution...
Reply With Quote
Audiokarma
  #326  
Old 12-03-2011, 08:28 AM
tubesrule's Avatar
tubesrule tubesrule is offline
VideoKarma Member
 
Join Date: Jul 2004
Location: Michigan
Posts: 321
Hi Terry,

Quote:
Originally Posted by Penthode View Post
I certainly see your points. But the issue at the time was for CPA to optimize luma and chroma resolution. For one to first hand understand whether the abandonment CPA was justified requires a signal with at least the chroma resolution the early NTSC was trying to achieve. CPA was initially intended to convery full bandwidth chroma for both color differ signals of 1.5 MHz. NTSC constricted the Q channel to 500kHz. Secondly the use of a four line adaptive decoder compromises the diagonal luma resolution as well as reducing the vertical chroma resolution. In other words concatenating the two codecs will not give a proper representation of CPA. However, this will only be worth the bother if the display CRT focus and bandwidth to the CRT are up to the job of showing the extra resolution that was intended by the use of CPA.

I also believe the thought of the NTSC at the time was if putting the subcarrier at 3.89MHz, would the subcarrier into luma interference pattern less obvious and allow the luma bandwidth to be somewhat greater? The IQ NTSC standard with the subcarrier at 3.58MHz meant that the luma trap limited luma bandwidth to only about 3.0MHz and with the subcarrier at 3.89MHz, the luma response was effectively extended another 400kHz
All valid points. To see CPA as it was originally envisioned would take higher chroma bandwidth than available with I/Q NTSC. This has also been brought up with the converters when displaying to a CBS sequential set which is one of the reasons I added the component inputs to the WC converter. As Nick pointed out however, it takes a trained eye to see any difference on the few CBS sets when using a composite versus component input.

Keep in mind that we are not using a strict NTSC signal as a video source. When coming from a set top box, DVD, DVR, basically any digitally sourced device, the video encoder is probably not doing Q limiting per the spec. This along with the fact that the source is clean and we are connecting directly to the set, many other limiting factors have been eliminated or greatly reduced.

Quote:
Originally Posted by Penthode View Post
Component video from a DVD player will have reasonable stable sync. I agree that locking the subcarrier to the sync will be a challenge. VHS tape as a source will be totally out of the question since VHS does not fulfil the mathematical subcarrier to Hsync relationship and VHS simply does not have the bandwidth. DVD playback does and is stable.
This is why I prefer digital solutions. The WC converter has a built in 8 frame memory that acts a TBC, so regardless of the source, the output will always be stable and correct. While that is not as important in this application, it makes a world of difference for the CBS sets. Once you get those wheels up to speed and in sync, you don't want the sync phase changing

Quote:
Originally Posted by Penthode View Post
I would think the reason I would persue CPA encoder without the IQ concatenation would be to see how well CPA would work. I think we would all agree that component 525 video looks very decent. (In fact playback of a good quality component DVD authored from 35mm film looks better than much (if not most) broadcast video purported to be HD).
Whenever a new format comes up, I always add it to all my converters, so since it will also be in the WC converter, we would be able to compare the effect of the different inputs.

For an input source on any of these comparisons we really should be using 10bit uncompressed video, or at least a minimally compressed one like DigiBeta. While DVD's can look good, as a design engineer the 8 bit quantization and mpeg2 compression are horrendous as evidenced in fast motion and quantization noise in dark scenes.

Great discussion Terry. I guess we need to see what Nick discovers as he documents the set.

Nick, it's disappointing to hear the set does not have the CPA switch and may be too far modified from it's origins to put it back.

Darryl
__________________
Converters for obsolete standards:
www.tech-retro.com
Reply With Quote
  #327  
Old 12-03-2011, 11:49 AM
miniman82's Avatar
miniman82 miniman82 is offline
First Light: 1952-2011
 
Join Date: Jun 2009
Location: Great Mills, MD
Posts: 4,159
Quote:
Originally Posted by tubesrule View Post
Nick, it's disappointing to hear the set does not have the CPA switch and may be too far modified from it's origins to put it back.

Regardless, it's a very interesting chassis to look at even if it never works. It's a great historical piece, since it's obvious they were trying different things with it. It has chassis stampings labeled 'CPA' and 'DELAY', and there are a pair of 12AU7's not connected to anything that look as if they may have had something to do with CPA at some point but now serve no purpose. Looking at the local oscillator, it has a pair of phase shifting networks on it's output which then go directly to the R-Y and B-Y demodulators. It resembles an NTSC circuit more than anything else, so that's what I'm putting my money on. Still not clear if it's I/Q, but since it was what they eventually decided on it's highly probable. Nailing down the years it was worked on would help, but there are no identifying marks on it.
__________________
Evolution...
Reply With Quote
  #328  
Old 12-06-2011, 10:22 PM
Penthode's Avatar
Penthode Penthode is offline
VideoKarma Member
 
Join Date: Jun 2009
Location: Kitchener/Waterloo Ontario Canada
Posts: 1,059
Yes, it is disappointing that the CPA switch cannot be found. Despite the sketchy information that is to be currently found on early NTSC development, the CPA decoder could possibly be reconstructed.

I also appreciate the insight to the FPGA design converter. Thanks, Darryl.

This set nevertheless is a very unique part of television history and I am glad it has a good home.

Terry
Reply With Quote
  #329  
Old 12-16-2011, 01:58 PM
miniman82's Avatar
miniman82 miniman82 is offline
First Light: 1952-2011
 
Join Date: Jun 2009
Location: Great Mills, MD
Posts: 4,159
Was watching TV the other day, and noticed A&E is advertizing the new 'Shipping Wars' show. This is the series that Roy told me was filming him at the time the set was delivered, so start setting your DVR's in case I appear on screen!

http://www.shippingwars.net/

http://www.youtube.com/watch?v=yV6CTqduv-I
__________________
Evolution...
Reply With Quote
  #330  
Old 01-10-2012, 08:57 PM
tubesrule's Avatar
tubesrule tubesrule is offline
VideoKarma Member
 
Join Date: Jul 2004
Location: Michigan
Posts: 321
Hey Nick, you're a TV star!

You were just moments ago on the new Shipping Wars show. Hopefully you were recording it. They showed picking the set up from Harry just before the break and then delivering it to you. Very nice.

Darryl
__________________
Converters for obsolete standards:
www.tech-retro.com
Reply With Quote
Audiokarma
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:55 AM.



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
©Copyright 2012 VideoKarma.org, All rights reserved.