find nearest value in array.
array : numpy.ndarray
array we are searching for a value in
value : element of the array
value to search for
found_index : int
the index at which the numerically closest element to value was found at
taken from http://stackoverflow.com/questions/2566412/find-nearest-value-in-numpy-array :
skrf.convenience.find_nearest
mathFunctions (skrf.mathFunctions)
Enter search terms or a module, class or function name.