02-28-2023, 09:40 PM
The absolute value of the acceleration vector’s Fourier transform is displayed. Please note that the Fourier transform is a complex number, so “FFT Mag” is the square root of (FFT(ax)×FFT(ax)* + FFT(bx)×FFT(bx)* + FFT(az)×FFT(az)*) with “*” denoting the complex conjugation of the FFT (likewise for the magnetometer).
Our experiments are open source, e.g. https://github.com/phyphox/phyphox-exper...um.phyphox, and could be modified. The file format is specified in https://phyphox.org/wiki/index.php/Phyphox_file_format, so you could also check the algorithms behind each experiment.
In order to just display one component, you could omit the other components in the “power” element in the analysis block, for instance.
Our experiments are open source, e.g. https://github.com/phyphox/phyphox-exper...um.phyphox, and could be modified. The file format is specified in https://phyphox.org/wiki/index.php/Phyphox_file_format, so you could also check the algorithms behind each experiment.
In order to just display one component, you could omit the other components in the “power” element in the analysis block, for instance.