Guest
Do you have a Spice model for SAV551 or something similar?
--
John Larkin Highland Technology, Inc
lunatic fringe electronics
--
John Larkin Highland Technology, Inc
lunatic fringe electronics
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.MODEL ATF38143_chip NMF( vto=-0.75, Beta=0.3, Lambda=0.07, Alpha=4,
+ B=0.8, Pb=0.7, Cgs=0.997E-12,
+ Cgd=0.176E-12, Rd=0.084, Rs=0.054, Kf=1e6, Af=1)
On Sun, 5 Jan 2020 20:51:15 -0500, Phil Hobbs
pcdhSpamMeSenseless@electrooptical.net> wrote:
.MODEL ATF38143_chip NMF( vto=-0.75, Beta=0.3, Lambda=0.07, Alpha=4,
+ B=0.8, Pb=0.7, Cgs=0.997E-12,
+ Cgd=0.176E-12, Rd=0.084, Rs=0.054, Kf=1e6, Af=1)
Cool. Thanks. It works as a depletion mesfet. I can tweak that to make
it work more like a SAV541. Might add some drain inductance maybe. I
will use the 541 as a switch to discharge the cap in a linear ramp
generator, so the model can be a little crude; it's not likely to
oscillate!
On 06.01.20 1:03 am, jlarkin@highlandsniptechnology.com wrote:
Do you have a Spice model for SAV551 or something similar?
I don't, at least not for LTspice, but would be interested in one. The
obvious choice would be to use the ATF-55134 model from the
Agilent/Avago datasheet and hope it's close enough:
https://media.digikey.com/pdf/Data%20Sheets/Avago%20PDFs/ATF-55143.pdf
(page 16)
Unfortunately, that happens to use the ADS-flavoured quadratic Curtice
model, though, which other SPICEs don't implement. You could try and use
this as a basis for further fiddling:
.MODEL SAV551 NMF(Vto=0.3, Beta=0.444, B=0.8, Alpha=13, Lambda=0.072,
Rd=2.025, Rs=0.675, Cgs=0.6193E-12, Cgd=0.1435E-12, Pb=0.7, Fc=0.65)
This is a mechanical translation of the coefficients from the datasheet,
which might or might not give sensible results. You'd need to tune the B
value to match your measurements Package parasitics could be included
in a SUBCKT as per the ATF-55143 datasheet.
Another option might be to just fit the model parameters to the data I
recall you posting elsewhere. The data for MCL's I_DS/V_DS curves is
available as well:
https://www.minicircuits.com/pages/s-params/SAV-551+_VIEW.pdf. You could
use their S parameters to get the parasitic reactances, and maybe
extract some more graphs to fit from an ADS sim if you have access to a
license. Never tried this, though, so caveat emptor.
On another note, does anyone know how NMF is supposed to work for noise
simulations in LTspice? The results seem wildly off (too large by orders
of magnitude), but I can't find any reference as to which model it is
even supposed to use (McWhorther 1/f noise plus broadband noise inferred
from transconductance?).
David