I just assembled a Shoot the Moon tremolo on my breadboard last night, using the
TagboardEffects 2-knob layout. (Also,
here's a schematic I found online. Not sure whether it's accurate, but it seems right.)
The tremolo effect works, but unfortunately I'm getting a bit of distortion when I hit low notes hard (on the low E string). The note fizzes for a bit, and then the distortion goes away. It's subtle (I thought it was just ordinary noise at first), but it's definitely there.
I see people have had this issue with the EA tremolo (
see here) and the Hearthrob tremolo (
see here). Some folks have tried to tweak the circuits to reduce the gain, but those are both transistor-based circuits. I'm not sure what would need to be tweaked in this circuit to reduce the gain.
I'm no analog electronics expert by any means, but I tried to do the first steps of an analysis.
See here for a couple comments on the schematic. In terms of the actual signal path, it appears it's just a high-pass filter (in the form of an inverting amplifier), followed by the LDR going into a low-pass filter (also in an inverting amplifier). The cutoff frequency of the high-pass filter is given by:
f = 1/(2*pi*220k*1u) = 0.72 Hz
Essentially, everything audible goes through. In terms of the inverting amplifier, the gain is given by:
G = -R
feedback / R
in= - 220k / 220k
= -1
So it's pretty much just an inverting buffer; no gain.
The low-pass filter's not as easy; it can vary, because of the variable resistor (a 10k trimpot). I've tweaked my trimmer to provide a final gain of unity, but I don't have my multimeter, so I can't measure its resistance. But to make things easy, let's just assume it's at the halfway point:
f = 1/(2*pi*5k*330p) = 96.46 kHz
Again, everything audible is passed through. Ignoring the filter, the gain is given by:
G = -R
trimmer / R
LDRThis also isn't gonna be a fixed number, not only due to the trimmer, but also due to the LDR, which fluctuates. The datasheet for my LDR from Tayda says the dark resistance will be a minimum of 0.5M, and the lit resistance will be between 10k and 20k. Again, assuming the trimmer is 5k, we have:
G
dark = -5k/0.5M = -0.01
G
light = -5k/10k = -0.5
But remember that the gain from the first inverting amplifier (the first op-amp) was -1. So the final gains will actually be positive.
It seems like there's something I'm missing here. Seems like the only way to get unity gain out at the end (G = R
trim/R
LDR) is when R
trim = R
LDR. But the LDR isn't spec'd to go lower than 10k, so the trimmer would have to be at least 10k. I know the trimmer's not set to its maximum value, and even if it were, that seems like it would be bad design -- there's no wiggle room in the case of an LDR that goes no lower than 10k.
In any case, I'm not seeing any large gain in this circuit that should be causing any clipping. Anyone have any ideas? Anything I'm missing here?