Home
last modified time | relevance | path

Searched refs:ellip (Results 1 – 25 of 129) sorted by relevance

123456

/dports/graphics/svgalib/svgalib-1.4.3/threeDKit/
H A Dwrapdemo.c328 ellip->alpha += incr; in EL_handle_key()
331 ellip->alpha -= incr; in EL_handle_key()
334 ellip->beta += incr; in EL_handle_key()
337 ellip->beta -= incr; in EL_handle_key()
340 ellip->gamma += incr; in EL_handle_key()
343 ellip->gamma -= incr; in EL_handle_key()
369 ellip->gamma = 0; in EL_handle_key()
370 ellip->alpha = 0; in EL_handle_key()
371 ellip->beta = 0; in EL_handle_key()
502 TD_Solid *ellip; in main() local
[all …]
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dellip.m30 ## [b,a] = ellip(n, Rp, Rs, Wp)
43 ## [z,p,g] = ellip(...)
46 ## [...] = ellip(...,'s')
49 ## [a,b,c,d] = ellip(...)
158 %!error [a, b] = ellip ()
159 %!error [a, b] = ellip (1)
160 %!error [a, b] = ellip (1, 2)
161 %!error [a, b] = ellip (1, 2, 3)
168 %! ellip (6, 3, 50, .6);
171 %! A = ellip (6, 3, 50, .6);
[all …]
H A Dellipord.m49 ## @seealso{buttord, cheb1ord, cheb2ord, ellip}
161 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
188 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
269 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
297 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
325 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
353 %! [b, a] = ellip (n, Rpass, Rstop, Wn);
499 %! [b, a] = ellip (n, Rpass, Rstop, Wn, "s");
524 %! [b, a] = ellip (n, Rpass, Rstop, Wn, "s");
600 %! [b, a] = ellip (n, Rpass, Rstop, Wn, "s");
[all …]
H A Dellipap.m22 ## to @code{ellip (@var{n}, @var{Rp}, @var{Rs}, 1, "s")}.
24 ## @seealso{ellip}
40 [z, p, g] = ellip (n, Rp, Rs, 1, "s");
/dports/math/grace/grace-5.1.25/src/
H A Dobjutils.c209 return ellip[ellipno].active; in isactive_ellipse()
290 ellip[i].active = TRUE; in next_ellipse()
354 ellip[to] = ellip[from]; in copy_object()
413 *bb = ellip[id].bb; in get_object_bb()
496 ellip[id].active = TRUE; in init_ellipse()
498 ellip[id].x1 = vp1.x; in init_ellipse()
499 ellip[id].y1 = vp1.y; in init_ellipse()
502 ellip[id].gno = -1; in init_ellipse()
505 view2world(vp1.x, vp1.y, &ellip[id].x1, &ellip[id].y1); in init_ellipse()
506 view2world(vp2.x, vp2.y, &ellip[id].x2, &ellip[id].y2); in init_ellipse()
[all …]
H A Dstrwin.c549 sprintf(buf, "%.12f", 0.5*(ellip[ellipno].x1+ellip[ellipno].x2)); in update_ellipse_edit()
551 sprintf(buf, "%.12f", 0.5*(ellip[ellipno].y1+ellip[ellipno].y2)); in update_ellipse_edit()
553 sprintf(buf, "%.12f", fabs(ellip[ellipno].x1-ellip[ellipno].x2) ); in update_ellipse_edit()
555 sprintf(buf, "%.12f", fabs(ellip[ellipno].y1-ellip[ellipno].y2) ); in update_ellipse_edit()
579 view2world( x1-x2/2., y1-y2/2., &ellip[ellipno].x1,&ellip[ellipno].y1 ); in swap_ellipwv_coords()
580 view2world( x1+x2/2., y1+y2/2., &ellip[ellipno].x2,&ellip[ellipno].y2 ); in swap_ellipwv_coords()
583 world2view( x1-x2/2., y1-y2/2., &ellip[ellipno].x1,&ellip[ellipno].y1 ); in swap_ellipwv_coords()
584 world2view( x1+x2/2., y1+y2/2., &ellip[ellipno].x2,&ellip[ellipno].y2 ); in swap_ellipwv_coords()
608 ellip[ellipno].x1 = a - b/2.; in ellipse_edit_proc()
609 ellip[ellipno].x2 = a + b/2.; in ellipse_edit_proc()
[all …]
/dports/cad/py-pyfda/pyfda-0.1rc6/pyfda/filter_design/
H A Dellip.py95 self.info_doc.append(sig.ellip.__doc__)
176 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PBC,
182 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PB,
191 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PBC,
197 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PB,
208 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PBC,
214 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB,
225 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB, self.F_PBC,
231 self._save(fil_dict, sig.ellip(self.N, self.A_PB, self.A_SB,
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_easy2D_tableau.cxx462 vgui_soview2D_ellipse * ellip = (vgui_soview2D_ellipse *)sv; in print_psfile() local
463 psfile.ellipse(ellip->x, in print_psfile()
464 ellip->y, in print_psfile()
465 ellip->w, in print_psfile()
466 ellip->h, in print_psfile()
467 int(vnl_math::deg_per_rad * ellip->phi + 0.5)); // convert radians to degrees in print_psfile()
469 …std::cerr << " vgui_easy2D_tableau: Adding ellipse, center " << ellip->x << ", " << ellip->y << "… in print_psfile()
470 << ellip->w << " height " << ellip->h << " angle " << ellip->phi << " (" in print_psfile()
471 << int(vnl_math::deg_per_rad * ellip->phi + 0.5) << " deg)\n"; in print_psfile()
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/macros/
H A Danalpf.sci18 // : fdesign=('butt','cheb1','cheb2','ellip')
20 // :ellip filters where only rp(1) is used for
22 // :rp(1) and rp(2) are both used for ellip case.
26 // :for ellip filters: 1-rp(1)<ripple<1 in passband
53 case "ellip" then
62 "analpf",2,"''butt'',''cheb1'',''cheb2'',''ellip''"));
H A Diir.sci22 // : fdesign=('butt','cheb1','cheb2','ellip')
29 // :ellip filters where only delta(1) is used for
32 // :ellip case.
36 // :for ellip filters: 1-delta(1)<ripple<1 in passband
57 if and(fdesign<>["butt","cheb1","cheb2","ellip"]) then
58 …input argument #%d: Must be in the set {%s}.\n"),"iir",2,"''butt'',''cheb1'',''cheb2'',''ellip''"))
/dports/science/mcxtrace-comps/mcxtrace-comps-1.2-src/optics/
H A DLens_elliptical.comp209 lens ellip;
214 ellip.constants[0]=r1;
215 ellip.constants[1]=r2;
216 ellip.constants[2]=w;
239 ellip.constants[3]=nr*d+nr*2*w;
240 ellip.constants[4]=1.0/n;
241 ellip.constants[5]=-1.0;
243 refr=intersection(incid,ellip);
251 ellip.constants[4]=n;
252 ellip.constants[5]=1.0;
[all …]
/dports/science/py-asdf/asdf-2.8.1/asdf-standard/schemas/stsci.edu/asdf/transform/
H A Dsersic2d-1.0.0.yaml16 …!transform/sersic2d-1.0.0 {amplitude: 10.0, ellip: 0.0, n: 4.0, r_eff: 1.0, theta: 0.0, x_0: 0.5, …
47 ellip:
58 required: ['amplitude', 'r_eff', 'n', 'x_0', 'y_0', 'ellip', 'theta']
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/tests/nonreg_tests/
H A Dbug_4481.dia.ref17 hz_ref = iir(4, 'lp' , 'ellip' , [0.25 0.25], [0.05 0.02]);
18 hz = iir(4, 'lp' , 'ellip' , 0.25, [0.05 0.02]);
H A Dbug_4481.tst18 hz_ref = iir(4, 'lp' , 'ellip' , [0.25 0.25], [0.05 0.02]);
19 hz = iir(4, 'lp' , 'ellip' , 0.25, [0.05 0.02]);
H A Dbug_15907.tst19 [cells fact zzeros zpoles] = eqiir('lp','ellip',[2*%pi/10,4*%pi/10],0.02,0.001);
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/demos/
H A Diir.dem.sce11 "design (butt, cheb1, cheb2 , ellip)" ;
16 ystr, ["bp";"3";"ellip";"0.15 0.25";"0.08 0.035"]);
H A Diirfilt.dem.sce25 //Band pass filter (length 3, type ellip, cut-offs .15 and .25)
26 hz = iir(3, "bp", "ellip", [.15 .25], [.08 .03]);
/dports/cad/opencascade/opencascade-7.6.0/src/GeometryTest/
H A DGeometryTest_CurveCommands.cxx1092 Handle(Geom_Curve) ellip; in uniformAbscissa() local
1093 ellip = DrawTrSurf::GetCurve(a[1]); in uniformAbscissa()
1094 if (ellip.IsNull()) in uniformAbscissa()
1111 Prop.SetCurve(ellip); in uniformAbscissa()
1113 GeomAdaptor_Curve GAC(ellip); in uniformAbscissa()
1123 GCPnts_UniformAbscissa myAlgo(GAC, Abscissa, ellip->FirstParameter(), ellip->LastParameter()); in uniformAbscissa()
1159 Handle(Geom_Ellipse) ellip; in EllipsUniformAbscissa() local
1172 ellip = new Geom_Ellipse(mainaxis,R1, R2); in EllipsUniformAbscissa()
1188 Prop.SetCurve(ellip); in EllipsUniformAbscissa()
1190 GeomAdaptor_Curve GAC(ellip); in EllipsUniformAbscissa()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A DMagneticPlotMap.h77 MAGtype_Ellipsoid *ellip) in MagneticPlotMap() argument
78 …), m_PoleAccuracy(0.0), MagneticModel(mm), TimedMagneticModel(tmm), Ellip(ellip), lastx(0), lasty(… in MagneticPlotMap()
/dports/astro/geographiclib/GeographicLib-1.52/tools/
H A DPlanimeter.cpp146 const Ellipsoid ellip(a, f); in main() local
149 a = sqrt(ellip.Area() / (4 * Math::pi())); in main()
205 ellip.AuthalicLatitude(p.Latitude()) : in main()
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/tests/
H A Dtest_filter_design.py897 sos = ellip(N, 0.3, 60, Wn, 'high', output='sos')
1712 b, a = ellip(N, rp, rs, Wn, 'lp', False)
1740 b, a = ellip(N, rp, rs, Wn, 'hp', False)
1755 b, a = ellip(N, rp, rs, Wn, 'bp', False)
1772 b, a = ellip(N, rp, rs, Wn, 'bs', False)
1789 b, a = ellip(N, rp, rs, Wn, 'bs', True)
1808 b, a = ellip(N, rp, rs, Wn, 'bs', False, fs=fs)
3129 z, p, k = ellip(1, 1, 55, 0.3, output='zpk')
3146 b3, a3 = ellip(5, 3, 26, 1, analog=True)
3152 b, a = ellip(3, 1, 60, [0.4, 0.7], 'stop')
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dpc.c204 wnorm, ellip, norm, snorm; in pc_fit() local
372 ellip = (1.0 - obj2->gdaspect)/(1.0 + obj2->gdaspect); in pc_fit()
373 obj2->gde1 = (float)(ellip*cos(2*obj2->gdposang*PI/180.0)); in pc_fit()
374 obj2->gde2 = (float)(ellip*sin(2*obj2->gdposang*PI/180.0)); in pc_fit()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iscatt/
H A Dplots.py269 ellip = Ellipse(xy=e['pos'],
276 self.axes.add_artist(ellip)
277 callafter_list.append([self.axes.draw_artist, [ellip]])
281 ellip = Ellipse(xy=e['pos'],
289 self.axes.add_artist(ellip)
290 callafter_list.append([self.axes.draw_artist, [ellip]])
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/test/
H A Dspring.m224 %[b a] = ellip(10,1.5,80,Fc/Nyquist);%this needs to cutoff at Fc for each spring
283 [b a] = ellip(1,1.5,50,[180/Nyquist*4 320/Nyquist*4]);
284 [b a] = ellip(1,1,50,[200/Nyquist*4 4000/Nyquist*4]);
298 %[b a] = ellip(5,3,6,[Nyquist/Fc Nyquist/upB]);a%
/dports/math/octave-forge-signal/signal-1.4.1/
H A DINDEX79 ellip

123456