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 19th November 2011, 07:35 PM   #2291
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
Hi Stein,

MC complains about these models. Are they written in LTSpice format?
Anyway, thanks for the effort.

Cheers,
E.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 19th November 2011, 07:48 PM   #2292
diyAudio Member
 
Join Date: Nov 2010
Location: The City, SanFrancisco
Edmond

For Cadence Orcad I at least had to remove the mfg=.... (last line in each model) information from Bob's files.

Hope this helps
-Antonio
  Reply With Quote
Old 19th November 2011, 08:09 PM   #2293
diyAudio Member
 
stinius's Avatar
 
Join Date: Oct 2008
Quote:
Originally Posted by Edmond Stuart View Post
Hi Stein,

MC complains about these models. Are they written in LTSpice format?
Anyway, thanks for the effort.

Cheers,
E.
Hi Edmond

As Antonio is saying, you have to delete the mfg= to make Bob's models workable in Cadence or MC. I had to do that with all of Bob's models.

Cheers
Stein
  Reply With Quote
Old 19th November 2011, 08:15 PM   #2294
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
Hi Antonio & Stein,

These are the models (no mfg=... ):

* 2SJ162C VDMOS copyright Cordell Audio December 6, 2010
.model 2SJ162C VDMOS(pchan Vto=-0.08 Kp=0.6 Lambda=0.1 Rs=0.55 Rd=0.1 Rds=1e7 Cgdmax=215p Cgdmin=10p a=0.25 Cgs=900p Cjo=1200p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)
*
* 2SK1056C VDMOS copyright Cordell Audio December 6, 2010
.model 2SK1056C VDMOS(nchan Vto=0.02 Kp=0.85 Lambda=0.02 Rs=0.62 Rd=0.1 Rds=1e7 Cgdmax=100p Cgdmin=5p a=0.25 Cgs=600p Cjo=1080p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)

Clearly a proprietary LT format. Not compatible with standard spice.
BTW, WTF 'copyright Cordell Audio'? Has Bob extracted all these parameters?


Cheers,
E.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 19th November 2011, 08:28 PM   #2295
diyAudio Member
 
stinius's Avatar
 
Join Date: Oct 2008
Quote:
Originally Posted by Edmond Stuart View Post
Hi Antonio & Stein,

These are the models (no mfg=... ):

* 2SJ162C VDMOS copyright Cordell Audio December 6, 2010
.model 2SJ162C VDMOS(pchan Vto=-0.08 Kp=0.6 Lambda=0.1 Rs=0.55 Rd=0.1 Rds=1e7 Cgdmax=215p Cgdmin=10p a=0.25 Cgs=900p Cjo=1200p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)
*
* 2SK1056C VDMOS copyright Cordell Audio December 6, 2010
.model 2SK1056C VDMOS(nchan Vto=0.02 Kp=0.85 Lambda=0.02 Rs=0.62 Rd=0.1 Rds=1e7 Cgdmax=100p Cgdmin=5p a=0.25 Cgs=600p Cjo=1080p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)

Clearly a proprietary LT format. Not compatible with standard spice.
BTW, WTF 'copyright Cordell Audio'? Has Bob extracted all these parameters?


Cheers,
E.
Hi Edmond
You have to replace VDMOS in the model with NMOS or PMOS

like this:
.model 2SK1056C NMOS(nchan Vto=0.02 Kp=0.85 Lambda=0.02 Rs=0.62 Rd=0.1 Rds=1e7 Cgdmax=100p Cgdmin=5p a=0.25 Cgs=600p Cjo=1080p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)


"BTW, WTF 'copyright Cordell Audio'? Has Bob extracted all these parameters? "

I'm confused as well, Bob claimed somewhere that he had spent a lot of time measuring a lot of transistors to make his models.

Cheers
Stein
  Reply With Quote
Old 20th November 2011, 09:59 AM   #2296
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
Default models

Quote:
Originally Posted by stinius View Post
Hi Edmond
You have to replace VDMOS in the model with NMOS or PMOS

like this:
.model 2SK1056C NMOS(nchan Vto=0.02 Kp=0.85 Lambda=0.02 Rs=0.62 Rd=0.1 Rds=1e7 Cgdmax=100p Cgdmin=5p a=0.25 Cgs=600p Cjo=1080p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)
Hi Stein,

Also the text nchan or pchan has to be removed. Nevertheless I got warnings about unknown parameters:
CGDMAX, CGDMIN, A CGS, CJO, M and VJ. As a result, capacitances are not modeled at all. I wish I could buy such MOSFETs.
Happily, here I found models that do work: (p)spice models 4 2sk1058 & 2sj162 , that is, I don't get warnings.

Quote:
I'm confused as well, Bob claimed somewhere that he had spent a lot of time measuring a lot of transistors to make his models.

Cheers
Stein
That would have been a huge job. Anyhow, Bob, chapeau !

