Home
last modified time | relevance | path

Searched refs:peak_values (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/aubio/aubio-0.4.9/src/spectral/
H A Dawhitening.c39 fvec_t *peak_values; member
46 uint_t length = MIN(fftgrain->length, o->peak_values->length); in aubio_spectral_whitening_do()
48 smpl_t tmp = MAX(o->r_decay * o->peak_values->data[i], o->floor); in aubio_spectral_whitening_do()
49 o->peak_values->data[i] = MAX(fftgrain->norm[i], tmp); in aubio_spectral_whitening_do()
50 fftgrain->norm[i] /= o->peak_values->data[i]; in aubio_spectral_whitening_do()
68 o->peak_values = new_fvec (buf_size / 2 + 1); in new_aubio_spectral_whitening()
113 fvec_set_all (o->peak_values, o->floor); in aubio_spectral_whitening_reset()
119 del_fvec (o->peak_values); in del_aubio_spectral_whitening()
/dports/audio/py-aubio/aubio-0.4.9/src/spectral/
H A Dawhitening.c39 fvec_t *peak_values; member
46 uint_t length = MIN(fftgrain->length, o->peak_values->length); in aubio_spectral_whitening_do()
48 smpl_t tmp = MAX(o->r_decay * o->peak_values->data[i], o->floor); in aubio_spectral_whitening_do()
49 o->peak_values->data[i] = MAX(fftgrain->norm[i], tmp); in aubio_spectral_whitening_do()
50 fftgrain->norm[i] /= o->peak_values->data[i]; in aubio_spectral_whitening_do()
68 o->peak_values = new_fvec (buf_size / 2 + 1); in new_aubio_spectral_whitening()
113 fvec_set_all (o->peak_values, o->floor); in aubio_spectral_whitening_reset()
119 del_fvec (o->peak_values); in del_aubio_spectral_whitening()
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/tests/
H A Dtest_peak_finding.py18 peak_values, peak_index = local_maxima(odf, edges)
19 npt.assert_equal(max(odf), peak_values[0])
27 peak_values, peak_index = local_maxima(odf, edges)
28 npt.assert_array_equal(peak_values, [361, 143, 1])
35 peak_values, peak_index = local_maxima(odf, edges)
36 npt.assert_array_equal(peak_values, [1., 1.])
46 peak_values, peak_index = local_maxima(odf, edges)
47 npt.assert_equal(max(odf), peak_values[0])
63 peak_values, peak_index = local_maxima(odf, edges)
64 npt.assert_array_equal(peak_values, [1., 1.])
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt/tests/
H A Dtest_find_peaks.cxx21 std::vector<vxl_byte> peak_values; in test_find_peaks_byte() local
22 vimt_find_image_peaks(im_peaks, peak_values, image0.image(), vxl_byte(12), 2); in test_find_peaks_byte()
28 vimt_find_image_peaks_3x3(im_peaks,peak_values,image0.image()); in test_find_peaks_byte()
32 TEST("Peak 0 value",peak_values[0],19); in test_find_peaks_byte()
34 TEST("Peak 1 value",peak_values[1],18); in test_find_peaks_byte()
/dports/science/py-dipy/dipy-1.4.1/dipy/direction/
H A Dpeaks.py161 def _pam_from_attrs(klass, sphere, peak_indices, peak_values, peak_dirs, argument
201 this_pam.peak_values = peak_values
215 self.peak_values,
282 dtype=pam_res[0].peak_values.dtype,
315 pam.peak_values[start_pos: end_pos] = pam_res[i].peak_values
327 pam.peak_values = np.reshape(np.array(pam.peak_values), shape)
485 peak_values = np.zeros((shape + (npeaks,)))
528 peak_values[idx][:n] = pk[:n]
531 peak_values[idx][:n] /= pk[0]
532 peak_dirs[idx] *= peak_values[idx][:, None]
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/io/
H A Dpeaks.py63 peak_values = pamh['peak_values'][:]
80 pam.peak_values = peak_values
161 _safe_save(group, pam.peak_values, 'peak_values')
220 save_nifti(fname_values, pam.peak_values.astype(np.float32),
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/src/
H A Df_gallagher21.hpp61 std::vector<double> peak_values; member in Gallagher21
114 peak_values = std::vector<double>(number_of_peaks); in prepare_problem()
115 peak_values[0] = 10; in prepare_problem()
118peak_values[i] = (double) (i - 1) / (double) (number_of_peaks - 2) * (fitvalues[1] - fitvalues[0]) in prepare_problem()
199 tmp2 = peak_values[i] * exp(fac * tmp2); in internal_evaluate()
H A Df_gallagher101.hpp61 std::vector<double> peak_values; member in Gallagher101
114 peak_values = std::vector<double>(number_of_peaks); in prepare_problem()
115 peak_values[0] = 10; in prepare_problem()
118peak_values[i] = (double) (i - 1) / (double) (number_of_peaks - 2) * (fitvalues[1] - fitvalues[0]) in prepare_problem()
198 tmp2 = peak_values[i] * exp(fac * tmp2); in internal_evaluate()
/dports/science/py-dipy/dipy-1.4.1/dipy/direction/tests/
H A Dtest_peaks.py462 assert_array_equal(pam.peak_values[:, 0], 1.)
463 assert_array_equal(pam.peak_values[:, 1:], 0.)
475 assert_array_equal(pam.peak_values[:, 0], _odf.max())
484 assert_array_equal(pam.peak_values[~mask], 0)
488 assert_array_equal(pam.peak_values[mask, 0], 1.)
489 assert_array_equal(pam.peak_values[mask, 1:], 0.)
567 assert_equal(pam.peak_values.dtype,
568 pam_single.peak_values.dtype)
569 assert_equal(pam.peak_values.shape,
570 pam_single.peak_values.shape)
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/
H A Deudx_direction_getter.pyx34 if self.peak_values.shape != self.peak_indices.shape:
35 msg = "shapes of peak_values and peak_indices do not match"
37 self._qa = np.ascontiguousarray(self.peak_values, dtype=np.double)
67 for i in range(self.peak_values.shape[3]):
H A Drecspeed.pyx218 peak_values : ndarray
222 Indices of maximum points. Sorted in the same order as `peak_values` so
223 `odf[peak_indices[i]] == peak_values[i]`.
H A Dcsdeconv.py1164 vals = csd_peaks.peak_values
/dports/misc/vxl/vxl-3.3.2/contrib/mul/ipts/
H A Dipts_scale_space_peaks.h108 std::vector<T>& peak_values, in ipts_scale_space_peaks_2d() argument
119 peak_values.resize(0); in ipts_scale_space_peaks_2d()
135 peak_values.push_back(peak_values0[i]); in ipts_scale_space_peaks_2d()
/dports/science/py-dipy/dipy-1.4.1/dipy/io/tests/
H A Dtest_io_peaks.py20 pam.peak_values = np.zeros((10, 10, 10, 5))
112 pam.peak_values = np.zeros((10, 10, 10, 5))
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreconst_gqi.py96 gqpeak_values = gqpeaks.peak_values
H A Dsfm_reconst.py150 fodf_peaks = actor.peak_slicer(sf_peaks.peak_dirs, sf_peaks.peak_values)
H A Dtracking_introduction_eudx.py88 csa_peaks.peak_values,
H A Dreconst_csd.py274 fodf_peaks = actor.peak_slicer(csd_peaks.peak_dirs, csd_peaks.peak_values)
/dports/science/py-dipy/dipy-1.4.1/dipy/stats/
H A Danalysis.py22 def peak_values(bundle, peaks, dt, pname, bname, subject, group_id, ind, dir): function
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/tests/
H A Dtest_reconst_csa_csd.py83 npt.assert_allclose(pam.peak_values, peaks_vals_data)
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/
H A Dstats.py26 from dipy.stats.analysis import peak_values
298 peak_values(transformed_orig_bundles, metric, dt, fm, bm,
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/tests/
H A Dtest_tracking.py685 dg.peak_values = peaks_values_lookup[simple_image]
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/
H A Drelease0.8.rst349 * :ghissue:`376`: BF: Adjust the dimensionality of the peak_values, if provided.
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/IOHexperimenter/
H A DIOHprofiler.py6605peak_values = _swig_property(_IOHprofiler.Gallagher101_peak_values_get, _IOHprofiler.Gallagher101_… variable in Gallagher101
6773peak_values = _swig_property(_IOHprofiler.Gallagher21_peak_values_get, _IOHprofiler.Gallagher21_pe… variable in Gallagher21
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/
H A DChangeLog1548 * src/recorddialog.c: Made peak_values into a member of RecordDialog.

12