hevans1944
Hop - AC8NS
Okay, this is starting to make sense. The signal generator currently produces a voltage that replaces the voltage produced by the tuning potentiometer in the radio. So far, so good. You now need to generate a timed sequence of pseudo-random but fixed voltages to replace the signal generator output. Did I understand correctly?
Or maybe you want to replace the rotary shaft potentiometer in the radio with a digital version that can be "dialed in" to a pseudo-randomly chosen position between minimum and maximum values. That's how I would do it. Save your signal generator for lab-bench uses, parking it next to your digital storage oscilloscope. Add a small circuit board, external to the radio, along with three small connecting wires that replace the three terminals of the existing tuning potentiometer, which you remove. Maybe you add two more wires to "borrow" some power from the radio to run the pseudo-random pot position function.
Either way, you need to decide perzactly how you are going to do this. I think the suggestion to use an R-2R resistance ladder network was a good one. The more R-2R stages you cobble together, the more pseudo-random "jumps" your "tuning" can make without repetition. Eight stages will yield 28
or 256 different tuning steps. Four R-2R stages will yield 16 steps. You must decide how many unique steps you need to cover whatever tuning range you select.
The next trick is figuring out which 8-bit or 4-bit, or some other number of current-steering switches to turn on or off in your ladder network. This is the responsibility of the pseudo-random number generator. If you want to continue in this vein, we can help. There are lots of ways to generate pseudo-random numbers. Some are even based on analog "white noise" sources that are easy to construct, but more difficult to manipulate into digital number selections. And there are of course computer-based algorithms that start with a "seed" and go on to generate a pseudo-random sequence of binary numbers. These are attractive for some applications because the pseudo-random sequence repeats over some interval of time, and the same values are repeated over and over again. Very useful sometimes for statistical analysis, but probably not relevant for your application.
I wish you would allow a micro-controller or micro-processor implementation. That would be so much easier to design, albeit requiring some skills you may not be willing to learn. Your project does sound like a "fun" project, and for the avid hobbyist that is the best kind. Please let us know what we can do to help.
Let's not go there. I trust that you have figured out how to connect the signal generator output to your radio without "bricking" either one. Perhaps your signal generator frequency can only be manually adjusted, perhaps it outputs triangle wave forms that slowly sweep the radio tuning up and down the band, or maybe it only outputs sine waves that accomplish the same thing, except in a non-linear sinusoidal fashion. Whatever, the signal generator isn't causing the radio tuning to jump around in a pseudo-random fashion as you want it to.I can send you pictures of this if you do not believe me...LOL
Or maybe you want to replace the rotary shaft potentiometer in the radio with a digital version that can be "dialed in" to a pseudo-randomly chosen position between minimum and maximum values. That's how I would do it. Save your signal generator for lab-bench uses, parking it next to your digital storage oscilloscope. Add a small circuit board, external to the radio, along with three small connecting wires that replace the three terminals of the existing tuning potentiometer, which you remove. Maybe you add two more wires to "borrow" some power from the radio to run the pseudo-random pot position function.
Either way, you need to decide perzactly how you are going to do this. I think the suggestion to use an R-2R resistance ladder network was a good one. The more R-2R stages you cobble together, the more pseudo-random "jumps" your "tuning" can make without repetition. Eight stages will yield 28
or 256 different tuning steps. Four R-2R stages will yield 16 steps. You must decide how many unique steps you need to cover whatever tuning range you select.
The next trick is figuring out which 8-bit or 4-bit, or some other number of current-steering switches to turn on or off in your ladder network. This is the responsibility of the pseudo-random number generator. If you want to continue in this vein, we can help. There are lots of ways to generate pseudo-random numbers. Some are even based on analog "white noise" sources that are easy to construct, but more difficult to manipulate into digital number selections. And there are of course computer-based algorithms that start with a "seed" and go on to generate a pseudo-random sequence of binary numbers. These are attractive for some applications because the pseudo-random sequence repeats over some interval of time, and the same values are repeated over and over again. Very useful sometimes for statistical analysis, but probably not relevant for your application.
I wish you would allow a micro-controller or micro-processor implementation. That would be so much easier to design, albeit requiring some skills you may not be willing to learn. Your project does sound like a "fun" project, and for the avid hobbyist that is the best kind. Please let us know what we can do to help.