am trying to find a program that takes as an input from a card 6024E the pulse-signal from a scintillator with 1024 channels and high limit voltage 8volt,and gives an output the spectrum in a diagram counts/channel.if anyone can help me i would be gratefulHi,
I have some experience with scintillators. As I've got from your previous posting you have NaI scintillator. It has decay rate about 250 ns (
look here for example). This means that you need at least 8 MHz sample rate to detect correct signal. Also this means that the bandwidth of your detection system must be greater the 8 MHz. The best solution is to use 100 MHz card with >10 MHz bandwidth.
Another question is what energy of X-rays you want to detect with your deyector. Our system includes NaI scintillator with photo-multiplying tube and for 6 keV line of Fe-55 we have 3 mV response. So in the area of small energies you must use a very sensitive, low-noise, 10 or higher bit ADC.
Another thing is that sig
nals often are very noisy. This means that they are actually the sum of exponential curve and the noise. This noise is coming from the nature of scintillation due to several facts:
a. There are several areas inside the crystall which emit light, and their emittion is not correlated with each other.
b. Actually scintillator has a several decay times, i.e. the scintillation curve is the sum of several exponents. And other slow components add the noise into main signal.
So you must be ready to perform some smoothing of your signal. My experience shows that it is practically impossible to use "Peak detector.vi", which is sheeped with LabVIEW, to make a good analysis of noisy scintillation signals. You will have to write your own code for this purpose.
And of cause the presence of the noise leads to the fact that you need a high rate of sampling. Look above for my advises.
Good luck.
Oleg Chutko.