![]() |
Doppler Effect with Pendulum - Understanding Frequency Resolution - Printable Version +- phyphox Forums (https://phyphox.org/forums) +-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1) +--- Forum: Experiments and Ideas (https://phyphox.org/forums/forumdisplay.php?fid=4) +--- Thread: Doppler Effect with Pendulum - Understanding Frequency Resolution (/showthread.php?tid=2095) |
Doppler Effect with Pendulum - Understanding Frequency Resolution - Avi.marchewka@gmail.com - 02-15-2025 Hi everyone, I'm conducting a Doppler effect experiment using Phyphox with a pendulum setup. I have a tone generator (around 500 Hz) attached to a swinging pendulum, and a second phone using Phyphox to measure the Doppler shift. I'm observing frequency variations of a few Hz (around 3 Hz), which seems reasonable. I'm particularly interested in understanding how Phyphox achieves this frequency resolution. I understand that techniques like FFT, windowing, and peak detection are likely involved. However, I'd appreciate it if someone could provide more details about the specific signal processing steps used by the app. Specifically, I'm curious about:
Thanks in advance for your help! RE: Doppler Effect with Pendulum - Understanding Frequency Resolution - Jens Noriʇzsɔɥ - 02-17-2025 You could find the source of the “Doppler effect” experiment at https://github.com/phyphox/phyphox-experiments/blob/master/doppler.phyphox and the key analysis function appears to be “periodicity” that is documented at https://phyphox.org/wiki/index.php/Analysis_modules#periodicity (I am not yet entirely sure myself that I fully grasp what the module is doing. It is rather autocorrelation and definitely not FFT.). |