Home
last modified time | relevance | path

Searched refs:firstbin (Results 1 – 6 of 6) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dskyline.c258 long firstbin = (long) ((age - interval) * inv_eventinterval); in calculate_expected_values() local
262 …MYREAL firstbinage = eventinterval * firstbin; //this is the age at the left side of first … in calculate_expected_values()
272 if(firstbin < 0) in calculate_expected_values()
273 firstbin=0; in calculate_expected_values()
281 diff = bin - firstbin; in calculate_expected_values()
329 calc_bin_average(&bins[firstbin], val, weight1); in calculate_expected_values()
336 calc_bin_average(&bins[firstbin], val, weight1); in calculate_expected_values()
344 calc_bin_average(&bins[firstbin], val, weight1); in calculate_expected_values()
345 for(i=firstbin+1; i < bin; i++) in calculate_expected_values()
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/robust/
H A Drstats.cpp658 GD.firstbin = asDouble(fields[2]); in GetCommandLine()
1180 double& firstbin, double& binstep, int& prec) in Bins() argument
1184 firstbin = binstep = 0.0; in Bins()
1200 while(firstbin-half > min) firstbin -= binstep; in Bins()
1201 while(firstbin+half < min) firstbin += binstep; in Bins()
1202 nbins = int((max-firstbin+half)/binstep); in Bins()
1203 while(firstbin+(nbins-1.5)*binstep > max) nbins--; in Bins()
1204 while(firstbin+(nbins-0.5)*binstep < max) nbins++; in Bins()
1226 if(min < GD.firstbin-GD.widbin/2.0) { GD.nbin++; GD.firstbin -= GD.widbin; } in FindBins()
1251 j = int((GD.data[i]-GD.firstbin+half)/GD.widbin); in FindBins()
[all …]
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dptrack.c360 int firstbin = bin + 0.5 - 0.5 * putbandwidth; in ptrack() local
362 int ibw = lastbin - firstbin; in ptrack()
363 if (firstbin < -BINGUARD) break; in ptrack()
365 for (k = 0, pphase = firstbin-bin; k <= ibw; in ptrack()
367 histogram[k+firstbin] += score * (1.0 - para * pphase * pphase); in ptrack()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpitchtrack.c304 int32_t firstbin = bin + FL(0.5) - FL(0.5) * putbandwidth; in ptrack() local
306 int32_t ibw = lastbin - firstbin; in ptrack()
307 if (firstbin < -BINGUARD) break; in ptrack()
309 for (k = 0, pphase = firstbin-bin; k <= ibw; in ptrack()
311 histogram[k+firstbin] += score * (FL(1.0) - para * pphase * pphase); in ptrack()
/dports/comms/fldigi/fldigi-4.1.20/src/ifkp/
H A Difkp.cxx492 int firstbin = frequency * IFKP_SYMLEN / samplerate - IFKP_NUMBINS / 2; in process_tones() local
502 val = norm(fft_data[i + firstbin]); in process_tones()
/dports/comms/fldigi/fldigi-4.1.20/src/fsq/
H A Dfsq.cxx1124 int firstbin = frequency * FSQ_SYMLEN / samplerate - NUMBINS / 2; in process_tones() local
1132 val = norm(fft_data[i + firstbin]); in process_tones()