Go Back   Home > Forums > Amplifiers > Solid State
Home Forums Rules Articles Store Gallery Blogs Register Donations FAQ Calendar Search Today's Posts Mark Forums Read

Solid State Talk all about solid state amplification.

Please consider donating to help us continue to serve you.

Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving
Reply
 
Thread Tools Search this Thread
Old 4th April 2010, 03:13 PM   #1
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
Default Kuroda TL071 60W FET Amp (1982)

hello Dear Friends,

this is the Tina 7 T.I. simulation of the Kuroda TL071 60W FET Amp published in September 1982.

More info here : poweramp

The attached .zip contains the schematic ready for simulation.

Cheers,
Steph
  Reply With Quote
Old 5th April 2010, 02:48 PM   #2
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
hello Dear Friends,

this is the LTspiceIV simulation of the Kuroda TL071 60W FET Amp published in September 1982.

More info here : poweramp

The attached .zip contains the schematic ready for simulation.

Cheers,
Steph
Attached Images
File Type: jpg KURODA TL071 60W FET AMP (1982) - original drawing.JPG (36.5 KB, 397 views)
File Type: jpg Kuroda TL071 60W FET Amp (1982) on LTspiceIV.jpg (247.5 KB, 471 views)
Attached Files
File Type: zip Kuroda TL071 60W FET Amp (1982) on LTspiceIV.zip (349.0 KB, 114 views)
  Reply With Quote
Old 6th April 2010, 12:43 AM   #3
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
hi,

helmutsennwald and analogspiceman helped me for improving the .TRAN directives, in order to get a high-resolution FFT plot under LTspiceIV Waveform Viewer, with a noise floor of -180dB, quite a spectacular performance.

I wanted a FFT look and feel equal or better than what we get using spectrum analyzers like B&K and AudioPrecision. In order to get sharp spectrum lines, a frequency resolution of 10Hz got chosen, translating into a 100ms analysis window.

1 - In order to decrease the physical noise floor, one must allow the circuit to settle, and this is of big importance if spice had trouble (which is nearly always the case) finding the DC operating point. Failure to do this generates a physical -120dB noise floor. The .TRAN directive must thus become something like .TRAN 0 101ms 1ms for allowing spice to gently deal with the circuit during 1ms, before storing the next points that will be used for a 100ms FFT.

2 - One must force spice to generate all the points that the FFT will need, without interpolating some portions of the signal. This is done by adding a 4th parameter to the .TRAN job : the max step, which is chosen equal to 1 microsecond. Is this 4th parameter equal to a separate option "maxstep = 1u" ?

3 - One must force spice to refine each point, considering that a point gets properly done with a tolerance of only 1e-6 during the iterative matrix solving process. This is done with the option "reltol=1e-6".

4 - One must de-activate the waveform compression spice is using by default after completing the .TRAN job. The de-activation of the waveform compression is done by the option "plotwinsize = 0"

5 - One must ask spice to use double-precision arithmetics. This is done by the option "numdgt = 15". Actually, the LTspiceIV UserManual manual says that any parameter greater than 6 activates double precision arithmetics.

6 - The FFT processor must be configured for high resolution. This is done by asking a 4Meg points FFT, without windowing.

see http://tech.groups.yahoo.com/group/LTspice/messages
and enter "FFT after .TRAN" in the search box

The results are self explaining (see the pictures).
Use the .zip if you want to run the FFT plot.

Quite worrying is that the "old fasion" .FOUR says now that the distorsion is very low. I let you discover the spice log :

****

Circuit: * C:\LTspice Simulations\Kuroda TL071 60W FET Amp (1982)\Kuroda TL071 60W FET amp (1982) - with improved .TRAN directives.asc

