Home
last modified time | relevance | path

Searched refs:ycoeffs (Results 1 – 19 of 19) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dzfilterfactory.cpp210 ycoeffs.clear(); in expandpoly()
217 ycoeffs.push_back( -(botcoeffs[i].real() / botcoeffs.back().real()) ); in expandpoly()
H A Dzfilterfactory.h52 std::vector<double> xcoeffs, ycoeffs;
H A Dguide_algorithm_zfilter.cpp144 m_ycoeff = m_pFactory->ycoeffs; in BuildFilter()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgvgcpfit.h78 EXTERNAL void GetPolyInY(double *ycoeffs, double *xycoeffs, int order,
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgvgcpfit.h73 EXTERNAL void GetPolyInY(double *ycoeffs, double *xycoeffs, int order,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgvgcpfit.h73 EXTERNAL void GetPolyInY(double *ycoeffs, double *xycoeffs, int order,
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgvgcpfit.h73 EXTERNAL void GetPolyInY(double *ycoeffs, double *xycoeffs, int order,
/dports/audio/snd/snd-21.2/
H A Ddsp.rb1324 ycoeffs = make_array(m)
1334 ycoeffs[k] = vct(1.0, -2.0 * gamma, 2.0 * beta)
1337 cascade2canonical(xcoeffs), cascade2canonical(ycoeffs))
1348 ycoeffs = make_array(m)
1358 ycoeffs[k] = vct(1.0, -2.0 * gamma, 2.0 * beta)
1361 cascade2canonical(xcoeffs), cascade2canonical(ycoeffs))
1373 ycoeffs = make_array(m)
1394 ycoeffs[i] = vct(1.0, -2.0 * gammajk, 2.0 * betajk)
1403 cascade2canonical(xcoeffs), cascade2canonical(ycoeffs))
1415 ycoeffs = make_array(m)
[all …]
H A Ddsp.scm991 (ycoeffs ())
998 (cascade->canonical ycoeffs)))
1004 (set! ycoeffs (cons (float-vector 1.0 (* -2.0 gamma) (* 2.0 beta)) ycoeffs))))))))
1011 (ycoeffs ())
1018 (cascade->canonical ycoeffs)))
1024 (set! ycoeffs (cons (float-vector 1.0 (* -2.0 gamma) (* 2.0 beta)) ycoeffs))))))))
1034 (ycoeffs ())
1043 (cascade->canonical ycoeffs)))
1057 (set! ycoeffs (cons (float-vector 1.0 (* -2.0 gammajk) (* 2.0 betajk)) ycoeffs))))
1072 (ycoeffs ())
[all …]
H A Ddsp.fs1292 #() { ycoeffs }
1302 ycoeffs vct( 1.0 -2.0 gamma f* beta f2* ) array-push drop
1306 ycoeffs cascade->canonical make-filter
1314 #() { ycoeffs }
1324 ycoeffs vct( 1.0 -2.0 gamma f* beta f2* ) array-push drop
1328 ycoeffs cascade->canonical make-filter
1336 #() { ycoeffs }
1361 ycoeffs vct( 1.0 -2.0 gammajk f* betajk f2* ) array-push drop
1371 ycoeffs cascade->canonical make-filter
1379 #() { ycoeffs }
[all …]
H A Dclm.h392 MUS_EXPORT mus_any *mus_make_filter(int order, mus_float_t *xcoeffs, mus_float_t *ycoeffs, mus_floa…
400 MUS_EXPORT mus_any *mus_make_iir_filter(int order, mus_float_t *ycoeffs, mus_float_t *state);
H A Dclm.c123 mus_float_t *(*ycoeffs)(mus_any *ptr); member
784 (gen->core->ycoeffs)) in mus_ycoeffs()
785 return((*(gen->core->ycoeffs))(gen)); in mus_ycoeffs()
864 bool mus_ycoeffs_exists(mus_any *gen) {return(gen->core->ycoeffs);} in mus_ycoeffs_exists()
9197 …ss *cls, const char *name, int order, mus_float_t *xcoeffs, mus_float_t *ycoeffs, mus_float_t *sta… in make_filter() argument
9221 if (!ycoeffs) in make_filter()
9233 gen->y = ycoeffs; in make_filter()
9242 mus_any *mus_make_filter(int order, mus_float_t *xcoeffs, mus_float_t *ycoeffs, mus_float_t *state) in mus_make_filter() argument
9244 return(make_filter(&FILTER_CLASS, S_make_filter, order, xcoeffs, ycoeffs, state)); in mus_make_filter()
9254 mus_any *mus_make_iir_filter(int order, mus_float_t *ycoeffs, mus_float_t *state) in mus_make_iir_filter() argument
[all …]
H A Dsnd-test.fs3379 "no ycoeffs method"
6548 :order :xcoeffs :ycoeffs :envelope :base :duration :offset :end
6711 <'> mus-scaler <'> mus-srate <'> mus-xcoeffs <'> mus-ycoeffs <'> notch
7152 <'> mus-xcoeffs <'> mus-ycoeffs <'> notch <'> one-pole <'> one-zero
7215 <'> mus-xcoeffs <'> mus-ycoeffs ) each to prc
7609 :order 32 :ycoeffs 4 0.0 make-vct <'> make-iir-filter 'mus-error
7611 :coeffs 4 0 make-vct :ycoeffs 4 0 make-vct <'> make-iir-filter 'mus-error
7888 3 :xcoeffs vct-3 :ycoeffs vct-3 make-filter 4 <'> mus-xcoeff 'mus-error
7890 3 :xcoeffs vct-3 :ycoeffs vct-3 make-filter 4 <'> mus-ycoeff 'mus-error
7892 3 :xcoeffs vct-3 :ycoeffs vct-3 make-filter 4 1.0 <'> set-mus-xcoeff
[all …]
H A Dclm2xen.c6622 mus_float_t *xcoeffs = NULL, *ycoeffs = NULL;
6672 ycoeffs = s7_float_vector_elements(py);
6706 if (ycoeffs)
6708 ge = mus_make_polywave_tu(freq, xcoeffs, ycoeffs, n);
6726 mus_float_t *xcoeffs = NULL, *ycoeffs = NULL, *partials = NULL;
6803 ycoeffs = mus_vct_data(v);
6819 if (ycoeffs)
6821 ge = mus_make_polywave_tu(freq, xcoeffs, ycoeffs, n);
H A Dsnd-test.rb10910 vequal(f1.ycoeffs, f2.ycoeffs)
14192 data = gen.ycoeffs
14246 ys = gen.ycoeffs
19390 if g1.ycoeffs != v1
19391 snd_display("%s data !=: %s %s?", name, g1.ycoeffs, v1)
19394 if fneq(g1.ycoeffs[1], 0.3)
19395 snd_display("%s vct_set!: %s %s?", name, v1[1], g1.ycoeffs[1])
19397 g1.ycoeffs[1] = 0.5
19399 snd_display("%s set_data: %s %s?", name, v1[1], g1.ycoeffs[1])
/dports/lang/fth/fth-1.4.1/examples/site-lib/
H A Ddsp.fs1292 #() { ycoeffs }
1302 ycoeffs vct( 1.0 -2.0 gamma f* beta f2* ) array-push drop
1306 ycoeffs cascade->canonical make-filter
1314 #() { ycoeffs }
1324 ycoeffs vct( 1.0 -2.0 gamma f* beta f2* ) array-push drop
1328 ycoeffs cascade->canonical make-filter
1336 #() { ycoeffs }
1361 ycoeffs vct( 1.0 -2.0 gammajk f* betajk f2* ) array-push drop
1371 ycoeffs cascade->canonical make-filter
1379 #() { ycoeffs }
[all …]
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Du32vec.spad500 ycoeffs := y
506 inner_mul(xcoeffs, ycoeffs, zcoeffs, xdeg, ydeg, zdeg, p)
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp787 … cn(_cn), xoffsets(_xoffsets), yoffsets(_yoffsets), xcoeffs(_xcoeffs), ycoeffs(_ycoeffs), in resize_bitExactInvoker()
818 curcoeffs[i] = ycoeffs[ dy*interp_y_len - evalbuf_start + interp_y_len + i]; in operator ()()
820 curcoeffs[i] = ycoeffs[ dy*interp_y_len - evalbuf_start + i]; in operator ()()
844 fixedpoint *xcoeffs, *ycoeffs; member in __anon873c3d650111::resize_bitExactInvoker
878 fixedpoint* ycoeffs = xcoeffs + dst_width * interp_x.len; in resize_bitExact() local
885 interp_y.getCoeffs(dy, yoffsets+dy, ycoeffs+dy*interp_y.len); in resize_bitExact()
889 … xoffsets, yoffsets, xcoeffs, ycoeffs, min_x, max_x, min_y, max_y, hResize); in resize_bitExact()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DPOLYVEC.lsp470 (|zdeg| (|SingleInteger|)) (|ycoeffs| (|U32Vector|))
480 (LETT |xcoeffs| |x|) (LETT |ycoeffs| |y|)