shift.match
function finds the best matched signal in the second experiment. This function takes the potential frequency shifts into consideration for similarity measurement.Match signals from two experiments.
For each signal in the first experiment, shift.match
function finds the best matched signal in the second experiment. This function takes the potential frequency shifts into consideration for similarity measurement.
shift_match(xra, xrb, ta, tb)
A p*n data matrix of background-removed spectra in the first experiment.
A p*n data matrix of background-removed spectra in the second experiment.
A vector of time indices of signals in the first experiment.
A vector of time indices of signals in the second experiment.
A list containing the time indices of signals in the first experiment, ta
, and the time indices of corresponding time indices in the second experiment, as well as the correlation of each match pairs, corra
.