Recent content by Bachir

  1. B

    Help: Learning Probability of Detection and False Alarm

    I suggest Steven Key book Fundamentals of Statistical Signal Processing Volume II: detection theory.
  2. B

    How do I correctly graph FFT results in signal processing?

    Yes if you want but if you are not familiar with MATLAB just use f=(0:Nfft-1)*Fs/Nfft to get the spectum bins at right frequencies.
  3. B

    How do I correctly graph FFT results in signal processing?

    if you have N samples in time with Ts(Time sampling or samping rate) so you can write the time like t=(0:N-1)*Ts; in the frequency demain, you have Fs=1/Ts, and you have Nfft=1024, so the frequency can be written like f=(0:Nfft-1)*Fs/Nfft. Now you can plot your data in time & frequency...
  4. B

    Can neutrino detectors measure energy?

    The experiments that are working for high energy neutrino detection using an array of PMTs can give a rough estimation of neutrino energy. I think there is a relationship between the number of photons detected and the neutrino energy.
Back
Top