fountain
New member
Dear GroupDIY people,
I want to create a Geometric Series of frequencies:
f, fa, fa^2, fa^3, fa^4, fa^5, ...
Where
f = fundamental frequency
a = some ratio
It is possible to choose a value for "a", such that the sum of any two terms in the series equals the next term. Euclid called this value the Extreme and Mean Ratio.
a = 1.61803
I wrote a short paper about this, with lots of pictures:
https://spaz.org/~magi/grh/grh.html
I thought, if you begin with two signals, which are consecutive terms in the series, and put them through an Unbalanced Mixer (similar to a Ring Modulator), then you will get out the next and previous terms in the series. If you have some kind of feedback, then you should be able to grow the whole series from just two terms.
I've been reading about Gilbert Cells, and I have a couple MC1496 chips. What do you think would be a good way to do this?
I've built a couple circuits with 741 Op-Amps, and a diode to create the Heterodynes. They work properly when you put in two waves -- you get out the next and previous terms, the sum and difference of the input signals. But I'm having trouble with the feedback. When I put a resistor in series with the inductor (in order to widen the bandwidth) in the parallel LC circuit which recreates the bottom half of the waveform, then the oscillations cease. Should I just turn up the gain of the op-amp?
I feel like my approach may be too simple. Is there a better way to do this?
Here's some pictures:
https://spaz.org/~magi/elec/741/741.html
Here is some Python code I wrote which plots something similar to a Bode Plot for the parallel LC circuit.
https://spaz.org/~magi/elec/741/slider.py
The Resistance is in series with the inductor (inductors in real life have some resistance). The curve is plotted on a linear scale, not a logarithmic scale like a Bode Plot.
I've also heard that another approach would be to put the signal through an output transformer (like from a tube amp), and have an extra winding on the core through which you run DC just to saturate the core. When the core begins to saturate, it starts to behave non-linearly, and you get sum and difference frequencies on the secondary winding.
Thank you for any advice you can offer,
Sean
I want to create a Geometric Series of frequencies:
f, fa, fa^2, fa^3, fa^4, fa^5, ...
Where
f = fundamental frequency
a = some ratio
It is possible to choose a value for "a", such that the sum of any two terms in the series equals the next term. Euclid called this value the Extreme and Mean Ratio.
a = 1.61803
I wrote a short paper about this, with lots of pictures:
https://spaz.org/~magi/grh/grh.html
I thought, if you begin with two signals, which are consecutive terms in the series, and put them through an Unbalanced Mixer (similar to a Ring Modulator), then you will get out the next and previous terms in the series. If you have some kind of feedback, then you should be able to grow the whole series from just two terms.
I've been reading about Gilbert Cells, and I have a couple MC1496 chips. What do you think would be a good way to do this?
I've built a couple circuits with 741 Op-Amps, and a diode to create the Heterodynes. They work properly when you put in two waves -- you get out the next and previous terms, the sum and difference of the input signals. But I'm having trouble with the feedback. When I put a resistor in series with the inductor (in order to widen the bandwidth) in the parallel LC circuit which recreates the bottom half of the waveform, then the oscillations cease. Should I just turn up the gain of the op-amp?
I feel like my approach may be too simple. Is there a better way to do this?
Here's some pictures:
https://spaz.org/~magi/elec/741/741.html
Here is some Python code I wrote which plots something similar to a Bode Plot for the parallel LC circuit.
https://spaz.org/~magi/elec/741/slider.py
The Resistance is in series with the inductor (inductors in real life have some resistance). The curve is plotted on a linear scale, not a logarithmic scale like a Bode Plot.
I've also heard that another approach would be to put the signal through an output transformer (like from a tube amp), and have an extra winding on the core through which you run DC just to saturate the core. When the core begins to saturate, it starts to behave non-linearly, and you get sum and difference frequencies on the secondary winding.
Thank you for any advice you can offer,
Sean