PLC Filtering
It's a common method to use a PLL to synchronize a measurement device with the power line noise. However, if you are using an integrating DVM without additional post-filtering, you get only a first order suppression of line noise. A deviation of +/-0.2Hz, as typical in Europe, leads to significantly reduced line noise suppression.
An alternative solution uses a faster ADC with, let's say, 1kHz sampling rate, and a digital filter is applied to suppress the 50Hz and 60Hz harmonics. I use a symmetrical filter with 10+10 filter coefficients of 8bit size leading to the following data:
- output rate 50Hz at 1kHz ADC sampling rate,
- fully-precise settling 60ms = at the 3rd output value after a step (synchronized transition, 4 values else),
- group delay time 30ms,
- suppression of harmonics within +/-0.1Hz deviation of line frequency: 50Hz-harmonics 1..7 <-123dB, 60Hz-harmonics 1..7 <-81dB,
- suppression of harmonics within +/-0.2Hz deviation of line frequency: 50Hz-harmonics 1..7 <-111dB, 60Hz-harmonics 1..7 <-78dB.
Concluding, I'm using no PLL, but a digital filter yielding <-78dB suppression for >99.9% of time (when the line frequency deviation is less +/-0.2 Hz). There is hardly a shorter filter with such high simultaneous 50/60Hz-harmonics suppression. The -80dB-value is less than the level of uncorrleated power line noise (my experience). Higher suppression of line frequency is of limited use therefore.