|
|
|
|
|
by yummypaint
2122 days ago
|
|
That is a typical kind of shape for a particle detector, though the time constants are very long which is a good thing because it's the result of the preamp doing some shaping to remove high frequency noise, which helps make the numerical integration less essential. However, I think you will find a trap filter will allow you to push to lower trigger thresholds more reliably. Calculating the slope from one sample to the next is equivalent to the output of a trap filter with peak time of 1 and gap time of 1. Once you enter the regime where the signal amplitude at each recorded sample is comparable to the magnitude of noise, especially for slow signals and fast background, the derivitive without any integration will start going crazy. What should matter most is recovering the area under the signal peak independent of noise on top of it, which will ultimately average to 0. An alternative method is to just integrate the entire signal over a window and then do baseline subtraction, but this still requires a robust trigger signal to indicate when to start integrating, which brings things back to the trap filter. |
|