430 likes | 533 Views
بسم الله الرحمن الرحيم. ”وقل ربي زدني علماً“. Developing a DSP Core using an FPGA Prototype for Scintillation Detector Signals. Eng. Mahmoud Kamel. Prepared by:. Submitted to : Communication & Electronics Dept., Al Azhar University Supervised by:
E N D
بسم الله الرحمن الرحيم ”وقل ربي زدني علماً“
Developing a DSP Core using an FPGA Prototype for Scintillation Detector Signals Eng. Mahmoud Kamel Prepared by: Submitted to: Communication & Electronics Dept., Al Azhar University Supervised by: Prof. Dr. Ahmed Safwat Prof. Dr. Mahmoud Ashour Dr. Ashraf Aboshosha
Outline This core gives us all important features of the scintillation detector signals such as shaping, counting, pulse height and multichannel analyzing. The main purpose of this research work is to de-noise, compress and reconstruct the scintillation signals by which the processing speed, storage and precision will be improved.
Outline This core is implemented to apply the forward wavelet transform and interpolation technique. A new contribution of this framework arises from employing the interpolation techniques to reconstruct the signals where the mother wavelet and details are not required. Building a Multi-Channel Analyzer of the scintillation detector signals
Index of Content Scintillation detectors Importance of scintillation detectors Data Acquisition System Proposed digital processing algorithm Wavelets – Interpolation Technique Comparative study with the previous techniques Single channel and multi channel analyzer Conclusions and future work
Scintillation Detector Figure 1 : Schematic diagram of a scintillation detector
Scintillation Detector A scintillator is a material that emits light, scintillates, when absorbing radiation. The energy can be determined by measuring the pulse height spectrum. This is called spectroscopy. A scintillation detector is obtained when a scintillator is coupled to an electronic light sensor such as PMT or photodiode.
Importance of Scintillation Detectors Detection of mixed ionizing fluxes near nuclear objects. Radionuclide control of samples and radiation pollution. Determination of the type and energy of high-energy particles and products of their reactions with targets. Nuclear medicine (Gamma Camera, PET Tomography, …)
Data Acquisition System Figure 2 : The practical data acquisition system of scintillation detector Signals. (1) Scope , (2) high voltage source, (3) scintillator , (4) power supply
Why FPGA ? FPGA incorporates thousands of logic cells linked by programmable switches Highly parallel configurable digital signal processor A many channel signal processing was required in these detector to obtain a precise signals Availability of high-level design entry method FPGA designs easily changed, recompiled and low cost
FPGA Design Flow of the Solution Design Specification Design Entry/RTL Coding Behavioral or Structural Description of Design • RTL Simulation • Functional Simulation • Verify Logic Model & Data Flow • (No Timing Delays) LE • Synthesis • Translate Design into Device Specific Primitives • Optimization to Meet Required Area & Performance Constraints MEM I/O • Place & Route • Map Primitives to Specific Locations inside • Target Technology with Reference to Area & • Performance Constraints • Specify Routing Resources to Be Used
FPGA Design Flow of the solution Timing Analysis - Verify Performance Specifications Were Met - Static Timing Analysis tclk Gate Level Simulation -Timing Simulation - Verify Design Will Work in Target Technology Program & Test - Program & Test Device on Board
Pre-processing Phase 1-Wavelet based Decomposition 2- Interpolation based Reconstruction Pulse Shaping & Counting Multichannel analyzer Store & Show data Figure 3: The overall proposed solution
Pre Amplifier A SCA Counter Main Amplifier B MCA Figure 4: The proposed solution
Hardware System Figure 5: The FPGA XSC50k-Spartan II and the PC-based parallel interface
Pre-processing Phase • De-noising • Compression • Reconstruction
Effect of Noise onPulse Shaping & Counting Figure 6: Effect of noise on pulse shaping
Wavelets The wavelet analysis procedure is to adopt a wavelet prototype function, called an analyzing wavelet or mother wavelet. Wavelet transform decompose the original signal into different scales of resolution; these called the approximation and detail coefficients .
Wavelet Decomposition Levels d1 2 2 2 2 2 2 H X0 d2 H G d3 H G A3 G Figure 7: Three wavelet decomposition levels
Wavelet Families Haar Daubechies Biorthogonal Coifelt Symelet Myer
Haar Wavelet Design Pro: Allows good approximation with a subset of coefficients. It can be computed quickly and easily. Implemented easily by FPGA.
Design Block Diagram Figure 8: Design block diagram
Selecting the best Decomposition Level The quality of the compressed signals is the main criterion to select the best decomposition level in terms of Peak Signal to Noise Ratio (PSNR). The other similarity measure are Euclidean Distance (ED) , Cross Correlation coefficient (CC) and Mean Square Error(MSE).
Decomposition Levels Figure 9: Four approximation coefficients of Haar wavelet transform
Statistics of Four Decomposition Levels Table 1: Statistics of four levels Haar transform
Comparison of Different Mother Wavelets Table 2: Similarity measure of constructed and original signals of the different mother wavelets
Interpolation The Interpolation is a method of constructing new data points within the range of a discrete set of known data points. Interpolation is performed by fitting the supplied data with polynomial functions between data points and evaluating the appropriate function at the desired points.
Reconstruct Signals Using Interpolation Figure 10: a) Original signals. b) Transformed signal. c) Reconstructed signals
Interpolation Algorithms Nearest neighbor interpolation Linear interpolation Cubic Hermit Interpolation Cubic spline interpolation
Comparison of Applying Different Interpolation Techniques Table 3: Statistics of different interpolation techniques
Previous Pre-processing Techniques Accumulation Technique Median filter
Accumulation Technique Figure 11: Digital processing algorithm of scintillation detector signals
Median Filter Figure 12: Reconstructed signals using Median filter The value of an output sample is determined by the median of the neighborhood signals.
Comparison of the Preprocessing Results Table 4: Statistics of the preprocessing techniques
Multi Channel Analyzer The MCA system is used to measure the height of each output pulse and the number of each output pulses simultaneously. By performing this operation for all detector events in a given interval the MCA generates a spectrum of the distribution of energy for a measured events with the y axis representing counts and the x axis representing channel value.
Multi Channel Analyzer Figure 15: Divided original signals into 16 channels
Multi Channel Analyzer Figure 16: Energy spectrum with 16 channels
Channel Calibration Energy channel values are converted into kilo electron volts with a channel-to-kilo electron volt conversion factor which is determined from a comparison of photo peak energies and channel location close to the energy of interest.
Conclusions One of the most important advantages of this system is the high compression rate (12.5%) using the interpolated wavelets Compared with the accumulation technique and median filtering, the proposed design achieved the best precision Capability of constructing MCA from SCA Coiflet is the best mother wavelet and Cubic spline is the best interpolation technique. Combining both of them for down and up sapling in wavelets is a new theoretical contribution of this framework
Future work Applying more complex wavelet filters. Modifying the proposed architecture to process more scintillator detectors. Employing the presented results as a base to identify radiation type and isotopes.