collects data from IBVA device and calculate fft.
get the ibva instance
start collecting and calculating
stop collecting
the raw signals collected as an Array of four arrays. The sizes of the arrays depend on the ibva samplerate i.e. ibva.sr.nextPowerOfTwo
the fft data (magnitudes) as an Array of four arrays. The sizes of the arrays depend on the ibva samplerate i.e. ibva.sr.nextPowerOfTwo.div(2)
(note the divide by two here)