Home
last modified time | relevance | path

Searched refs:Vth (Results 1 – 25 of 115) sorted by relevance

12345

/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/simulation/
H A Dnonlinear.cpp96 double NonLinear::fetVoltage( double V, double V_prev, double Vth ) const in fetVoltage()
98 double V_tst_hi = fabs( 2 * (V_prev - Vth) ) + 2.0; in fetVoltage()
100 double V_tox = Vth + 3.5; in fetVoltage()
103 if ( V_prev >= Vth ) { in fetVoltage()
115 return MAX( V, Vth + 2 ); in fetVoltage()
128 return MAX( V, Vth - 0.5 ); in fetVoltage()
132 return MIN( V, Vth + 4 ); in fetVoltage()
145 if ( V <= Vth + 0.5 ) { in fetVoltage()
152 return Vth + 0.5; in fetVoltage()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/residfp-builder/residfp/
H A DIntegrator8580.h63 const double Vth; variable
69 … Integrator8580(const unsigned short* opamp_rev, double Vth, double nKp, double vmin, double N16) : in Integrator8580() argument
73 Vth(Vth), in Integrator8580()
98 const double Vgt = Vg - Vth; in setV()
H A DFilterModelConfig8580.cpp129 Vth(0.80), in FilterModelConfig8580()
132 Vddt(Vdd - Vth), in FilterModelConfig8580()
274 return MAKE_UNIQUE(Integrator8580, opamp_rev, Vth, nKp, vmin, N16); in buildIntegrator()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/residfp-builder/residfp/
H A DIntegrator8580.h63 const double Vth; variable
69 … Integrator8580(const unsigned short* opamp_rev, double Vth, double nKp, double vmin, double N16) : in Integrator8580() argument
73 Vth(Vth), in Integrator8580()
98 const double Vgt = Vg - Vth; in setV()
H A DFilterModelConfig8580.cpp129 Vth(0.80), in FilterModelConfig8580()
132 Vddt(Vdd - Vth), in FilterModelConfig8580()
274 return std::unique_ptr<Integrator8580>(new Integrator8580(opamp_rev, Vth, nKp, vmin, N16)); in buildIntegrator()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/residfp/builders/residfp-builder/residfp/
H A DIntegrator8580.h67 const double Vth; variable
73 …Integrator8580(const unsigned short* opamp_rev, double Vth, double denorm, double C, double uCox, … in Integrator8580() argument
77 Vth(Vth), in Integrator8580()
102 const double Vgt = Vg - Vth; in setV()
H A DFilterModelConfig8580.cpp132 Vth(0.80), in FilterModelConfig8580()
135 Vddt(Vdd - Vth), in FilterModelConfig8580()
276 …return std::unique_ptr<Integrator8580>(new Integrator8580(opamp_rev, Vth, denorm, C, uCox, vmin, N… in buildIntegrator()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/residfp/
H A DIntegrator8580.h63 const double Vth = 0.0; variable
69 … Integrator8580(const unsigned short* opamp_rev, double Vth, double nKp, double vmin, double N16) : in Integrator8580() argument
73 Vth(Vth), in Integrator8580()
102 const double Vgt = Vg - Vth; in setV()
H A DFilterModelConfig8580.cpp129 Vth(0.80), in FilterModelConfig8580()
132 Vddt(Vdd - Vth), in FilterModelConfig8580()
274 return std::make_unique<Integrator8580>(opamp_rev, Vth, nKp, vmin, N16); in buildIntegrator()
/dports/math/octave-forge-secs1d/secs1d-0.0.9/doc/function/
H A Dsecs1d_dd_newton.tex77 V = Fn + Vth*log(n/ni);
82 Vbar = Vth; % [V]
141 Fn = V - Vth*log(n/ni);
142 Fp = V + Vth*log(p/ni);
148 [Bp, Bm] = bimu_bernoulli (dV/Vth);
149 Jn = q*u0n*Vth .* (n(2:end) .* Bp - n(1:end-1) .* Bm) ./ dx;
150 Jp = -q*u0p*Vth .* (p(2:end) .* Bm - p(1:end-1) .* Bp) ./ dx;
156 Ec = Vth*log(Nc./n)+Efn;
157 Ev = -Vth*log(Nv./p)+Efp;
H A Dsecs1d_dd_gummel_map.tex93 V = Fn + Vth * log (n / ni);
98 Vbar = Vth; % [V]
161 Fn = V - Vth*log(n/ni);
162 Fp = V + Vth*log(p/ni);
170 Ec = Vth*log(Nc./n)+Efn;
171 Ev = -Vth*log(Nv./p)+Efp;
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dstimuli.cc584 Vth(_Vth), Zth(_Zth), in stimulus()
778 return Vth; in get_Vth()
819 m1 = Vth / duty; in triangle_wave()
826 m2 = Vth / (duty - period); in triangle_wave()
828 m2 = Vth; in triangle_wave()
1092 if (new_Vth != Vth) in putState()
1094 Vth = new_Vth; in putState()
1096 if (Vth <= 0.3) in putState()
1217 return Vth; in get_Vth()
1373 Vpullup = Vth; in IO_bi_directional_pu()
[all …]
/dports/math/octave-forge-secs2d/secs2d-0.0.8/inst/Utilities/
H A DUdriftdiffusion2.m1 function c=Udriftdiffusion2(mesh,Dsides,guess,M,U,V,Vth,u)
4 % c=Udriftdiffusion(mesh,Dsides,guess,M,U,V,Vth,u)
6 % $ -div ( u ( \nabla (n Vth) - n \nabla V)) + M = U $
46 A = Uscharfettergummel2(mesh,V,u,Vth);
/dports/math/octave-forge-secs1d/secs1d-0.0.9/inst/
H A Dsecs1d_dd_newton.m179 %! V = Fn + Vth*log(n/ni);
184 %! Vbar = Vth; % [V]
243 %! Fn = V - Vth*log(n/ni);
244 %! Fp = V + Vth*log(p/ni);
250 %! [Bp, Bm] = bimu_bernoulli (dV/Vth);
251 %! Jn = q*u0n*Vth .* (n(2:end) .* Bp - n(1:end-1) .* Bm) ./ dx;
252 %! Jp = -q*u0p*Vth .* (p(2:end) .* Bm - p(1:end-1) .* Bp) ./ dx;
258 %! Ec = Vth*log(Nc./n)+Efn;
259 %! Ev = -Vth*log(Nv./p)+Efp;
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/components/
H A Dpiccomponentpin.cpp32 Vth = 0.0; in PICComponentPin()
123 return Vth; in get_Vth()
155 Vth = state ? 5e10 : 0; in logicCallback()
/dports/emulators/vice/vice-3.5/src/resid/
H A Dfilter8580new.cc166 double Vth; // Threshold voltage member
269 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
448 double Vgt = (4.75 * 1.6) - fi.Vth; in Filter()
493 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
518 double kVt = fi.k*fi.Vth; in Filter()
569 double Vgt = Vg - fi.Vth; in adjust_filter_bias()
H A Dfilter.cc118 double Vth; // Threshold voltage member
214 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
386 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
410 double kVt = fi.k*fi.Vth; in Filter()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/resid-builder/resid/
H A Dfilter8580new.cc166 double Vth; // Threshold voltage member
269 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
448 double Vgt = (4.75 * 1.6) - fi.Vth; in Filter()
493 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
518 double kVt = fi.k*fi.Vth; in Filter()
569 double Vgt = Vg - fi.Vth; in adjust_filter_bias()
H A Dfilter.cc118 double Vth; // Threshold voltage member
214 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
386 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
410 double kVt = fi.k*fi.Vth; in Filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/resid/
H A Dfilter8580new.cc166 double Vth; // Threshold voltage member
269 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
448 double Vgt = fi.k * ((4.75 * 1.6) - fi.Vth); in Filter()
493 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
518 double kVt = fi.k*fi.Vth; in Filter()
568 double Vgt = model_filter_init[1].k * (Vg - model_filter_init[1].Vth); in adjust_filter_bias()
H A Dfilter.cc118 double Vth; // Threshold voltage member
214 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
386 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
410 double kVt = fi.k*fi.Vth; in Filter()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/resid-builder/resid/
H A Dfilter8580new.cc166 double Vth; // Threshold voltage in grecs_data_type_string()
269 double kVddt = fi.k*(fi.Vdd - fi.Vth); in grecs_data_type_string()
448 double Vgt = (4.75 * 1.6) - fi.Vth; in grecs_data_type_string()
493 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in grecs_data_type_string()
518 double kVt = fi.k*fi.Vth; in grecs_data_type_string()
569 double Vgt = Vg - fi.Vth; in grecs_data_type_string()
H A Dfilter.cc118 double Vth; // Threshold voltage member
214 double kVddt = fi.k*(fi.Vdd - fi.Vth); in Filter()
386 double kVddt = N16*(k*(fi.Vdd - fi.Vth)); in Filter()
410 double kVt = fi.k*fi.Vth; in Filter()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/doc/
H A Derror_codes6 AV: Analog Vth leak
24 GV: Gate vs source error less than Vth
70 VT: Gate vs source error at Vth.
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.cc695 if ( theConnections.device_p->model_p->Vth < 0 ) { in AdjustMaxPmosKey()
697 theEventKey = theEventKey + theConnections.device_p->model_p->Vth; in AdjustMaxPmosKey()
730 if ( theConnections.device_p->model_p->Vth > 0 ) { in AdjustMaxNmosKey()
732 theEventKey = theEventKey - theConnections.device_p->model_p->Vth; in AdjustMaxNmosKey()
739 theEventKey = myGateVoltage - theConnections.device_p->model_p->Vth; in AdjustMaxNmosKey()
750 if ( theConnections.device_p->model_p->Vth > 0 ) { in AdjustMinNmosKey()
752 theEventKey = theEventKey + theConnections.device_p->model_p->Vth; in AdjustMinNmosKey()
785 if ( theConnections.device_p->model_p->Vth < 0 ) { in AdjustMinPmosKey()
787 theEventKey = theEventKey - theConnections.device_p->model_p->Vth; in AdjustMinPmosKey()
794 theEventKey = myGateVoltage - theConnections.device_p->model_p->Vth; in AdjustMinPmosKey()
[all …]

12345