Home
last modified time | relevance | path

Searched refs:hz (Results 26 – 50 of 11740) sorted by path

12345678910>>...470

/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestStelSphereGeometry.cpp257 SphericalCap hz(vz, 0); in testPlaneIntersect2() local
258 QVERIFY2(SphericalCap::intersectionPoints(hx, hz, p1, p2)==true, "Plane intersect failed"); in testPlaneIntersect2()
264 QVERIFY2(SphericalCap::intersectionPoints(hx, hz, p1, p2)==true, "Plane/convex intersect failed"); in testPlaneIntersect2()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcsutrn.l190 hz|HZ {
/dports/astro/xphoon/xphoon-20000613/debian/
H A Dchangelog30 * fixed lintian error: move manpage from /usr/X11R6/man6/xphoon.6x.hz to
/dports/audio/alsa-utils/alsa-utils-1.2.2/bat/
H A Danalyze.c65 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak() argument
69 float hz_peak = (float) (peak) * hz; in check_peak()
77 10.0 * log10f(p / mean), start * hz, end * hz); in check_peak()
106 float hz = 1.0 / ((float) bat->frames / (float) bat->rate); in check() local
141 err |= check_peak(bat, a, end, peak, hz, mean, in check()
/dports/audio/alsa-utils/alsa-utils-1.2.2/po/
H A Dde.po1595 "-X,--force-frequency\tforce frequencies outside the 30-8000hz range\n"
H A Dfr.po1607 "-X,--force-frequency\tforce frequencies outside the 30-8000hz range\n"
H A Dja.po1578 "-X,--force-frequency\tforce frequencies outside the 30-8000hz range\n"
1587 "-f,--frequency 正弦波周波数 (hz)\n"
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h17 int frame_bytes, channels, hz, layer, bitrate_kbps; member
1717 info->hz = hdr_sample_rate_hz(hdr); in mp3dec_decode_frame()
H A Dmp3fileimportable.h52 samplecnt_t samplerate () const { return _info.hz; } in samplerate()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-delay.lv2/
H A Da-delay.ttl.in133 unit:unit unit:hz ;
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-fluidsynth.lv2/
H A Da-fluidsynth.ttl.in145 units:unit units:hz ;
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dpitch_to_mts.lua56 function freq_to_mts (hz)
57 local note = math.floor (12. * log2 (hz / 440) + 69.0)
59 local cent = 1200.0 * log2 (hz / freq)
H A Dscl_to_mts.lua56 function freq_to_mts (hz)
57 local note = math.floor (12. * log2 (hz / 440) + 69.0)
59 local cent = 1200.0 * log2 (hz / freq)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dsound.c1664 double hz_to_step(double hz) in hz_to_step() argument
1666 return (log(hz) - p2) / p1; in hz_to_step()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/tran/
H A Damosc.alg4 ("double" "hz") ("time_type" "t0") ("sound_type" "amod")
15 input->sr, sr, hz, &susp->ph_incr)") )
H A Damosc.c447 sound_type snd_make_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sou… in snd_make_amosc() argument
461 input->sr, sr, hz, &susp->ph_incr); in snd_make_amosc()
512 sound_type snd_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sound_ty… in snd_amosc() argument
515 return snd_make_amosc(input, step, sr, hz, t0, amod_copy, phase); in snd_amosc()
H A Damosc.h1 sound_type snd_make_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sou…
2 sound_type snd_amosc(sound_type input, double step, rate_type sr, double hz, time_type t0, sound_ty…
H A Dareson.alg3 (ARGUMENTS ("sound_type" "input") ("double" "hz") ("double" "bw")
13 ("double" "c2" "c3t4 * cos(hz * PI2 / input->sr) / c3p1")
H A Dareson.c179 sound_type snd_make_areson(sound_type input, double hz, double bw, int normalization) in snd_make_areson() argument
201 susp->c2 = c3t4 * cos(hz * PI2 / input->sr) / c3p1; in snd_make_areson()
236 sound_type snd_areson(sound_type input, double hz, double bw, int normalization) in snd_areson() argument
239 return snd_make_areson(input_copy, hz, bw, normalization); in snd_areson()
H A Dareson.h1 sound_type snd_make_areson(sound_type input, double hz, double bw, int normalization);
2 sound_type snd_areson(sound_type input, double hz, double bw, int normalization);
H A Daresoncv.alg3 (ARGUMENTS ("sound_type" "s1") ("double" "hz") ("sound_type" "bw")
13 ("double" "coshz" "cos(hz * PI2 / s1->sr)")
H A Daresoncv.c531 sound_type snd_make_aresoncv(sound_type s1, double hz, sound_type bw, int normalization) in snd_make_aresoncv() argument
548 susp->coshz = cos(hz * PI2 / s1->sr); in snd_make_aresoncv()
609 sound_type snd_aresoncv(sound_type s1, double hz, sound_type bw, int normalization) in snd_aresoncv() argument
613 return snd_make_aresoncv(s1_copy, hz, bw_copy, normalization); in snd_aresoncv()
H A Daresoncv.h1 sound_type snd_make_aresoncv(sound_type s1, double hz, sound_type bw, int normalization);
2 sound_type snd_aresoncv(sound_type s1, double hz, sound_type bw, int normalization);
H A Daresonvc.alg3 (ARGUMENTS ("sound_type" "s1") ("sound_type" "hz") ("double" "bw")
6 (ALWAYS-SCALE hz)
7 (START (MAX s1 hz))
8 (TERMINATE (MIN s1 hz))
11 (STEP-FUNCTION hz)
21 hz->scale = (sample_type) (hz->scale * (PI2 / s1->sr))"))
22 (DEPENDS ("c2" "hz" "c3t4 * cos(hz) / c3p1")
23 ("c1" "hz" "(normalization == 0 ? 0.0 :
H A Daresonvc.c23 sound_type hz; member
469 while ((ROUNDBIG((final_time - susp->hz->t0) * susp->hz->sr)) >= in aresonvc_toss_fetch()
470 susp->hz->current) in aresonvc_toss_fetch()
478 n = (int) ROUNDBIG((final_time - susp->hz->t0) * susp->hz->sr - in aresonvc_toss_fetch()
491 sound_xlmark(susp->hz); in aresonvc_mark()
499 sound_unref(susp->hz); in aresonvc_free()
542 hz->scale = (sample_type) (hz->scale * (PI2 / s1->sr)); in snd_make_aresonvc()
545 if (hz->sr > sr) { in snd_make_aresonvc()
546 sound_unref(hz); in snd_make_aresonvc()
564 if (t0 < hz->t0) sound_prepend_zeros(hz, t0); in snd_make_aresonvc()
[all …]

12345678910>>...470