Convert the latitude and longitude coordinates into a function of the corresponding cell ID
Input: (latitude, longitude)
Output: cellID
Convert matrix coordinates to a function of the corresponding latitude and longitude
Input: (i, j)
Output:(latitude, longitude)
Script of doing a series of preprocessing including reading data sets, removing outliers, looking for base stations and so on.
Data set is available from mySignals.
Convert the difference in latitude and longitude as a function of distance
Input: (delta_latitude, delta_longitude)
Output: distance
Functions of different methods that calculates the signal strength at each point in the current region at a specific point in time
Input: (time)
Output: a matrix of RSS
Scripts that test different methods.
Script that call the prediction functions above. (LDPL_coverage.m / OK_coverage.m / OKD_coverage.m)
A function that fits a curve of a semi-variance function
Input: (distance, semi-variance)
Output: fit_result
see UsingRegressionApp.md
See Signal Coverage Maps Using Measurements and Machine Learning.pdf