50 Ohm Impedance Output
SRLM
Posts: 5,045
I'm trying to calibrate my oscilloscope, and in the manual it says that for the high frequency compensation I should connect the probes to a 1 MHz square wave with an amplitude of 3V p-p, and an output termination of 50 ohms.
The manual says to use a frequency generator, but I don't have one. So, I want to use a Propeller instead.
I've got a PASM program running on the Quickstart that outputs a 1MHz square wave, but what about the other two parameters? Using just the Propeller and basic components, can I make a circuit that closely approximates the requirements?
The manual says to use a frequency generator, but I don't have one. So, I want to use a Propeller instead.
I've got a PASM program running on the Quickstart that outputs a 1MHz square wave, but what about the other two parameters? Using just the Propeller and basic components, can I make a circuit that closely approximates the requirements?
Comments
The Prop has a finite output resistance, as I recall it's about 120Ω or so.
This resistance is essentially in series with the 50Ω load resistor.
This forms a voltage divider so the 3.3V square wave will show up as 3.3V*50Ω/(120Ω+50Ω) = 0.97V.
What ever the pin resistance is, the combination of the 50Ω coax and the 50Ω load resistor will results in the fastest rise time possible.
Theoretically the coax can be any length.
Practically, coax has some resistance so long coaxes will result in a bit lower voltage. However, generally, the rise time doesn't suffer except for very fast risetimes which the Prop is not capable of.
Note, most scopes have high impedance inputs so you will need to add the load resistance.
If your scope has 50Ω input impedance the resistor is not needed, (its already in the scope).
BTW, you could do a similar thing with a 75Ω or higher impedance coax, with a matching load resistor, and get a higher output voltage.
Duane J
Is this to calibrate the 10x probe itself?
I should add:
To calibrate the voltage across the Load resistor simply have the prop output a steady DC voltage and read it with a voltmeter.
Duane J
What part exactly are you trying to calibrate ?
1MHz is above probe compensation R * C, so you are really checking the capacitive divider, and usually that is done at a lower frequency, as you mostly want LF == HF gains.
Once you have probe compensation correct, then a good DC voltmeter can verify your signal swing, which you can apply to the Cal steps.
Rayman is correct. The typical signal generator is designed for and expects a 50 ohm load impedance. With the signal generator outputting a 1 KHz signal, connected to a 50 ohm load, and the scope probe leads connected to the load resistor you should adjust the probe to obtain a perfect square wave, or as close as possible.
http://www.home.agilent.com/agilent/redirector.jspx?action=ref&cname=AGILENT_EDITORIAL&ckey=662668&lc=eng&cc=US&nfr=-33863.536905611.00
For the low frequency adjustment (using the front panel square wave, and not part of the original question) I'm adjusting the pot on the probe tip. For the high frequency adjustment, I'm adjusting the two pots in the plug of the probes.
Thanks everyone for the feedback.
Might be good enough though.
I'd probably run the output of a prop pin into a 1k resistor at the input to a line driver with 50 Ohm termination.
adjustments will want a matched 50ohm signal I think (well its a BNC connection...)
You could put a prop pin through a 180 + 68 ohm resistor divider to get 50 ohm square wave at 0.9V p2p (unloaded) 0.45V (50 ohm load).
Prop outputs should have a risetime of a few ns.
50ohm line drivers are a pain to find. The best "line driver" I've found is 3-6 74AC or 74LVC gates in parallel. (CMOS chip families work best as they current share when paralleled) Rise time is about 2nS and the parallel gates will drive a 50 ohm transmission line with two or three terminated branches if needed. If you can tolerate a 12-15nS propagation delay, surface mount packages, and a lower maximum current then 1ohm SPDT video switch chips also work well.
Lawson
Maybe you can find a single-supply buffer that works better... A few logic gates in parallel might work too, as Lawson suggested, but you want to be able to drive two 50-ohm resistors in parallel, ideally......
That's because you get the best performance with 50 ohm resistors to ground on both ends of your 50 ohm cable...