welcome: please sign in
location: Diff for "RWsynthVCOF"
Differences between revisions 1 and 2
Revision 1 as of 2020-03-12 08:59:46
Size: 45
Editor: guest
Comment:
Revision 2 as of 2020-03-13 11:55:29
Size: 4904
Editor: guest
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

[[|Schematic]]


===== VCO =====

The VCO is a linear design, with an exponential control voltage (V/Hz), which is a reasonable design decision considering how small of a range the VCO needs to operate over (3.5 octaves - 1:10 ratio of low:high note). This means any drifts "should be" linear, and can be compensated for with a simple tune knob turn. They buffer the PWM signal with a reference voltage, and send it to a mixing stage, which then goes to the OTA for waveform generation. Unfortunately there are a lot of nonlinear drifts in the remaining stages, which can not be accounted for with a simple tune knob. For example, the current into the OTA is not linearly related to the CV, as the OTA input is 2 Vbe off the negative rail, and those Vbes vary with current and temperature. Replacing R65 with a transistor would fix this, but it would also invert the relationship of CV to frequency, and i'm not sure if the RW tuning software could overcome this. The next major issue is the existence of R140. this causes a nonlinear drain on current, which is amplitude dependent, and the amplitude at this point varies with the output buffer Vbe drops. the only reason i can think of for this resistor, is to discharge the cap when the VCO is shut off. The only problem with this is that the Vbe drops in the output buffer make it so that the VCO output is not at zero when this happens (more on this later).

The PWM signal is at 731Hz (a sub-multiple of 48MHz) which is quite low. There is a lot of ripple after the filter. The filter has a 2ms transition time, with a few milliseconds of ripple afterwards. Any portamento happens on the digital side, but a pot and capacitor could be added after the filter to have manual control. In order to get 1cent resolution over a 1:10 ratio of frequencies, 14b resolution is required on the DAC, which means the main PWM clock is probably running at 12MHz, and the low frequency output is just to achieve this level of accuracy. a dual PWM scheme could have gotten the same accuracy with a higher frequency (and the buffer they use is a dual unit already!).

The VCO is a pretty standard dual OTA setup, which could be easily converted to a triangle wave, if so desired (remove R63). This would drop all notes down one octave. For both this and the VCF, the 13600 is an odd choice over the 13700. The 13600 send a copy of the bias current to the output buffer, which helps match the buffer impedance to the OTA output impedance. Unfortunately this makes the buffer input current higher than it could otherwise be. Swapping them out for 13700s would help. i'm a bit confused as to why the buffer was used at all in the VCO, when the signal goes straight to an opamp buffer in the very next stage. The amplitude is set by R64,36. This is ~+/-2V, which is a fair bit of overdrive for the transistors at the input of the OTAs. This isnt a big deal on the one used as a comparator, but the other one will have leakage currents associated with this, which will effect timing. Putting a resistor between R64 and R36 would fix this, dropping the overdrive to 0.6V. R63 should be removed, as it provides a leakage path for the frequency setting current, and is not required for the reset cycle. Speaking of which, the reset cycle is quite long (100us), which adds to the nonlinearity. There really isnt much that can be done about this, other than going to a different reset format (JFET across the integraction capacitor). The square wave is made with the comparator U2A. PWM could be added here by removing R54 and adding a pot in its place.

One other oddity of the VCO, is that there is a comparator on the VCA envelope, to turn off the VCO when the envelope gets below a certain level. The problem here, is that the VCA is not shut off at the same time, and just continues to amplify the DC voltage the VCO spits out when it shut off. So the output of the VCA has this long DC tail on it, which adds to the noise of the synth. Also, the LM393 could have been tied to -Vcc, and the internal transistor used for this purpose, and Q4,5 and all those resistors could go away.

The tune knob has its bottom leg tied to -Vcc through a resistor. This completely defeats the point of having the reference voltage on the other side of it. Any powersupply drift now ends up in your VCO frequency. That should have been connected to ground.

===== VCF =====

This really needs exponential control, but other than that, its a pretty straightforward SVF design. Resonance is taken from the final stage, rather than the usual middle stage, and this reduces the low frequency amplitude with resonance, and shifts the cutoff frequency with resonance setting. The gain between the two stages is not identical, which leads to poor SNR as one signal is kept very small so that the other doesn't become too large.

