- samplingDurationSec - Static variable in class com.example.colibris.configuration.Configuration
-
duration of the sample in millisecong 0.1=100ms //0.002; //0.125 = 125 ms 0.001 = 1ms
- savelocalrecord(DoubleBuffer, double) - Method in class com.example.colibris.calib.Meet
-
save the raw sound recorded locally and provided in the buffer in a file
considering the time slot between two recording
- saveRemoteRecord(String, Device) - Method in class com.example.colibris.calib.Meet
-
save the sound that is provided b y the given remote device
- SAVING_SOUND_HAS_COMPLETED - Static variable in class com.example.colibris.calib.FileManager
-
state that the writting of the sound into the file is completed
- scan() - Method in class com.example.colibris.calib.FileManager
-
scan a file
- scan2list() - Method in class com.example.colibris.calib.FileManager
-
extract from the file the content and provide the related list
- scanLine(String) - Method in class com.example.colibris.calib.FileManager
-
scan a line
- scanLineGps(String) - Method in class com.example.colibris.calib.FileManager
-
scan the parameters
- scanLineOrtGps(String) - Method in class com.example.colibris.calib.FileManager
-
return the scanned parameters
- SCHEDULE_TIME - Static variable in class com.example.colibris.configuration.Configuration
-
when to start recording from now (is given in number of second)
- scheduleMeetingin5sec() - Method in class com.example.colibris.calib.Meet
-
schedule a meeting in 5 sec
- scheduleRecord(Meet, long) - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
schedule the sound recording that has to be performed locally
- seeRegress(String, String) - Method in class com.example.colibris.ui.FileList
-
click to see regression options
- SeeRegressActivity - Class in com.example.colibris.ui
-
The SeeRegressActivity class is an activity used to display regression related information
- SeeRegressActivity() - Constructor for class com.example.colibris.ui.SeeRegressActivity
-
- sendAnotherCalibration() - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
start another calibration
- sendHelloandConnexion() - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
send a message identifying the device and send the connexion graph
- sendNTPRequest(int) - Method in class com.example.colibris.nsd.SimpleNTPClient
-
this method sends an NTP request
- sendOnlyConnexions() - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
Send a message containing only the connexion graph
- sendSchedulingInfo(int, long) - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
send the order to start recording into sec seconds and return the date when it is scheduled
- SERVER_PORT - Static variable in class com.example.colibris.configuration.Configuration
-
port we are listening to send sound and so one during a meeting
- SERVICE_INSTANCE - Static variable in class com.example.colibris.configuration.Configuration
-
name of the calibration service
- SERVICE_REG_TYPE - Static variable in class com.example.colibris.configuration.Configuration
-
service
- set(int, Item) - Method in class com.example.colibris.multi.graph.Bag
-
- set_Message(View) - Method in class com.example.colibris.ui.OptionActivity
-
extract the parameters when the button set is pressed
- setAtAGivenPosition(int, WiFiP2pService) - Method in class com.example.colibris.ui.WiFiDirectServicesList.WiFiDevicesAdapter
-
- setCalibrated(Device) - Method in class com.example.colibris.multi.hypergraph.HyperConnection
-
Set that the given node is calibrated
- setConnectionHyperGraph() - Method in class com.example.colibris.configuration.Me
-
Extract the connection graph from the local file where it is stored.
- setContext(Context) - Method in class com.example.colibris.ui.FileList
-
init the context
- setdiscoveryActivity(WiFiServiceDiscoveryActivity) - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
init method
- setEdge_caracteristic(Meeting) - Method in class com.example.colibris.multi.graph.DirectedEdge
-
- setFilename(String) - Method in class com.example.colibris.calib.FileManager
-
set the file name
- setHandler(Handler) - Method in class com.example.colibris.ui.WiFiServiceDiscoveryActivity
-
set the handler
- setRadioButton(int) - Method in class com.example.colibris.ui.FileList
-
set the radio button
- setRandomSeed(long) - Method in class com.example.colibris.calib.regression.GeographicallyWeightedRegression
-
Set the seed for the random number generator
- setRandomSeed(long) - Method in class com.example.colibris.calib.regression.MultiRegression.MultivariateRegression
-
Set the seed for the random number generator
- setRandomSeed(long) - Method in class com.example.colibris.calib.regression.MultivariateRegression
-
Set the seed for the random number generator
- setRandomSeed(long) - Method in class com.example.colibris.calib.regression.Simpleregression
-
Set the seed for the random number generator
- setSeed(long) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Sets the seed of the pseudorandom number generator.
- setTCPTransferManager(FileTransferManager) - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
init the transffer manager
- setTimeOffset(double) - Method in class com.example.colibris.calib.Meet
-
set the time offset
- setVertexId(int) - Method in class com.example.colibris.configuration.Device
-
set the vertex id
- setweight(double) - Method in class com.example.colibris.multi.graph.DirectedEdge
-
- shift(DoubleBuffer, int, double, double) - Method in class com.example.colibris.calib.Meet
-
we remove a number of samples.
- SHIFT_IN_SAMPLE - Static variable in class com.example.colibris.configuration.Configuration
-
period of averaging is expressed in second
- shortest_Message(View) - Method in class com.example.colibris.ui.InitActivity
-
click on a button to get the best calibration path
- shortest_path_criteria - Static variable in class com.example.colibris.configuration.Configuration
-
metric to apply = mean of the squared error
- ShortestHyperPath - Class in com.example.colibris.multi.hypergraph
-
The ShortestHyperPath class permits to compute theShortest hyperpath
in a hypergraph.
- ShortestHyperPath() - Constructor for class com.example.colibris.multi.hypergraph.ShortestHyperPath
-
- SHOULD_BE_SAVED - Static variable in class com.example.colibris.configuration.Configuration
-
calibration parameters should be saved (in the hypergraph)
- SHOULD_ROBUSTLY_CALIBRATE - Static variable in class com.example.colibris.configuration.Configuration
-
determine that the user wants to apply a robust calibration
- SHOULD_SIMPLY_CALIBRATE - Static variable in class com.example.colibris.configuration.Configuration
-
determine that the user wants to apply a simple regression
- showSettingsAlert() - Method in class com.example.colibris.GPSTracker
-
Function to show settings alert dialog
On pressing Settings button will lauch Settings Options
- shuffle(Object[]) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified array in uniformly random order.
- shuffle(double[]) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified array in uniformly random order.
- shuffle(int[]) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified array in uniformly random order.
- shuffle(Object[], int, int) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified subarray in uniformly random order.
- shuffle(double[], int, int) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified subarray in uniformly random order.
- shuffle(int[], int, int) - Static method in class com.example.colibris.multi.graph.StdRandom
-
Rearranges the elements of the specified subarray in uniformly random order.
- sigma - Variable in class com.example.colibris.calib.regression.GeographicallyWeightedRegression
-
get a matrix of residuals' covariance
- sigma - Variable in class com.example.colibris.calib.regression.MultiRegression.MultivariateRegression
-
sigma
- sigma - Variable in class com.example.colibris.calib.regression.MultivariateRegression
-
- significance - Variable in class com.example.colibris.calib.regression.Simpleregression
-
significance level of the slope (equiv) correlation
- simple_calibrate_radio - Variable in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
radio buttons to determine which type of calibration should be performed with regards to their performance
- SimpleNTPClient - Class in com.example.colibris.nsd
-
The SimpleNTPClient class corresponds to a NTP client used to synchronise with a NTP server that operate as the Wifi AP
The wifi - direct AP serves as ntp server.
- SimpleNTPClient() - Constructor for class com.example.colibris.nsd.SimpleNTPClient
-
- SimpleNTPServer - Class in com.example.colibris.nsd
-
The SimpleNTPServer class is a UDP implementation of a server for the
Network Time Protocol (NTP) version 3 as described in RFC 1305.
- SimpleNTPServer() - Constructor for class com.example.colibris.nsd.SimpleNTPServer
-
Create SimpleNTPServer listening on default NTP port.
- SimpleNTPServer(int) - Constructor for class com.example.colibris.nsd.SimpleNTPServer
-
Create SimpleNTPServer.
- Simpleregression - Class in com.example.colibris.calib.regression
-
The Simpleregression class compute a pairwise, simple/robust regression
- Simpleregression(List<Double>) - Constructor for class com.example.colibris.calib.regression.Simpleregression
-
instanciate a simple regression using the samples provided in the list
- Simpleregression(FileManager, FileManager) - Constructor for class com.example.colibris.calib.regression.Simpleregression
-
consider only simple regression to populate the regression with the two provided files
- simpleRegression - Variable in class com.example.colibris.calib.regression.Simpleregression
-
simple regression
- single_hop_calibrate(int, HyperConnection) - Method in class com.example.colibris.multi.hypergraph.ShortestHyperPath
-
- single_hop_calibrate(int, HyperConnection, int, Calibration) - Method in class com.example.colibris.multi.hypergraph.ShortestHyperPath
-
- size() - Method in class com.example.colibris.multi.graph.Bag
-
Returns the number of items in this bag.
- size() - Method in class com.example.colibris.multi.graph.Heap
-
Returns the number of keys on this priority queue.
- size() - Method in class com.example.colibris.multi.graph.IndexMinPQ
-
Returns the number of keys on this priority queue.
- size() - Method in class com.example.colibris.multi.graph.Stack
-
Returns the number of items in this stack.
- SLEEPDURBEFORESCHEDULERECORD_MS - Static variable in class com.example.colibris.configuration.Configuration
-
sleeping permits to wait a little bit before recording.
- sleepFor(long) - Method in class com.example.colibris.calib.Meet
-
sleep during the amount of millisecs that is provided
- sleepFor(long) - Method in class com.example.colibris.ui.MainActivity
-
sleep during the amount of milli seconds that is provided
- sleepFor(long) - Method in class com.example.colibris.ui.WiFiServiceDiscoveryActivity
-
sleep during the amount of millisecs that is provided
- sleepingThread(long) - Method in class com.example.colibris.calib.Meet
-
start a sleep thread
- sleepingThread(long) - Method in class com.example.colibris.ui.MainActivity
-
create and start a sleeping thread
- sleepingThread(long) - Method in class com.example.colibris.ui.WiFiServiceDiscoveryActivity
-
start a thread to sleep during a certain period of time
- SleepListener - Interface in com.example.colibris.comtool
-
This SleepListener interface is used to wait/sleep for a given period of time.
- SleepListener - Interface in com.example.colibris
-
- slope - Variable in class com.example.colibris.calib.Meeting
-
slope of the regression that takes place during the meeting
- slope - Variable in class com.example.colibris.calib.regression.Simpleregression
-
regression slope
- SLOPE - Static variable in class com.example.colibris.configuration.Configuration
-
calibration slope that is automatically computed
- slope - Variable in class com.example.colibris.multi.Calibration
-
calibration slope
- slope_standard_error - Variable in class com.example.colibris.calib.regression.Simpleregression
-
regression standard error
- slopeConfidenceInterval - Variable in class com.example.colibris.calib.regression.Simpleregression
-
Returns the half-width of a 95% confidence interval for the slope estimate.
- slopeStdErr - Variable in class com.example.colibris.calib.regression.Simpleregression
-
standard error of the slope estimate, usually denoted s(b1).
- socket - Variable in class com.example.colibris.nsd.FileTransferManager
-
socket
- someoneReportedAwake() - Method in interface com.example.colibris.comtool.SleepListener
-
time to awake
- someoneReportedAwake() - Method in interface com.example.colibris.SleepListener
-
- someoneReportedAwake() - Method in class com.example.colibris.ui.MainActivity
-
time to wake up
- someoneReportedAwake() - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
is called when the sound has to be recorded, it starts recording the sound
- someoneReportedAwake() - Method in class com.example.colibris.ui.WiFiServiceDiscoveryActivity
-
that is time to schedule the recording (i.e.
- someoneReportedFileChange(int) - Method in interface com.example.colibris.calib.FileListener
-
the informations have been written in the file
- someoneReportedFileChange(int) - Method in class com.example.colibris.calib.Meet
-
- someoneReportedFileChange(int) - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
is called when the recorded sound has been stored in a file, then the file is sent
- someoneReportedNoiseChange(int) - Method in class com.example.colibris.calib.Meet
-
- someoneReportedNoiseChange(int) - Method in interface com.example.colibris.calib.sound.NoiseListener
-
Noise change
- someoneReportedNoiseError() - Method in class com.example.colibris.calib.Meet
-
is used to determine whether there is an error
- someoneReportedNoiseError() - Method in interface com.example.colibris.calib.sound.NoiseListener
-
error when recording noise
- someoneReportedTimeChange(PositionTime) - Method in interface com.example.colibris.comtool.TimeListener
-
time and position changed
- someoneReportedTimeChange(PositionTime) - Method in class com.example.colibris.ui.MainActivity
-
position changed
- SoundFileAreZipped - Static variable in class com.example.colibris.configuration.Configuration
-
dtermine if we are ziping the files related to calibration
- spanning2ref(int, int, int) - Method in class com.example.colibris.multi.hypergraph.HyperConnection
-
create a spanning hypergraph
- Stack<Item> - Class in com.example.colibris.multi.graph
-
The Stack
class represents a last-in-first-out (LIFO) stack of generic items.
- Stack() - Constructor for class com.example.colibris.multi.graph.Stack
-
Initializes an empty stack.
- standard_error - Variable in class com.example.colibris.calib.Meeting
-
standard error of the regression that takes place during the meeting
- start() - Method in class com.example.colibris.calib.sound.MeasurementsHelper
-
Starts measurement (new), resets variables and calls for new values to MeasurementsService
- start() - Method in class com.example.colibris.calib.sound.Record
-
Starts measurement (new), resets variables and calls for new values to MeasurementsService
- start() - Method in class com.example.colibris.comtool.Orientation
-
start to store information
- start() - Method in class com.example.colibris.nsd.SimpleNTPServer
-
Start time service and provide time to client connections.
- startBufferTime - Static variable in class com.example.colibris.comtool.ContextData
-
- startContinuous() - Method in class com.example.colibris.calib.sound.MeasurementsHelper
-
set up the recording and start recording
- startContinuous() - Method in class com.example.colibris.calib.sound.Record
-
start the continuous recording
- startGPSTime - Static variable in class com.example.colibris.comtool.ContextData
-
- startOrtTime - Static variable in class com.example.colibris.comtool.ContextData
-
- startRecord - Variable in class com.example.colibris.calib.sound.Record
-
- startRecordingTime - Variable in class com.example.colibris.calib.sound.Record
-
time at which the recording is started
- statsX - Variable in class com.example.colibris.calib.regression.GeographicallyWeightedRegression
-
statistics on x
- statsX - Variable in class com.example.colibris.calib.regression.MultivariateRegression
-
- statsY - Variable in class com.example.colibris.calib.regression.GeographicallyWeightedRegression
-
statistics on y
- statsY - Variable in class com.example.colibris.calib.regression.MultivariateRegression
-
- std(double[]) - Method in class com.example.colibris.calib.Meet2regress
-
return the standard deviation
- std(double[]) - Method in class com.example.colibris.calib.Meet2regressGeo
-
return the standard deviation
- STD_ERROR_CRITERIA - Static variable in class com.example.colibris.configuration.Configuration
-
metric to apply = standard error
- StdRandom - Class in com.example.colibris.multi.graph
-
The StdRandom
class provides static methods for generating
random number from various discrete and continuous distributions,
including Bernoulli, uniform, Gaussian, exponential, pareto,
Poisson, and Cauchy.
- STILL_ADDING - Static variable in class com.example.colibris.calib.sound.Record
-
recording state
- stop() - Method in class com.example.colibris.calib.sound.MeasurementsHelper
-
Terminates current measurement.
- stop() - Method in class com.example.colibris.calib.sound.Record
-
Terminates current measurement.
- stop() - Method in class com.example.colibris.comtool.Orientation
-
stop trasking orientation
- stop() - Method in class com.example.colibris.nsd.SimpleNTPServer
-
Close server socket and stop listening.
- stopRegressionEmptyFiles - Static variable in class com.example.colibris.configuration.Configuration
-
regression has been halted
- stopUsingGPS() - Method in class com.example.colibris.GPSTracker
-
Stop using GPS listener
- subwindowing_raw_values - Variable in class com.example.colibris.calib.sound.Record
-
raw values obtained during the subwindowing
- subwindowing_values - Variable in class com.example.colibris.calib.sound.Record
-
values obtained during the subwindowing
- sum(double[]) - Method in class com.example.colibris.calib.Meet2regress
-
sum of the measurements
- sumFiltered - Static variable in class com.example.colibris.comtool.ContextData
-
fitlered sum
- sumOfCrossProducts - Variable in class com.example.colibris.calib.regression.Simpleregression
-
Returns the sum of crossproducts, xi*yi.
- sumRobustFiltered - Static variable in class com.example.colibris.comtool.ContextData
-
filtered sum for the robust case
- sumSquaredErrors - Variable in class com.example.colibris.calib.regression.Simpleregression
-
sum of squared errors (SSE)
- sumSquarre - Variable in class com.example.colibris.calib.regression.Simpleregression
-
sum of squared deviations of the predicted y values about their mean (which equals the mean of y)
- synchroniseSoundWithAP() - Method in class com.example.colibris.ui.WifiDirectCalibrationFragment
-
Synchronise the sound with the sound that has been provided by te ap