Cheers,
E.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 21st November 2011, 11:14 AM   #2297
diyAudio Member
 
Join Date: Sep 2006
Quote:
Originally Posted by stinius View Post
Hi Edmond
You have to replace VDMOS in the model with NMOS or PMOS

like this:
.model 2SK1056C NMOS(nchan Vto=0.02 Kp=0.85 Lambda=0.02 Rs=0.62 Rd=0.1 Rds=1e7 Cgdmax=100p Cgdmin=5p a=0.25 Cgs=600p Cjo=1080p m=0.7 VJ=2.5 IS=4.0E-06 N=2.4)


"BTW, WTF 'copyright Cordell Audio'? Has Bob extracted all these parameters? "

I'm confused as well, Bob claimed somewhere that he had spent a lot of time measuring a lot of transistors to make his models.

Cheers
Stein
Hi Stein,

First of all, let me apologize to everyone here for putting the mfg= into my model files. I did not realize that it causes problems with other simulators.

With regard to my set of models, every model was created by hand, and a sample of every device was actually measured by me. This did indeed take an excrutiatingly long time. In general, I used the techniques that I described in my book. Having said that, not all parameters in each model were derived from measurements. For some parameters, I fitted the models to information in the datasheets, where that information was reasonable. Examples would be some parameters like Ccb and ft. For each device, I also used one or more manufacturer's SPICE models as a starting point. If some of the more obsure parameters looked reasonable, I used that value or a similar value.

Cheers,
Bob
  Reply With Quote
Old 21st November 2011, 08:29 PM   #2298
diyAudio Member
 
Join Date: Mar 2011
Location: St Louis, Mo
Bob,

I , for one, admire and commend your approach and your decision to include the LTSpice-specific parameters such as "mfg=", "Vceo=", etc.

Questions of compatibility and library portability deserve a serious answer, not a cursory dismissal. In this case, Mike Engelhardt (the LTSpice author & architect) has chosen to "extend" the standard SPICE syntax, now roughly 40 years old and created for use in a computing environment that is barely recognizable from today's world. He is not unique in this regard: the encrypted models of HSPICE, and Multisim's method of mapping the nodes of a SPICE model to the pins of a schematic symbol come to mind. In my mind, making an LTSpice ".model" statement (containing the LTSpice-unique parameters) portable to other simulators is a very straightforward, and rather obvious effort. It requires only a very basic text-editor - in many cases adding a semicolon (introduced, as I recall, by PSPICE as the delimiting symbol for in-line comments) is all that's needed.

I think there's value in retaining the "mfg=" information. It's not just the fact that, as one of Edsel Murphy's corollaries states, "Interchangeable parts won't.". This Forum, of all places, appreciates that there are often subtle differences among interchangeable parts. Knowing the origins of a model's parameter values is at least a first step toward understanding those differences.

Bob, thanks for making the effort to develop those models and share the results. At least we know your methodology. In most cases you simply receive a model with no hints as to whether it was developed from purely theoretical considerations; from published (or perhaps unpublished) Data Sheet values; from measurements on a batch of components; or from measurements across several batches. You don't know if the model is intended to represent "typical" performance, or "worst-case" behavior, or a mixture. If the model was verified against physical measurements you don't know what operating conditions or applications were tightly controlled and which were allowed to simply fall "in the ballpark". With Bob Cordell's name on his work we at least know where to start looking for answers to these questions.

Dale
  Reply With Quote
Old 21st November 2011, 08:44 PM   #2299
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
Nevertheless I got warnings about unknown parameters:
CGDMAX, CGDMIN, A CGS, CJO, M and VJ. As a result, capacitances are not modeled at all. I wish I could buy such MOSFETs.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 21st November 2011, 08:59 PM   #2300
dimitri is offline dimitri  United States
diyAudio Member
 
dimitri's Avatar
 
Join Date: Oct 2002
Location: retired
Send a message via ICQ to dimitri
Quote:
CGDMAX, CGDMIN, A CGS, CJO, M and VJ
I'll try to search here: LTspice : LTspice/SwitcherCAD III
  Reply With Quote

Reply


Hide this!Advertise here!
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
best audio amplifier book?? Bouvett Everything Else 30 13th August 2012 02:43 AM
Another realization of Bob Cordell's THD Analyzer giulianodes Equipment & Tools 12 3rd August 2010 01:57 PM
Amplifier Design Book pixie Everything Else 27 11th June 2010 08:36 PM
Project 11.1 from Slone "High-Power Amplifier" Book Karl71 Solid State 46 6th October 2008 03:47 AM
book-audio power amplifier by Douglas Self mikee12345 Solid State 8 16th November 2003 01:16 AM


New To Site? Need Help?

All times are GMT. The time now is 07:29 AM.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2013 DragonByte Technologies Ltd. (Resources saved on this page: MySQL 27.27%)
Copyright ©1999-2013 diyAudio