Rhythym Wolf Bass Synth VCO and VCF

[[|Schematic]]

VCO

The VCO is a linear design, with an exponential control voltage (V/Hz), which is a reasonable design decision considering how small of a range the VCO needs to operate over (3.5 octaves - 1:10 ratio of low:high note). This means any drifts "should be" linear, and can be compensated for with a simple tune knob turn. They buffer the PWM signal with a reference voltage, and send it to a mixing stage, which then goes to the OTA for waveform generation. Unfortunately there are a lot of nonlinear drifts in the remaining stages, which can not be accounted for with a simple tune knob. For example, the current into the OTA is not linearly related to the CV, as the OTA input is 2 Vbe off the negative rail, and those Vbes vary with current and temperature. Replacing R65 with a transistor would fix this, but it would also invert the relationship of CV to frequency, and i'm not sure if the RW tuning software could overcome this. The next major issue is the existence of R140. this causes a nonlinear drain on current, which is amplitude dependent, and the amplitude at this point varies with the output buffer Vbe drops. the only reason i can think of for this resistor, is to discharge the cap when the VCO is shut off. The only problem with this is that the Vbe drops in the output buffer make it so that the VCO output is not at zero when this happens (more on this later).

The PWM signal is at 731Hz (a sub-multiple of 48MHz) which is quite low. There is a lot of ripple after the filter. The filter has a 2ms transition time, with a few milliseconds of ripple afterwards. Any portamento happens on the digital side, but a pot and capacitor could be added after the filter to have manual control. In order to get 1cent resolution over a 1:10 ratio of frequencies, 14b resolution is required on the DAC, which means the main PWM clock is probably running at 12MHz, and the low frequency output is just to achieve this level of accuracy. a dual PWM scheme could have gotten the same accuracy with a higher frequency (and the buffer they use is a dual unit already!).

The VCO is a pretty standard dual OTA setup, which could be easily converted to a triangle wave, if so desired (remove R63). This would drop all notes down one octave. For both this and the VCF, the 13600 is an odd choice over the 13700. The 13600 send a copy of the bias current to the output buffer, which helps match the buffer impedance to the OTA output impedance. Unfortunately this makes the buffer input current higher than it could otherwise be. Swapping them out for 13700s would help. i'm a bit confused as to why the buffer was used at all in the VCO, when the signal goes straight to an opamp buffer in the very next stage. The amplitude is set by R64,36. This is /-2V, which is a fair bit of overdrive for the transistors at the input of the OTAs. This isnt a big deal on the one used as a comparator, but the other one will have leakage currents associated with this, which will effect timing. Putting a resistor between R64 and R36 would fix this, dropping the overdrive to 0.6V. R63 should be removed, as it provides a leakage path for the frequency setting current, and is not required for the reset cycle. Speaking of which, the reset cycle is quite long (100us), which adds to the nonlinearity. There really isnt much that can be done about this, other than going to a different reset format (JFET across the integraction capacitor). The square wave is made with the comparator U2A. PWM could be added here by removing R54 and adding a pot in its place.

One other oddity of the VCO, is that there is a comparator on the VCA envelope, to turn off the VCO when the envelope gets below a certain level. The problem here, is that the VCA is not shut off at the same time, and just continues to amplify the DC voltage the VCO spits out when it shut off. So the output of the VCA has this long DC tail on it, which adds to the noise of the synth. Also, the LM393 could have been tied to -Vcc, and the internal transistor used for this purpose, and Q4,5 and all those resistors could go away.

The tune knob has its bottom leg tied to -Vcc through a resistor. This completely defeats the point of having the reference voltage on the other side of it. Any powersupply drift now ends up in your VCO frequency. That should have been connected to ground.

VCF

This really needs exponential control, but other than that, its a pretty straightforward SVF design. Resonance is taken from the final stage, rather than the usual middle stage, and this reduces the low frequency amplitude with resonance, and shifts the cutoff frequency with resonance setting. The gain between the two stages is not identical, which leads to poor SNR as one signal is kept very small so that the other doesn't become too large.

RWsynthVCOF (last edited 2021-04-28 04:01:14 by guest)