Searched refs:freqResolution (Results 1 – 1 of 1) sorted by relevance
478 float freqResolution = floatPropertyIntersection(infos, in frequencyProfileIntersection() local482 Range<Float> freqRange = frequencyRangeIntersection(infos, freqResolution); in frequencyProfileIntersection()484 if ((freqRange == null) || Float.isNaN(freqResolution)) { in frequencyProfileIntersection()485 return new FrequencyProfile(resonantFreq, Float.NaN, freqResolution, null); in frequencyProfileIntersection()489 Math.round(1 + (freqRange.getUpper() - freqRange.getLower()) / freqResolution); in frequencyProfileIntersection()501 (freqRange.getLower() - vibratorFreqRange.getLower()) / freqResolution); in frequencyProfileIntersection()518 freqResolution, maxAmplitudes); in frequencyProfileIntersection()