Leading Edge with Hysteresis, Derivative, and Trapezoidal Trigger Comparison

CAEN Educational
SG6312F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to compare different trigger algorithms used to detect signal events in digital readout systems. Fundamentals In detector readout electronics, a trigger is used to determine when a valid signal event occurs. Different

Python Readout, Decoding, and Plotting of ToF and ToT

CAEN Educational
SG6311F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No   Purpose of the experiment The aim of this experiment is to demonstrate how event data acquired in list mode can be read, decoded, and analyzed using a Python application. Fundamentals In digital data acquisition systems, measurements can be stored as list

Timestamp and Time‐over‐Threshold with List Data Buffer

CAEN Educational
SG6310F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to demonstrate how event-by-event data can be recorded using a list data buffer implemented in FPGA firmware. Students learn how to store and read structured event data including timestamps and Time-over-Threshold (ToT)

Reading and Plotting Two Spectra

CAEN Educational
SG6309F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to show how a Python program can read and display two histograms produced by the FPGA firmware: the Time-over-Threshold (ToT) spectrum and the Time-of-Flight (ToF) spectrum. Students learn how software can be

Measuring Time‐of‐Flight (ToF) and Time‐over‐Threshold (ToT)

CAEN Educational
SG6308F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to demonstrate how event counting can be performed within a fixed time interval (dwell time) using FPGA logic. Students learn how to implement a timing-controlled acquisition that counts the number of detected

FPGA-Based Dwell Time for Precise Event Counting

CAEN Educational
SG6307F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to demonstrate how event counting can be performed within a fixed time interval (dwell time) using FPGA logic. Students learn how to implement a timing-controlled acquisition that counts the number of detected

Threshold Scan with Python

CAEN Educational
SG6306F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to perform a threshold scan to study how the number of detected events varies as a function of the discriminator threshold. Fundamentals In detector readout systems, the threshold level of a discriminator

Acquiring and Plotting Waveforms

CAEN Educational
SG6305F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The aim of this experiment is to demonstrate how a Python application can be used to acquire and visualize waveforms in real time from an FPGA-based system. Fundamentals In many detector readout systems, it is important not only

Using Python to Access the Threshold Discriminator Registers

CAEN Educational
SG6304F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment The purpose of this experiment is to demonstrate how a Python application can interact with FPGA firmware to configure and monitor a digital system. Students learn how to access memory-mapped registers in order to control the threshold discriminator

Threshold Discriminator with Event Counter

CAEN Educational
SG6303F
Categories: CAEN Experiments, Open FPGA | Tags: Open FPGA

Download printable version Difficult Execution Time Data Analysis Radioactive Sources Yes No Purpose of the experiment Demonstrate how to implement a threshold discriminator and count events exceeding that threshold using logic blocks on the DT1260 with Sci-Compiler. The goal is to convert an analog or digital input into a binary “event” signal and record