Hello, I am playing with a hand spinner. I have magnetized one of its arm. This way i can use the magnetic spectrum to find out its speed of rotation. I would like to draw a chart of the values of the peak frequencys versus time. But i don't know how to do it. Is there any way to perform this kind of measurement ?
You probably have already seen the color plot under "history", so this is probably not what you are looking for. Instead, you probably only want a simple graph with the peak of each analyzed time interval.
In fact, this can be done quite easily with out editor (https://phyphox.org/editor). You just need to add a timer-module to get the x axis (time) and connect the peak-frequency (output of the max module) to the y axis of the graph. The tricky part is that both connections need to be set to an infinite buffer (size 0) and clearing needs to be disabled, so the data is collected.
I don't know about the sprectrum at low frequencies, but this experiment might be adapted to become a speedometer for a bicycle. These usually work with a magnet in the spokes. Maybe it might be more feasible to measure the time between two pulses?
Yes, I would also think that measuring the time inbetween would work better. In fact, this should work right away, if you use the "magnetic ruler" experiment and enter the circumfence of the wheel as a distance. However, due to the way, phyphox tries to figure out the threshold of the magnet signal, you need to make sure that your phone is mounted such that the distance to the magnet is perfectly constant.