Investigate pirani gauge noise margins #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, pirani gauge values are averaged in succd using a 10 second sliding window. This provides stable values, but sometimes a slow response (e.g. it cannot accurately capture venting procedures).
It should be investigated what the actual noise margin of the pirani gauge measurements is. And whether additional electrical measures should be implemented to improve shielding.
The window is now 1 second (as we tick at 100Hz, but still capture 100 samples). It's actually a bit too noisy now IMO.
Should we implement some proper DSP to filter out high frequencies?
First of all, I'd like to try lowering noise by electrical means. No sense in starting to do filtering until we know we have done the best we can at providing a good signal to the ADC. Let's see how far we can get and then look into signal processing solutions afterwards.