https://www.engineersgarage.com/contributions/waveform-converter-circuits/
can any of you folks with oscilloscopes verify the content of this? If there is a way that this may be tailored to guitar signal frequencies (which are more inconsistent and non repetitive), please share... ;D
The following is the opposite of what you're asking... Please forgive me :'(
Refer to a basic comparator circuit and assume we're using a rail to rail opamp like a LM368.
Let's put a reference voltage on the non-inverted input (let's say half of the supply voltage, 4.5v). No feedback resistors for this demo. Could be done with a simple resistor divider.
If we apply a sine wave to the inverted input, when the voltage is lower than the reference at the + input the output will be high. Once the sine is higher than the + input voltage the output then goes low.
I threw this together for ya.
Circuit Simulator (http://tinyurl.com/y8qaa2lj)
And finally after all of that I'm realizing you want the opposite :'(
Wouldn't that be a filter?
Google is your friend:
https://www.ti.com/lit/an/sbfa003/sbfa003.pdf (https://www.ti.com/lit/an/sbfa003/sbfa003.pdf)
https://www.nutsvolts.com/magazine/article/making_waves (https://www.nutsvolts.com/magazine/article/making_waves)
http://www.learningaboutelectronics.com/Articles/Square-to-sine-wave-converter-circuit.php (http://www.learningaboutelectronics.com/Articles/Square-to-sine-wave-converter-circuit.php)
I'm afraid that square to sine is a problem you will hit a brick wall with. Filtering out all of the harmonics to leave a pure sine only works properly near a specific frequency. Below that frequency, harmonics creep back in and above it, the remaining fundamental gets quieter. This was a huge problem for the old transistor organs which is why the Hammond system which produces purer tones in the first place was so popular for so long.
Jim is right. Even that Square-to-triangle circuit produces a decreasing amplitude as the frequency climbs, because the slope stays the same. You can adjust the slope to suit the input frequency, of course, but then you need to know what the input frequency is. It works ok if you do know - the Roland Juno106 uses a circuit like this to generate ramp waves from squares.
If you *did* have a triangle wave of a fixed amplitude, you can waveshape it into a sine by using a tanh-curve function, like the input pair of an OTA, or a differential pair of transistors. This page is probably the definitive round-up of the various ways it can be done:
http://www.timstinchcombe.co.uk/index.php?pge=trisin (http://www.timstinchcombe.co.uk/index.php?pge=trisin)
Most of these methods are very sensitive to the input amplitude. This is fine if you're building a VCO and you've got a fixed amplitude output, since you can trim the circuit for the best sine quality. As an effects circuit, it's basically a soft-drive distortion.
A 45 years old square to sine converter..
(110 op-amp projects Ray M. Marston, page 77)
(https://i.imgur.com/8ts6Slv.png)
Quote from: antonis on July 01, 2020, 06:30:26 PM
A 45 years old square to sine converter..
I wonder what ramp input means ... I thought for a minute somebody had broken the laws of physics 45 years ago lol
Quote from: antonis on July 01, 2020, 06:30:26 PM
A 45 years old square to sine converter.. (110 op-amp projects Ray M. Marston, page 77)
https://archive.org/details/110OpAmpProjects/page/n79/mode/2up
TRIangle to Sine.
This is something I've chased for a few decades now.
As noted, most sine SHAPERS are very, very amplitude sensitive, and just don't work well at all without the single magic amplitude. This includes especially triangle to sine shapers.
As noted, square to triangle converters have decreasing amplitude with square wave frequency. This makes converting to triangle then to sine especially difficult.
Simple filters just don't work well except at the filter's special magic frequency.
Complex filters can be made that use PLLs to multiply a square wave frequency enough to make a tracking filter that will follow the input frequency to make the filter "magic" frequency track the input frequency. Note the word "complex".
The best way I've found is to use a phase locked loop ("PLL") to multiply an incoming square wave by 8, 16 or some such amount then to use binary dividers to generate a sine wave at the same frequency as the incoming square wave. This works. You get a sine wave to any degree of accuracy you care to make the PLL and dividers and summer network work at. 1% or less distortion is not difficult at all. You get a fixed amplitude sine wave at the frequency of the incoming square wave. It's a generated sine, no relation other than frequency to the original signal. But you do get a sine.
This takes a CD4046 (or one of the followons), a CD4024 (or other similar) binary divider, and a set of carefully chosen precision resistors to add up the binary divider outputs. It's not terribly demanding, and it's the only reliable way I've found to generate a reasonably good sine at the frequency of a varying frequency analog signal that's been squared up.
Generating a good quality sine wave from a square or a triangle is always going to be tricky if you want variable frequency or amplitude for that matter. I find it's easier to generate a sine wave first, using a sinusoidal oscillator such as a quadrature oscillator. Once you have a nice sine wave, it's relatively easy to generate square, triangle and sawtooth from it; certainly much easier than going the other way which always results in audible artifacts in my experience.
Here's a basic LM13700 based sinusoidal LFO design which works from about 0.1Hz to 20Hz, you can adjust it to suit. It's not correctly temperature compensated so I wouldn't use it for an audio oscillator without additional compensation.
(https://i.postimg.cc/qgh221wJ/tempsnip.png) (https://postimg.cc/qgh221wJ)
Before direct digital synthesis, the way to make a multiwaveform generator was to use a precision and symmetrical triangle wave generator with a ramp up/down integrator, and switch the direction at the peak and valley points. The simplest way to do that was with a Schmitt trigger to flip the ramp direction. This is used in most simple LFO sweep generators in effects, and gets you the square at the same time.
With a fixed triangle amplitude, you have the ingredients for a decent sine wave by shaping the triangle. That's what's inside the older three-waveform generator chips like the 8038 and its ilk. It's what was in some pretty fancy low distortion lab stuff from the 70s and 80s as well, all cleaned up and polished for the dance.
Generating a low distortion sine from scratch is tough enough that the AGC technique to do it with a Wien bridge is what started Hewlett Packard. Generating modest distortion sines is not too tough. Generating a square wave from this is really simple - just a comparator.
This is a path-sensitive process though. If you have to start with a random signal and square it up to get the square wave, you can't generate the sine you wanted first, then convert it. I was forever chasing taking a guitar signal, and making clean(ish) sines from it for further processing.
Yeah, if you get to choose your starting point, picka sine and make the square follow it.
DDS makes this all academic. Numerically controlled oscillators can be made with arbitrarily low sine distortion if you want to take the trouble to gen up the hardware, notably to get long enough accumulators and big enough waveform tables. It's even not too bad on simple old 8-bit PICs. Some PICs have includes an NCO hardware set to make this even easier. I did my first NCO by register banging inside a PIC without special NCO periperals. Made my head hurt.
And of course, if you have an NCO, you can make the waveform be whatever you want, not limited to sine, triangle, ramp, pulse, PWM, square, and so on. Just put it into the tables.
But still, going from square to sine is going to take some work.
Ok... thanks for all th input guys...
Just wondering, you guys were saying that the square to sine wave converters depend highly on amplitude and frequency... but isn't it that the output of a flip flop consists of 1's and 0's... the 0's are gnd and the 1's are 9v...(or the voltage given) so wouldn't the amplitude be consistent but only the frequency changing? And would it make sense to convert the square wave to triangle then triangle to sine? I'm honestly wondering if what i'm saying makes sense... :(
Yes, the square output amplitude is consistent, but that's the trouble - the circuit to convert it needs to know the frequency in order to create the required slope/shape of a different wave of the same frequency. If the new ramp is too fast, it "clips", if it's too slow, it doesn't reach the right amplitude in time. Finding the frequency isn't too hard if your square wave is stable (frequency to voltage converter), but it's almost impossible to get that good squarewave from complex audio tones (if that's what you're thinking).
A digital system can record the input into a short "buffer" memory, find the frequency (averaging several cycles to find the fundamental pitch - like a tuner does) and output a new wave to match. The Roland synth mentioned uses analogue waveshaping, but it knows the frequency of the note so uses a predetermined digital value into a DAC to adjust the slope timing of the ramp wave to match.
QuoteJust wondering, you guys were saying that the square to sine wave converters depend highly on amplitude and frequency... but isn't it that the output of a flip flop consists of 1's and 0's... the 0's are gnd and the 1's are 9v...(or the voltage given) so wouldn't the amplitude be consistent but only the frequency changing? And would it make sense to convert the square wave to triangle then triangle to sine? I'm honestly wondering if what i'm saying makes sense..
So the problem with square to triangle is the amplitude becomes frequency dependent.
With the PLL + tracking filter, the PLL tracks and multiplies-up the input frequency. The output of the PLL is say square. However you don't use that square signal as audio. It is the *clock* for a tracking filter, usually a switched capacitor filter. You feed the original square signal into the filter and the both the frequency and the amplitude are preserved at the output of the filter.
With the digital sine-wave case, the PLL part is similar to the previous case. The clock feeds a digital sine generator. However in this case you need an envelope detector which extracts the level of the input signal; essentially a DC level representing the input amplitude. The digital sine generator level is modulated by they DC level. In the simplest case you can use analog switches connected to the DC amplitude level, then to the digital sine-wave weighting resistors where they are mixed together.
In a simpler version, use the PLL VCO control voltage for an analogue tracking filter. IIRC, the EDP Gnat synth uses a tracking 4046 to impart portamento on the basic DCO square wave pitch. It then extracts the VCO CV as a key follow CV for the filter. Any 4046 based tracking circuit absolutely relies of a good, simple input, which a synth it gets.
Quote from: anotherjim on July 02, 2020, 05:07:21 AM
In a simpler version, use the PLL VCO control voltage for an analogue tracking filter. IIRC, the EDP Gnat synth uses a tracking 4046 to impart portamento on the basic DCO square wave pitch. It then extracts the VCO CV as a key follow CV for the filter. Any 4046 based tracking circuit absolutely relies of a good, simple input, which in a synth it gets.
These PLL solutions are certainly clever, but ultimately they swap a frequency/amplitude problem for a tracking problem. As we know, making a PLL track a guitar input is not easy, and can only ever be done for single notes (at least with analog circuits, or without a hexaphonic pick-up).
I do think it's funny that getting from a square to a sine should be so hard, when getting from a sine to a square is so easy.
Speculating even further down what might have been related to the OP's original question -
If you're trying to make a sine wave tracker for guitar inputs, you can take advantage of the spectrum of the input waveform. A guitar string contains a fundamental frequency F1, and varying amounts of F2 (second harmonic), F3, F4... and some mix of non related frequencies that give it a metallic ringing quality. You can conceptually construct a filter bank with 1/3 octave or narrower filters that would isolate the fundamental by gating the filter bank output by detecting output per filter and using logic chips to select the lowest active filter output as the fundamental. A guitar has a range of four octaves of fundamental, so you can cover the range with 12 1/3 octave filters.
Conceptually.
Just that filter bank and logic does a reasonably good job of filtering single strings to a sine(ish) output. From there you can go square easily, and add a tracking PLL. The PLL can be made to generate 2x, 3x, 4x and so on higher overtones and to glade to the next tone it detects, as well as being gated by the select-a-frequency logic of the filter bank
On another aside, if you're doing PLL tracking, you can be sly about generating sines and use one of the waveform generator chips like the 8038 and ... um, 2206, was it? ... as the VCO in the PLL to have the chip make the sine as a side effect of its tracking. Most of a PLL's performance is dependent on the phase detector and filter, not on the VCO so much.
Following a link elsewhere led to this...
https://worldradiohistory.com/UK/Elektor/80s/Elektor-301Circuits-79-179.pdf
Circuit 101 on p19 of the pdf.
You could probably make a square to sine convertor for guitar that would clean up 1 frequency yet leave the harmonics there. How wide a bandwidth for that 1 freq i don't know.
Quote from: anotherjim on July 23, 2020, 04:46:39 PM
Following a link elsewhere led to this...
https://worldradiohistory.com/UK/Elektor/80s/Elektor-301Circuits-79-179.pdf
Circuit 101 on p19 of the pdf.
Yep, basic integrator. Same problem - amplitude goes down as frequency goes up.
Quote from: mozz on July 23, 2020, 06:01:51 PM
You could probably make a square to sine convertor for guitar that would clean up 1 frequency yet leave the harmonics there. How wide a bandwidth for that 1 freq i don't know.
Mr. Fourier says that for a fundamental, the next nearest harmonic is two times that frequency. So if you're getting fundamental and harmonics from a string, having a reasonable rolloff at 2F is a good bandwidth. That's one octave wide.
We commonly play guitar with (musicology speaking) third interval, which is (um... IIRC) 4/3 the fundamental of the lowest string, so excluding a second string at 4/3 the fundamental means we need to exclude a frequency at 1.3333 times the fundamental.
The filters would need (pulling this out of the air, here) to be 20db down at 1.3 times the fundamental to exclude a second string played at the same time. Extrapolating from that, you'd need at least 1/3 octave filters for single-string stuff, and narrower than 1/3 octave for allowing lowest-frequency extraction from two or more strings.
Er - I think. :)
What about the front end of the EH rack guitar synthesiser, that will convert any input to sine wave, only problem is availability of CA3094!! However, it may be possible to use LM13700 in the adaptive filter with associated component changes, although much easier to track down 3094s.
Quote from: ElectricDruid on July 23, 2020, 06:48:06 PM
Quote from: anotherjim on July 23, 2020, 04:46:39 PM
Following a link elsewhere led to this...
https://worldradiohistory.com/UK/Elektor/80s/Elektor-301Circuits-79-179.pdf
Circuit 101 on p19 of the pdf.
Yep, basic integrator. Same problem - amplitude goes down as frequency goes up.
I guess the title of circuit #101 (it is the 101st circuit, not using 101 as a beginner class metaphor!) is misleading - it is claiming constant amplitude output of a sawtooth from a square input of variable frequency.
(https://i.postimg.cc/hGnSZHfM/Screenshot-2020-07-24-Elektor-301-Circuits-79-179-pdf.png)
Quote from: anotherjim on July 24, 2020, 03:47:31 AM
Quote from: ElectricDruid on July 23, 2020, 06:48:06 PM
Quote from: anotherjim on July 23, 2020, 04:46:39 PM
Following a link elsewhere led to this...
https://worldradiohistory.com/UK/Elektor/80s/Elektor-301Circuits-79-179.pdf
Circuit 101 on p19 of the pdf.
Yep, basic integrator. Same problem - amplitude goes down as frequency goes up.
I guess the title of circuit #101 (it is the 101st circuit, not using 101 as a beginner class metaphor!) is misleading - it is claiming constant amplitude output of a sawtooth from a square input of variable frequency.
Sorry, I was too hasty and didn't read all the way through. Yes, it has the same fundamental problem, but those circuits have compensated it. That's clever, and if it works as well as they say it does, it'd be pretty impressive.
We're still a good way from a sine wave though. Our poor guitar signal needs turning into a pure square wave (comparator fuzz style, and ideally with 50% duty cycle) then feeding into this circuit, then the output from this need rectifying to make a triangle wave, and then that triangle wave needs wave shaping using a OTA overdrive or similar to make an approximated sine wave. Phew!
Well, I guess it *might* work, but to me that seems like a lot of steps where something can go wrong.
Last spring semester, we studied this via zoom class. No access to the school lab, this worked in Multisim. It starts with a sq wave oscillator, converts to triangle, then to sine. I've been tempted to try it out in real life but haven't had the chance yet. The assignment was called "Triangle Wave" but the added 3rd opamp was for extra credit.
(https://i.postimg.cc/F7scF5bS/Sine-wave-gen.png) (https://postimg.cc/F7scF5bS)
Quote>> .. it is claiming constant amplitude output of a sawtooth from a square input of variable frequency.
> .. those circuits have compensated it. That's clever, and if it works as well as they say it does...
There is a dynamic response waveform at the end which suggests it will always bobble.
Converting arbitrary waves to sines is trivial in un-real time. Listen, tune your MOOG or HP200AB knob. You can contrive a digital demon to do this, off-line. The problem is doing it "live" without sea-sick pitch.
The other alternative is the front end of the EH Deluxe Octave Multiplexer, almost identical to that of the Guitar Synth.
QuoteLast spring semester, we studied this via zoom class. No access to the school lab, this worked in Multisim. It starts with a sq wave oscillator, converts to triangle, then to sine. I've been tempted to try it out in real life but haven't had the chance yet. The assignment was called "Triangle Wave" but the added 3rd opamp was for extra credit.
The idea is,
triangle ---> integrator ---> Parabolic (second-order) which approximates sine.
The integrators are leaky so they end-up being low-pass filters.
The next line of thinking is square-wave --> high-order low-pass filter to remove the harmonics.
They end-up being frequency dependent, so that goes back to the tracking filters.
Quote from: R.G. on July 02, 2020, 01:34:27 AM
Yeah, if you get to choose your starting point, picka sine and make the square follow it.
DDS makes this all academic.
Your dentist did it for you? And people say they only collect expensive guitars! ;)
Quote from: ElectricDruid on July 02, 2020, 05:42:25 AM
I do think it's funny that getting from a square to a sine should be so hard, when getting from a sine to a square is so easy.
It's actually reassuring to me, lest the universe collapse or something. :icon_biggrin:
My useless suggestion was going to be to generate square from sine, add them, then subtract the square with another couple of op-amps and viola yes I said viola, you have sine! Sorry you caught me with insomnia, waiting for the melatonin to kick in.
Suppose you have a square wave input and you are trying to generate a sine wave. The waveform goes up to a fixed value and stays there until it goes down again and one alternation of the sine wave (i.e. half of it) is complete. One method would be to set a digital counter to determine the duration of its stay at the high fixed value. Then it could fill in and read from a sine ROM so it could generate an output, using values from the ROM spaced at a sample frequency, so if the sample frequency is four times the sample period, you get four samples in the time the input stays at one level and you can calculate or read from another ROM the sine ROM angles from that. But one thing you can't get rid of is the latency between the input and output because until the signal input drops down from the fixed value, you don't know the duration of the waveform and the output would have to be delayed until the frequency becomes unambiguous.
The problem is the latency would get longer at lower frequencies and no one has mentioned the real time aspects of this - it a sine wave coming out a half cycle later , the latency will vary with frequency, getting longer at lower frequencies. It is not a fixed latency as you would get from a pure delay.
Analog methods have the same problem - bandwidth replaces sample frequency and signals coming out of filters are effectively delayed even if there is nothing comparable to the clock in a digital system. Lower frequency filters generate an output with more delay than higher frequency filters.
Having played extensively with the EH Rack Guitar Synth I build in early 1980s, I promise you that its front end - totally analog of course, gives a perfect sinewave from any input .