Early termination of direct N-R iteration.
Direct Newton iteration failed to find .op point. (Use ".option noopiter" to skip.)
Starting Gmin stepping
Gmin = 10
Gmin = 1.07374
Gmin = 0.115292
Gmin = 0.0123794
Gmin = 0.00132923
Gmin = 0.000142725
Gmin = 1.5325e-005
vernier = 0.5
vernier = 0.25
vernier = 0.125
Gmin = 5.90244e-006
vernier = 0.0625
vernier = 0.03125
vernier = 0.015625
vernier = 0.0078125
Gmin = 5.93519e-006
vernier = 0.00390625
vernier = 0.00195313
vernier = 0.000976563
vernier = 0.000488281
Gmin = 5.9417e-006
Gmin = 0
Gmin stepping failed

Starting source stepping with srcstepmethod=0
Source Step = 3.0303%
Source Step = 25.7576%
Starting source stepping with srcstepmethod=1
Source Step = 3.0303%
Source Step = 25.7576%
Source Step = 26.1245%
Source stepping failed

Trouble finding operating point....skipping operating point for Transient analysis.
Heightened Def Con from 1e-011 to 3.701e-008
Fourier components of V(vout)
DC component:-0.000817022

Harmonic Frequency Fourier Normalized Phase Normalized
Number [Hz] Component Component [degree] Phase [deg]
1 1.000e+03 2.252e+01 1.000e+00 -0.27° 0.00°
2 2.000e+03 6.171e-05 2.741e-06 6.73° 7.00°
3 3.000e+03 3.344e-05 1.485e-06 83.83° 84.10°
4 4.000e+03 5.249e-06 2.331e-07 -141.12° -140.85°
5 5.000e+03 5.222e-06 2.319e-07 -24.32° -24.05°
6 6.000e+03 3.983e-06 1.769e-07 -120.34° -120.07°
7 7.000e+03 5.265e-06 2.338e-07 -8.37° -8.10°
8 8.000e+03 5.038e-06 2.237e-07 -131.99° -131.72°
9 9.000e+03 5.909e-06 2.624e-07 -9.36° -9.09°

Total Harmonic Distortion: 0.000317%

Date: Tue Apr 06 02:26:47 2010
Total elapsed time: 34.250 seconds.

tnom = 27
temp = 27
method = modified trap
totiter = 456927
traniter = 450738
tranpoints = 130564
accept = 124155
rejected = 6410
matrix size = 132
fillins = 302
solver = Normal
Thread vector: 38.5/26.4[2] 16.6/11.7[2] 6.0/5.2[2] 5.5/4.5[2] 2592/500
Matrix Compiler1: 30,4 Ko object code size 17.6/12.9/[7.4]
Matrix Compiler2: 17,2 Ko object code size 8.4/9.6/[4.7]

****

This means that all my former considerations about distorsion may need to be reassessed. However, I doubt that a TL071-based amp, can have a distorsion as low as 0.000317%. Formerly, not using hig-res .TRAN directives, the displayed distorsion by the non hi-res .TRAN directives was 0.017%. And I found this to be a realistic and reliable figure.

So, where is the truth ?
Hi-res .TRAN or no hi-res .TRAN ?

Cheers,
Steph
  Reply With Quote
Old 6th April 2010, 01:35 AM   #4
satoru is offline satoru  United States
diyAudio Member
 
Join Date: Jan 2007
Location: Berkeley, California
Unfortunately, I don't have the original article on hand (I can check it when I go back to Japan next time, though), but 0.017% sounds more reasonable for this topology.

By the way, as I understand the reason you are studying this topology is to avoid either obtaining dual JFETs or matching singles. JFET like 2SK30A (GR) is cheap enough to pile up (way cheaper than output devices) and the result would be satisfying after matching them with small effort and time. I believe it's worth a consideration.

Best regards,
Satoru
  Reply With Quote
Old 6th April 2010, 02:27 AM   #5
wahab is offline wahab  Algeria
diyAudio Member
 
Join Date: Nov 2009
Location: algeria/france
My simulator says that this circuit doesn t work...
Output DC operating point is at +36V with the
components values displayed in this schematic.

Did i miss something ?...
  Reply With Quote
Old 6th April 2010, 07:00 AM   #6
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
Quote:
Originally Posted by wahab View Post
My simulator says that this circuit doesn t work...
Output DC operating point is at +36V with the components values displayed in this schematic. Did i miss something ?...
What simulator ? What schematic ? What TL071 implementation ? Pls attach your spice log, and I'll see what I can do for you.
  Reply With Quote
