Home
last modified time | relevance | path

Searched refs:samplingPeriod (Results 1 – 25 of 57) sorted by relevance

123

/dports/audio/praat/praat-6.2.03/dwtools/
H A DResonator.cpp34 const double r = exp (-NUMpi * samplingPeriod * bandwidth); in v_setCoefficients()
36 b = 2.0 * r * cos (2.0 * NUMpi * frequency * samplingPeriod); in v_setCoefficients()
55 a = (1.0 + c) * sin (2.0 * NUMpi * frequency * samplingPeriod); // normalization: H(f) = 0 dB in v_setCoefficients()
58 autoResonator Resonator_create (double samplingPeriod, bool normaliseAtDC) { in Resonator_create() argument
62 my samplingPeriod = samplingPeriod; in Resonator_create() local
102 const double r = exp (-NUMpi * samplingPeriod * bandwidth); in v_setCoefficients()
119 autoConstantGainResonator ConstantGainResonator_create (double samplingPeriod) { in ConstantGainResonator_create() argument
123 my samplingPeriod = samplingPeriod; in ConstantGainResonator_create() local
130 autoAntiResonator AntiResonator_create (double samplingPeriod) { in AntiResonator_create() argument
134 my samplingPeriod = samplingPeriod; in AntiResonator_create() local
H A DResonator.h29 double samplingPeriod;
64 autoResonator Resonator_create (double samplingPeriod, bool normaliseAtDC);
66 autoConstantGainResonator ConstantGainResonator_create (double samplingPeriod);
68 autoAntiResonator AntiResonator_create (double samplingPeriod);
/dports/audio/praat/praat-6.2.03/LPC/
H A DLPC_and_Formant.cpp67 void LPC_Frame_into_Formant_Frame (LPC_Frame me, Formant_Frame thee, double samplingPeriod, double … in LPC_Frame_into_Formant_Frame() argument
78 Roots_into_Formant_Frame (r.get(), thee, 1.0 / samplingPeriod, margin); in LPC_Frame_into_Formant_Frame()
92 Roots_into_Formant_Frame (r, thee, 1.0 / samplingPeriod, margin); in LPC_Frame_into_Formant_Frame_mt()
97 const double samplingFrequency = 1.0 / my samplingPeriod; in LPC_to_Formant_noThreads()
149 const double samplingFrequency = 1.0 / my samplingPeriod; in LPC_to_Formant()
230 void Formant_Frame_into_LPC_Frame (Formant_Frame me, LPC_Frame thee, double samplingPeriod) { in Formant_Frame_into_LPC_Frame() argument
233 const double nyquistFrequency = 0.5 / samplingPeriod; in Formant_Frame_into_LPC_Frame()
245 const double r = exp (- NUMpi * my formant [iformant]. bandwidth * samplingPeriod); in Formant_Frame_into_LPC_Frame()
246 const double p = - 2.0 * r * cos (NUM2pi * formantFrequency * samplingPeriod); in Formant_Frame_into_LPC_Frame()
263 autoLPC Formant_to_LPC (Formant me, double samplingPeriod) { in Formant_to_LPC() argument
[all …]
H A DLPC_and_Formant.h28 autoLPC Formant_to_LPC (Formant me, double samplingPeriod);
30 void LPC_Frame_into_Formant_Frame (LPC_Frame me, Formant_Frame thee, double samplingPeriod, double …
36 void LPC_Frame_into_Formant_Frame_mt (LPC_Frame me, Formant_Frame thee, double samplingPeriod, doub…
39 void Formant_Frame_into_LPC_Frame (Formant_Frame me, LPC_Frame thee, double samplingPeriod);
H A DLPC.cpp77 …n, double tmax, integer nt, double dt, double t1, integer predictionOrder, double samplingPeriod) { in LPC_init() argument
78 my samplingPeriod = samplingPeriod; in LPC_init() local
84 …n, double tmax, integer nt, double dt, double t1, integer predictionOrder, double samplingPeriod) { in LPC_create() argument
87 LPC_init (me.get(), tmin, tmax, nt, dt, t1, predictionOrder, samplingPeriod); in LPC_create()
H A DLPC.h35 …in, double tmax, integer nt, double dt, double t1, integer predictionOrder, double samplingPeriod);
37 …in, double tmax, integer nt, double dt, double t1, integer predictionOrder, double samplingPeriod);
H A DLPC_to_Spectrum.cpp99 Melder_assert (my samplingPeriod > 0.0); in LPC_to_Spectrum()
100 const double samplingFrequency = 1.0 / my samplingPeriod; in LPC_to_Spectrum()
H A DLPC_and_Tube.cpp69 double LPC_Frame_getVTL_wakita (LPC_Frame me, double samplingPeriod, double refLength) { in LPC_Frame_getVTL_wakita() argument
93 LPC_Frame_into_Formant_Frame (me, f, samplingPeriod, 0.0); in LPC_Frame_getVTL_wakita()
124 Formant_Frame_into_LPC_Frame (f, lpc, samplingPeriod); in LPC_Frame_getVTL_wakita()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_vcenter_statistics.py254 historical_interval.samplingPeriod != past_day_seconds
263 if historical_interval.samplingPeriod != past_day_seconds:
275 samplingPeriod=past_day_seconds,
286 historical_interval.samplingPeriod != past_week_seconds
295 if historical_interval.samplingPeriod != past_week_seconds:
307 samplingPeriod=past_week_seconds,
318 historical_interval.samplingPeriod != past_month_seconds
339 samplingPeriod=past_month_seconds,
350 historical_interval.samplingPeriod != past_year_seconds
359 if historical_interval.samplingPeriod != past_year_seconds:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_vcenter_statistics.py308 historical_interval.samplingPeriod != past_day_seconds
317 if historical_interval.samplingPeriod != past_day_seconds:
329 samplingPeriod=past_day_seconds,
340 historical_interval.samplingPeriod != past_week_seconds
349 if historical_interval.samplingPeriod != past_week_seconds:
361 samplingPeriod=past_week_seconds,
372 historical_interval.samplingPeriod != past_month_seconds
393 samplingPeriod=past_month_seconds,
404 historical_interval.samplingPeriod != past_year_seconds
413 if historical_interval.samplingPeriod != past_year_seconds:
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/
H A Dsample_and_watermark_test.go33 samplingPeriod = time.Millisecond const
57 gen := NewSampleAndWaterMarkHistogramsGenerator(clk, samplingPeriod,
77 ddt := time.Duration(rand.Intn(ddtRangeCentiPeriods)-ddtOffsetCentiPeriods) * samplingPeriod / 100
85 expectedCount := int64(dt / samplingPeriod)
/dports/audio/praat/praat-6.2.03/fon/
H A DPitchTier_to_Sound.cpp79 double samplingPeriod = 1.0 / samplingFrequency; in PitchTier_to_Sound_sine() local
81 double t1 = tmid - 0.5 * (numberOfSamples - 1) * samplingPeriod; in PitchTier_to_Sound_sine()
82 autoSound thee = Sound_create (1, tmin, tmax, numberOfSamples, samplingPeriod, t1); in PitchTier_to_Sound_sine()
85 double tleft = t1 + (isamp - 1.5) * samplingPeriod; in PitchTier_to_Sound_sine()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/traffic-control/
H A Dqueue-discs-benchmark.cc110 float samplingPeriod = 1; in main() local
123 cmd.AddValue ("samplingPeriod", "Goodput sampling period in seconds", samplingPeriod); in main()
292 …Simulator::Schedule (Seconds (samplingPeriod), &GoodputSampling, queueDiscType + "-upGoodput.txt",… in main()
293 uploadGoodputStream, samplingPeriod); in main()
295 …Simulator::Schedule (Seconds (samplingPeriod), &GoodputSampling, queueDiscType + "-downGoodput.txt… in main()
296 downloadGoodputStream, samplingPeriod); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
H A Dpa_cpuload.h57 double samplingPeriod; member
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/common/
H A Dpa_cpuload.c55 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
78 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/devel/upp/upp/bazaar/plugin/portaudio/common/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/audio/portaudio/portaudio/src/common/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/common/
H A Dpa_cpuload.c64 measurer->samplingPeriod = 1. / sampleRate; in PaUtil_InitializeCpuLoadMeasurer()
87 secondsFor100Percent = framesProcessed * measurer->samplingPeriod; in PaUtil_EndCpuLoadMeasurement()
/dports/audio/praat/praat-6.2.03/EEG/
H A DERPTier.cpp76 double samplingPeriod = my sound -> dx; in EEG_PointProcess_to_ERPTier() local
77 integer numberOfSamples = Melder_ifloor (soundDuration / samplingPeriod) + 1; in EEG_PointProcess_to_ERPTier()
81 double soundPhysicalDuration = numberOfSamples * samplingPeriod; in EEG_PointProcess_to_ERPTier()
82 …double firstTime = midTime - 0.5 * soundPhysicalDuration + 0.5 * samplingPeriod; // distribute t… in EEG_PointProcess_to_ERPTier()
87 … Sound_create (thy numberOfChannels, fromTime, toTime, numberOfSamples, samplingPeriod, firstTime); in EEG_PointProcess_to_ERPTier()
89 double eegSample = 1 + (eegEventTime - my sound -> x1) / samplingPeriod; in EEG_PointProcess_to_ERPTier()
90 double erpSample = 1 + (erpEventTime - firstTime) / samplingPeriod; in EEG_PointProcess_to_ERPTier()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-multirate.cc127 double samplingPeriod; member in Experiment
155 samplingPeriod (0.1), in Experiment()
201 double mbs = ((bytesTotal * 8.0) / 1000000 / samplingPeriod); in CheckThroughput()
206 Simulator::Schedule (Seconds (samplingPeriod), &Experiment::CheckThroughput, this); in CheckThroughput()
564 samplingPeriod = 0.1; in CommandSetup()
568 samplingPeriod = 1.0; in CommandSetup()
571 cmd.AddValue ("samplingPeriod", "sampling period", samplingPeriod); in CommandSetup()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/metrics/
H A Dtest_metric_streamer_1.cpp64 streamerDesc.samplingPeriod = 1000; in TEST_F()
165 streamerDesc.samplingPeriod = 1000; in TEST_F()
266 streamerDesc.samplingPeriod = 1000; in TEST_F()
333 streamerDesc.samplingPeriod = 1000; in TEST_F()
436 streamerDesc.samplingPeriod = 1000; in TEST_F()
519 streamerDesc.samplingPeriod = 1000; in TEST_F()
617 streamerDesc.samplingPeriod = 1000; in TEST_F()
725 streamerDesc.samplingPeriod = 1000; in TEST_F()
825 streamerDesc.samplingPeriod = 1000; in TEST_F()
937 streamerDesc.samplingPeriod = 1000; in TEST_F()
[all …]
H A Dtest_metric_streamer_2.cpp33 streamerDesc.samplingPeriod = 1000; in TEST_F()
111 streamerDesc.samplingPeriod = 1000; in TEST_F()
200 streamerDesc.samplingPeriod = 1000; in TEST_F()
311 streamerDesc.samplingPeriod = 1000; in TEST_F()
379 streamerDesc.samplingPeriod = 1000; in TEST_F()
479 streamerDesc.samplingPeriod = 1000; in TEST_F()
575 streamerDesc.samplingPeriod = 1000; in TEST_F()
670 streamerDesc.samplingPeriod = 1000; in TEST_F()
762 streamerDesc.samplingPeriod = 1000; in TEST_F()

123