/dports/audio/aubio/aubio-0.4.9/src/spectral/ |
H A D | awhitening.c | 39 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 D | awhitening.c | 39 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 D | test_peak_finding.py | 18 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 D | test_find_peaks.cxx | 21 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 D | peaks.py | 161 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 D | peaks.py | 63 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 D | f_gallagher21.hpp | 61 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() 118 … peak_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 D | f_gallagher101.hpp | 61 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() 118 … peak_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 D | test_peaks.py | 462 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 D | eudx_direction_getter.pyx | 34 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 D | recspeed.pyx | 218 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 D | csdeconv.py | 1164 vals = csd_peaks.peak_values
|
/dports/misc/vxl/vxl-3.3.2/contrib/mul/ipts/ |
H A D | ipts_scale_space_peaks.h | 108 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 D | test_io_peaks.py | 20 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 D | reconst_gqi.py | 96 gqpeak_values = gqpeaks.peak_values
|
H A D | sfm_reconst.py | 150 fodf_peaks = actor.peak_slicer(sf_peaks.peak_dirs, sf_peaks.peak_values)
|
H A D | tracking_introduction_eudx.py | 88 csa_peaks.peak_values,
|
H A D | reconst_csd.py | 274 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 D | analysis.py | 22 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 D | test_reconst_csa_csd.py | 83 npt.assert_allclose(pam.peak_values, peaks_vals_data)
|
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/ |
H A D | stats.py | 26 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 D | test_tracking.py | 685 dg.peak_values = peaks_values_lookup[simple_image]
|
/dports/science/py-dipy/dipy-1.4.1/doc/release_notes/ |
H A D | release0.8.rst | 349 * :ghissue:`376`: BF: Adjust the dimensionality of the peak_values, if provided.
|
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/IOHexperimenter/ |
H A D | IOHprofiler.py | 6605 …peak_values = _swig_property(_IOHprofiler.Gallagher101_peak_values_get, _IOHprofiler.Gallagher101_… variable in Gallagher101 6773 …peak_values = _swig_property(_IOHprofiler.Gallagher21_peak_values_get, _IOHprofiler.Gallagher21_pe… variable in Gallagher21
|
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/ |
H A D | ChangeLog | 1548 * src/recorddialog.c: Made peak_values into a member of RecordDialog.
|