Old 6th April 2010, 08:43 AM   #7
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
Quote:
Originally Posted by satoru View Post
I understand the reason you are studying this topology is to avoid either obtaining dual JFETs or matching singles. JFET like 2SK30A (GR) is cheap enough to pile up (way cheaper than output devices) and the result would be satisfying after matching them with small effort and time. I believe it's worth a consideration. Best regards, Satoru
Hi Satoru, yes indeed at the beginning of the process, I was in search of an expedite way for replacing the hard-to-find matched JFETs, by an audio opamp as front-end. Then came the issue of the TL071 official Texas Instruments subcircuit mis-simulating the power supply pins, as explained into the "tl071-hand-made-simulation-using-discretes" thread. Over there you made a crucial contribution in bringing the genuine Toru Kuroda schematic we are dealing with - and I am taking the opportunity here to thank you for this. I then realized that this Kuroda schematic was a piece of electronic art, simple, efficient. At the moment, my opinion is that this Kuroda schematic is the most practical, elegant way to achieve a substantial dynamic range extension at the driver level, the driver however not being Class A anymore when fully driven. This topology has functional similarities with "current feedback" opamps, as the whole Kuroda amp may be perceived as a "current feedback" opamp. One day janneman should agree on that. It also reminds me the preoccupation of Giovanni Stochino, with his "non slewing" power amps described in Wireless World, much later. And, regarding Kuroda schematic, we have not spoken yet about the local feedback resistor, the 390 ohm resistor injecting the output of the power amp into the output of the opamp, with the 150 ohm as voltage divider. One way to look at this, is to realize that this arrangement forces the opamp to work with a voltage swing at the output, that's a lot more than if the 390 ohm resistor was not there. One may thus say that this arrangement helps the opamp regaining a nominal working range, with a substantial voltage swing at the output, hence a decent voltage gain (about 4x), and this is a proper way for getting his internal VAS (and 18pF compensation capacitor) working as usual. This may help stability, and this may help tonal signature consistency.

So now, I am concentrating on this particular topology, willing to understand it in detail, willing to see what are the followups.

There is one notorious followup, described in the application information of the Analog Device SSM-2131 opamp (previously made by PMI). The followup can be found as Figure 6 on page 7-86 of the AD/PMI Analog Integrated Circuits Data Book Vol #10 Copyright 1990.
If somebody could provide a .pdf of this, that would be very helpful.

COLBY got inspired by the AD/PMI SSM-2131 arrangement. He designed a power amp.
It is here : members.aon.at/viellieb/amps/pics/amps/cfbamp.pdf
See attached.pdf.

I think there is a clear future for power amps using audio opamps as front-ends, especially if it can be proven that the opamp is working within his nominal enveloppe (gain, load, frequency range), bringing thus his tonal signature in a smooth way. Kind of design philosophy for the future. Use the audio opamp of your choice in your power amp.

With the advent of Class-D amps, it is needed to find new arguments in favour of Class AB amps. It is thus needed to get the Class AB amps incorporating the latest silicon advances like ultra low noise, ultra low offset, laser-trimmed font-ends. You will only get this if you are relying on an opamp as front-end.

My understanding is that the Kuroda is a solid, simple, efficient building block, that may be used "as is", or in more complicated arrangements like :

- The "Quad 405 Bridge" in pure Class B like the original, but also in Class AB
- Technics "Class AA bridge" in full Class A like the original, but also in a Class A voltage amp + Class AB current amp
- The "Soft Non-Switching Class AB", a new Class AB sub-class, now working on simulation

The use of SMDs may allow PCBs as compact as the ones used with TDA7293 or LM3886. The advent of lateral NMOS + PMOS in a single TO-247-5L package (Magnatec Alfet) will provide a nice simplification. Now that Magnatec is busy with a 5-terminal TO-247, why not a 7-terminal TO-247 in the future, with 2 pins for thermal management ?

I'ts going to be fun again ! Soon, we'll be again in the the golden age of analog amplification ! Time to reopen our files ...

It is amazing to see LTspiceIV being able to test and solve things today, that remained untested and unsolved 30 years ago.

All we need now, and very urgently, is a "blameless" digital crossover, "blameless" audio DAC and "blameless" volume control, for feeding those next-gen (or next-gem ?) analog amplifiers.

Otherwise analog amplification will be defeated by Class-D amps, bitstream-fed ! For sure. And sooner than we may think.

Cheers,
Steph
Attached Files
File Type: pdf COLBY SSM-2131 Current Feedback Amp.pdf (16.9 KB, 253 views)
  Reply With Quote
Old 7th April 2010, 12:23 PM   #8
diyAudio Member
 
steph_tsf's Avatar
 
Join Date: Mar 2008
Quote:
Originally Posted by steph_tsf View Post
There is one notorious followup, described in the application information of the Analog Device SSM-2131 opamp (previously made by PMI). The followup can be found as Figure 6 on page 7-86 of the AD/PMI Analog Integrated Circuits Data Book Vol #10 Copyright 1990.
If somebody could provide a .pdf of this, that would be very helpful.
This followup is the famous "Alexander Current-Feedback Audio Power Amplifier"

a) presented in the 88th AES convention March 1990,
b) explained in the SSM-2131 data sheet,
c) re-explained in the AN-211 Analog Device Application Note,
d) patented in the US patent #5,097,223 filed May 22nd 1990 and granted Mar 17th 1992.

See attached .zip file.

Due to file size restrictions, I was unable to attach the AN-211 Analog Device Application Note, but you may find it here :
http://www.analog.com/static/importe...17334AN211.pdf

What is the Japan patent #37717 dated 4/81 cited on the Alexander patent cover page ? The Kuroda 1982 implementation maybe ?

The 88th AES Convention paper may be downloaded here :
AES E-Library: A Current-Feedback Audio Power Amplifier

Cheers,
Steph

Last edited by steph_tsf; 7th April 2010 at 12:52 PM.
  Reply With Quote
Old 30th November 2010, 03:08 PM   #9
diyAudio Member
 
IsmarRussano's Avatar
 
Join Date: Nov 2010
Location: Rio de Janeiro - BRAZIL
Send a message via MSN to IsmarRussano
Hello friends audiophiles,

In 1990, I rode a modified version of Kuroda and added some components and temperature control.
It works fine with speakers capacitives and normal LouldSpeaker box.


Attached the schematic done in EagleCad.


ScanImage006.jpg

ScanImage002.jpg
Attached Images
File Type: jpg Amp_Abs_Current_Mos.jpg (68.0 KB, 311 views)
  Reply With Quote
Old 30th November 2010, 06:14 PM   #10
diyAudio Member
 
IsmarRussano's Avatar
 
Join Date: Nov 2010
Location: Rio de Janeiro - BRAZIL
Send a message via MSN to IsmarRussano
Friends,

New images from Mos_Amplifier TL071.
Based version of Kuroda (1982)


Hugs..
Attached Images
File Type: jpg DSC00419.JPG (160.2 KB, 287 views)
File Type: jpg DSC00420.JPG (164.6 KB, 100 views)
File Type: jpg DSC00418.JPG (124.9 KB, 125 views)
  Reply With Quote

Reply


Hide this!Advertise here!

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
6N11+TDA7293 60W+60W Amplifiers fn9mm Chip Amps 5 28th August 2011 12:37 PM
SLN Pre-Amp - Elektor Aug 1982 GlidingDutchman Elektor 20 28th August 2009 12:42 PM
cal gamma dac op-amp tl071 Chilli6565 Digital Source 14 21st August 2008 10:03 PM
HEX-FET 60W/4ohm Amplifier djdan Solid State 47 9th January 2006 10:15 AM


New To Site? Need Help?

All times are GMT. The time now is 07:59 PM.

Page generated in 0.18050 seconds (86.17% PHP - 13.83% MySQL) with 11 queries

Copyright ©1999-2012 diyAudio