Linear Combiners for PSMs

PressureSensitiveMats.combinerFunction
combiner(comb, x, ref)

Gets weights from combining method comb with a chosen reference sensor and applies it to x.

source
combiner(comb, x)

Gets weights from combining method comb and applies them to x

source
PressureSensitiveMats.mrcFunction
mrc(x, fs)

Perform MRC-PSD combining on x. Currently x must be less than 512 samples. Equivalent to combiner(MRC_PSD(fs), x)

source