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 8th July 2008, 05:44 PM   #1
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
Default My Mosfet amp: why isn't it working?

Hi guys,

I'm building a Mosfet amplifier based on a selfmade circuit design (mostly based on techniques and building blocks learned from Randy Slone's book "High Power Audio Amplifier Construction Manual"), as can be seen in the attached schematics (I divided the schematics into blocks to make it more readable. The three triangular symbols contains respectively the input stage, voltage amplification stage and output stage, whose schematics will be posted in the next posts).

The circuit as it is seen in the attachments works great in Electronics Workbench, and simulation results are quite pleasing. I have now hooked it up on breadboard for real life testing, and some problems have occurred.

as long as I don't connect a speaker (or any load) it seems to be working fine, it reproduces the applied sine wave at various frequencies very nicely, and with quite low distortion (measured 0,4% at 1 kHz).

when I connect a speaker (8 Ohms) it starts acting weird. Upon power up, a lot of strange noises are heard in the speaker and the lower output device conducts approx 1-2 amps of current. After a few seconds the noise is silenced, and I'm attempting to play music. it is possible to recognize which song is played, but not more to it than that. The distortion is massive, and the sound is very grainy, somewhat like listening to a very badly tuned radio, to put a word on it.

The problem seems to have something to do with the biasing of the output devices. The sound seems to disappear completely on low volumes, and I measure -0,43 Volts on both the collector and emitter of the amplified diode transistor (Q22 in the output stage).

