tda9800
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: tda9800
Hello,
I've not done this type of thing for a while but it looks like there are external components to allow you to tweak the VCO (voltage controlled oscillator) output.
I've not done this type of thing for a while but it looks like there are external components to allow you to tweak the VCO (voltage controlled oscillator) output.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: tda9800
It looks to me like the VCO is tuned using a variable inductor and parallel capacitor.
You would probably either need a way of physically turning the existing variable inductor (servo motor?) or electrically recreating the variable inductor using say a multiplexer IC and lots of little inductors chained together in a R2R DAC type formation.
I would probably go with the first option to avoid the complications of the second option.
Just had a quick search and it does look like you can get digitally controlled inductors
https://www.google.co.uk/search?q=digit ... PGXvu1u_gO
You would probably either need a way of physically turning the existing variable inductor (servo motor?) or electrically recreating the variable inductor using say a multiplexer IC and lots of little inductors chained together in a R2R DAC type formation.
I would probably go with the first option to avoid the complications of the second option.
Just had a quick search and it does look like you can get digitally controlled inductors
https://www.google.co.uk/search?q=digit ... PGXvu1u_gO
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: tda9800
Thanks very much
In an old TV they probably have the tuning knob be a rheostat, this will effectively work as a potentiometer and a variable inductor. It's probably the variable inductance that controls the carrier frequency.
I studied a lot of TV, satellite and marine comms systems in college so my memory is hazy but I remember the old analogue systems being very well designed, field maintainable and bomb proof. Nothing like these botched together disposable digital systems we have today
Saying that, tech is currently moving at such a rate that it probably needs to be.

In an old TV they probably have the tuning knob be a rheostat, this will effectively work as a potentiometer and a variable inductor. It's probably the variable inductance that controls the carrier frequency.
I studied a lot of TV, satellite and marine comms systems in college so my memory is hazy but I remember the old analogue systems being very well designed, field maintainable and bomb proof. Nothing like these botched together disposable digital systems we have today

Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: tda9800
Hi Benj,
I did some research on the topic and i find this project very complex yet very interesting at the same time. I am confused in selecting parts for processing input frequency for UHD results? Can an avr or microchip will be able to handle all of this? Some body told me that i need about 10Gig for HDMI output
. Can i bring Flowcode 7 in action for this project
? i see an RF component in an earlier version of FC. Please advice
Thank you
I did some research on the topic and i find this project very complex yet very interesting at the same time. I am confused in selecting parts for processing input frequency for UHD results? Can an avr or microchip will be able to handle all of this? Some body told me that i need about 10Gig for HDMI output


Thank you

- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: tda9800
Hello,
A powerful 16-bit PIC can just about handle driving a 600 x 480 VGA output. At UHD resolutions you're talking super fast parallel processing such as a FPGA device. A microcontroller won't cut it at all. Video is a harsh mistress and requires dedicated bespoke silicone to drive it. For UHD you probably need something with the processing power of a modern graphics card. e.g. hundreds of parallel processor cores. The old analogue systems were really clever because they didn't have the processing power available but yet the analogue way it was put together allowed the data being received to drive the electronics. E.g. the front and back porch synchronised and controlled the timing of the electron beam. This was really clever but it was a really tiny fraction of the data of a UHD display.
A powerful 16-bit PIC can just about handle driving a 600 x 480 VGA output. At UHD resolutions you're talking super fast parallel processing such as a FPGA device. A microcontroller won't cut it at all. Video is a harsh mistress and requires dedicated bespoke silicone to drive it. For UHD you probably need something with the processing power of a modern graphics card. e.g. hundreds of parallel processor cores. The old analogue systems were really clever because they didn't have the processing power available but yet the analogue way it was put together allowed the data being received to drive the electronics. E.g. the front and back porch synchronised and controlled the timing of the electron beam. This was really clever but it was a really tiny fraction of the data of a UHD display.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel