a C3g driver…

Sunday morning and my brain already started with a lot of activity early today. Should be the other way round. I spent all week working and weekends should be about relaxation, but can’t help it 🙂 Before going up to the workshop and continue with the 4-65a SE amplifier build, I put into work some of these ideas that are flying around.

The 46 filament bias driver with its hefty supply will be “the driver” for the 4-65a, yes, no doubt. I may want to try some other combinations such as 4P1L pentode in filament bias, or why not some other drivers as 6e5p, C3g and D3a. All these are brilliant candidates. But final judge should be my ears. We all know that what looks really good in paper not necessarily translates into a great sounding driver, but at least is the best start.

C3g driver with gyratorC3g (as well as D3a) a really linear and revered valves in triode mode. Huge gain, current capability and transconductance. Perfectly engineered valves. C3g can easily provide a great performance as a driver with a gyrator load. I found playing around that with a simple LED bias, a bias of -2V, 190V and 30mA provides an outstanding 0.15% @ 200Vpp at least on the simulations..

I may try this in my 4P1L/6C4C project as well…. (so much to do)

Ale

Edit

 

Hi Ale,
A few observations.
190V with 31mA provide dissipation of 5.9 W !! It is excessive.
Use Telefunken data. Pa max is 3,5W.
Also, look data : “G2 and G3 connected to A

Just as a long-time user C3g as driver :-)

Rajko

You’re right, interesting oversight which reflects that I shouldn’t be doing this early on a Sunday morning! Looking at the datasheet, we could get out 4.9W maximum if using Pa=3.5W + Pg2=0.7W + Pg3=0.7W. Well, a bit too much, perhaps safer running it below 4.5W.

So let’s see how it performs if we dial down the anode current. I ended up changing the LED to minimise distortion:
C3g driver gyrator load

The THD is 0.26%@ 200Vpp which is similar to my two stage 4P1L-46. I wonder how much distortion the 4P1L will give at 200Vpp?

 

 

C3g and D3a triode SPICE models

Using my C3g and D3a triode curves, I developed the following SPICE models:

D3a triode SPICE

 

** D3A TRIODE ************************************************************
* Created on Sat Jan 12 09:17:53 GMT 2013 using tube.model.finder.PaintKIT
* model URL: http://www.bartola.co.uk/valves/valve-curves/d3a-triode/
* Created by Ale Moglia valves@bartola.co.uk
*--------------------------------------------------
.SUBCKT TRIODE_D3A 1 2 3 ; P G K ; 
+ PARAMS: CCG=6.7P CGP=3.3P CCP=1P RGI=2000
+ MU=72.1 EX=1.456 KG1=65.625 KP=534.0 KVB=300.0 VCT=0.0557 ; Vp_MAX=500.0 Ip_MAX=0.07 Vg_step=0.5
*--------------------------------------------------
E1 7 0 VALUE={V(1,3)/KP*LOG(1+EXP(KP*(1/MU+(VCT+V(2,3))/SQRT(KVB+V(1,3)*V(1,3)))))} 
RE1 7 0 1G 
G1 1 3 VALUE={(PWR(V(7),EX)+PWRS(V(7),EX))/KG1} 
RCP 1 3 1G ; TO AVOID FLOATING NODES
C1 2 3 {CCG} ; CATHODE-GRID 
C2 2 1 {CGP} ; GRID=PLATE 
C3 1 3 {CCP} ; CATHODE-PLATE 
D3 5 3 DX ; FOR GRID CURRENT 
R1 2 5 {RGI} ; FOR GRID CURRENT 
.MODEL DX D(IS=1N RS=1 CJO=10PF TT=1N) 
.ENDS 
*$

C3G triode SPICE modelC3g triode SPICE

 

** C3G TRIODE ************************************************************
* Created on Sat Jan 12 09:40:08 GMT 2013 using tube.model.finder.PaintKIT
* model URL: http://www.bartola.co.uk/valves/valve-curves/c3g-pentodetriode/
* Created by Ale Moglia valves@bartola.co.uk
*--------------------------------------------------
.SUBCKT TRIODE_C3G 1 2 3 ; P G K ; 
+ PARAMS: CCG=7P CGP=2.7P CCP=6P RGI=2000
+ MU=50.4 EX=1.428 KG1=199.6875 KP=426.0 KVB=204.0 VCT=0.5760 ; Vp_MAX=500.0 Ip_MAX=0.07 Vg_step=1.0
*--------------------------------------------------
E1 7 0 VALUE={V(1,3)/KP*LOG(1+EXP(KP*(1/MU+(VCT+V(2,3))/SQRT(KVB+V(1,3)*V(1,3)))))} 
RE1 7 0 1G 
G1 1 3 VALUE={(PWR(V(7),EX)+PWRS(V(7),EX))/KG1} 
RCP 1 3 1G ; TO AVOID FLOATING NODES
C1 2 3 {CCG} ; CATHODE-GRID 
C2 2 1 {CGP} ; GRID=PLATE 
C3 1 3 {CCP} ; CATHODE-PLATE 
D3 5 3 DX ; FOR GRID CURRENT 
R1 2 5 {RGI} ; FOR GRID CURRENT 
.MODEL DX D(IS=1N RS=1 CJO=10PF TT=1N) 
.ENDS