The test setup differs from the schematics by the following:
- Rail voltages are +/- 32 Volts (maximum available from my lab supply)
- MJ15032/MJ15033 transistors replaced with 2SC2073/2SA940 (also tested with 2SD669/2SB649, didn't help the problems)
- Only one pair of output devices
- the pot used for adjusting the bias current is rated 20K instead of 1K
- Resistors R54 and R55 in the output stage are 91 Ohms
- Resistors R56 and R57 in the output stage are 10 Ohms (the ratio between these and the R54/R55 should be 10).

Any suggestions? Is there anything wrong with the design, or are the problems caused by the changes made to the test setup?
Attached Images
File Type: gif skjema_002.gif (10.7 KB, 931 views)
  Reply With Quote
Old 8th July 2008, 05:45 PM   #2
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
This is the schematics of the Input Stage. The In_Pos connection is the main input, while the In_Neg connection is the feedback input. VCC/VEE are the positive and negative rail voltages.
Attached Images
File Type: gif skjema_003.gif (12.9 KB, 846 views)
  Reply With Quote
Old 8th July 2008, 05:47 PM   #3
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
...and the VAS stage, the BIAS_HIGH and BIAS_LOW connections are connected to the same connectors in the output stage
Attached Images
File Type: gif skjema_004.gif (10.8 KB, 787 views)
  Reply With Quote
Old 8th July 2008, 05:49 PM   #4
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
...and finally the output stage.
Attached Images
File Type: gif skjema_005.gif (19.9 KB, 810 views)
  Reply With Quote
Old 8th July 2008, 06:04 PM   #5
Banned
 
Join Date: Jan 2008
Blog Entries: 2
Without looking at your schematics - if it simulates OK then there's good reason to think that it'll work OK if you build it OK. This is one of the reasons I like to go from schematic to PCB rather than breadboard or veroboard.

If you can possibly get somebody else to check your connections on the breadboard they may notice a mistake in assembly. It can be very difficult to debug something you have built wrong because of your involvement with it. Otherwise go through it connection by connection with the greatest concentration and check also that the components are correct and of the correct value.

w
  Reply With Quote
Old 8th July 2008, 06:23 PM   #6
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
thanks for replying. Yes, I might agree that the breadboard way hooking up a circuit itself is far from optimum for a sophisticated circuit like this. Initially, I hooked up the Input and VAS stage only, leaving the output stage out of the picture. After several test runs and correcting errors, I made it run smoothly, however with somewhat high THD (approx. 1.5% at 1 kHz). So I'm 99,5% confident that the wiring is correct and in accordance with the schematics

One note on the EWB simulations: EWB didn't come with models of the 2SK1058/2SJ162, so I had to create models based on SPICE model data found in a post here on this forum. I am still not 100% sure that the transistor models I use for these in the sims are correct...

but thanks for the advice, maybe I'll go ahead and put the thing on a PCB before I give up
  Reply With Quote
Old 8th July 2008, 07:20 PM   #7
diyAudio Member
 
Join Date: Nov 2000
Default You could try these

*SRC=2SK1058;MSK1058;MOSFETs N;Power >100V;160V 7A
*SYM=POWMOSN
.SUBCKT MSK1058 10 20 40
* TERMINALS: D G S
* Hitachi 160 Volt 7 Amp .171 ohm N-Channel Power MOSFET 08-06-1993
M1 1 2 3 3 DMOS L=1U W=1U
RD 100 1 80.4M
RS 30 3 5.28M
RG 20 2 21.4
CGS 2 3 410P
EGD 12 0 2 1 1
VFB 14 0 0
FFB 2 1 VFB 1
CGD 13 14 128P
R1 13 0 1
D1 12 13 DLIM
DDG 15 14 DCGD
R2 12 15 1
D2 15 0 DLIM
DSD 3 100 DSUB
LS 30 40 7.5N
LD 10 100 4N
.MODEL DMOS NMOS (LEVEL=3 THETA=85M VMAX=163K ETA=2.2M VTO=.2 KP=.999)
.MODEL DCGD D (CJO=128P VJ=.6 M=.68)
.MODEL DSUB D (IS=29N N=1.5 RS=61.4M BV=160 CJO=802P VJ=.8 M=.42 TT=252N)
.MODEL DLIM D (IS=100U)
.ENDS


*SRC=2SJ162;MSJ162;MOSFETs P;Power >100V;160V 7A
*SYM=POWMOSP
.SUBCKT MSJ162 10 20 40
* TERMINALS: D G S
* Hitachi 160 Volt 7 Amp .171 ohm P-Channel Power MOSFET 08-06-1993
M1 1 2 3 3 DMOS L=1U W=1U
RD 100 1 110.4M
RS 30 3 25.28M
RG 20 2 17.4
CGS 2 3 760P
EGD 12 0 1 2 1
VFB 14 0 0
FFB 1 2 VFB 1
CGD 13 14 467P
R1 13 0 1
D1 12 13 DLIM
DDG 15 14 DCGD
R2 12 15 1
D2 15 0 DLIM
DSD 100 3 DSUB
LS 30 40 7.5N
LD 10 100 4N
.MODEL DMOS PMOS (LEVEL=3 THETA=90M VMAX=183K ETA=6.5M VTO=-.2 KP=1.109)
.MODEL DCGD D (CJO=467P VJ=.6 M=.68)
.MODEL DSUB D (IS=29N N=1.5 RS=61.4M BV=160 CJO=900P VJ=.8 M=.42 TT=252N)
.MODEL DLIM D (IS=100U)
.ENDS
  Reply With Quote
Old 8th July 2008, 07:44 PM   #8
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
thanks rtirion, these are actually the ones I've been using, are you sure these are correct?
  Reply With Quote
Old 8th July 2008, 08:58 PM   #9
diyAudio Member
 
Join Date: Nov 2000
I have been using these for a while and they are fine for running
most simulations.

However, I do not know if these correctly simulate all and every
concievable parameter. I think they don't but that's another
story.

Just to make sure, I ran some sims Transient, Bode Plot, and
FFT using Simetrix and these models on a 1985 Elektor AXL
amplifier.

Attached is a FFT picture.
Attached Images
File Type: png axl2-graph.png (11.1 KB, 606 views)
  Reply With Quote
Old 14th July 2008, 09:20 PM   #10
ventle is offline ventle  Norway
diyAudio Member
 
Join Date: Jan 2008
I believe the transistor models I'm using are trustworthy then.

But isn't there anyone who's able to spot any obvious design flaws in my circuits? I managed to improve the performance somewhat (but still far from acceptable) by increasing the tail current feeding the differential pairs in the input stage, if that helps...

I also tried running a simulation in EWB with +/- 32 volt supplies and changing the resistor values in the output stage to those I'm using in my test setup (91 and 10 Ohms), and it still simulates perfectly, apart from the obvious fact that it'll clip at a lower signal level due to lower rail voltages.

Unless anyone's able to spot anything dramaticly wrong in the schematics I'm gonna put together the circuit on a PCB and using the real power supply with the correct rail voltages (I'm gonna put a current limiter on it to save the output devices if something goes wrong).
  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
BiCMOS Bipolar+MOSFET better than MOSFET lineup Solid State 5 8th December 2009 11:46 AM
Vellemen K4020 600W MOSFET amplifier kit for sale COMPLETED, NOT WORKING eliotstock Swap Meet 2 14th July 2009 10:06 PM
WTB Krell KSA Mk2- working or non working Jozua Swap Meet 0 20th March 2006 11:14 AM
p3a not working, help! benmanf Solid State 9 27th May 2005 01:02 PM
MOSFET/MOSFET amplifier jarek Pass Labs 21 22nd June 2004 05:04 PM


New To Site? Need Help?

All times are GMT. The time now is 10:25 AM.

Page generated in 0.14998 seconds (79.83% PHP - 20.17% MySQL) with 11 queries

Copyright ©1999-2012 diyAudio