SearcharxivSearch

arXiv subjects

Gaolong Zhang

Publications and source records attributed to Gaolong Zhang.

2 recordsLinked to original sources

A cryogenic gas target for high-intensity radioactive ion beam production at HIRFL-RIBLL

A liquid-nitrogen-cooled cryogenic gas target system has been developed and installed for radioactive ion beam (RIB) production at the Radioactive Ion Beam Line in Lanzhou (RIBLL). Light-element gases ($\mathrm{H}_2$, $\mathrm{D}_2$, and $^4\mathrm{He}$) filled in the target cell were cooled to cryogenic temperatures, with the gas-cell outlet temperature typically monitored at 82--86 K during beam irradiation and operating pressures up to 1000 mbar. The system was used to produce $^{7}\mathrm{Be}$, $^{16}\mathrm{N}$, and $^{15}\mathrm{O}$ RIBs via the $^{1}\mathrm{H}(^{7}\mathrm{Li}, ^{7}\mathrm{Be})n$, $^{2}\mathrm{H}(^{15}\mathrm{N}, ^{16}\mathrm{N})p$, and $^{1}\mathrm{H}(^{15}\mathrm{N}, ^{15}\mathrm{O})n$ inverse kinematics reactions, yielding purities of 85\%, 99\%, and 95\%, with intensities of $1.02\times10^{6}$, $2.7\times10^{5}$, and $1.0\times10^{5}$ pps, respectively. A $^{93m}\mathrm{Mo}$ isomer beam was also produced via the $\mathrm{^4He(^{94}Zr,} 5n)^{93m}\mathrm{Mo}$ reaction, achieving an intensity of $5.38\times10^{3}$ pps and a purity of 20\% (which can be further improved to $\sim$50\% with offline time-of-flight gating). By delivering a broader range of high-intensity secondary RIBs, this setup establishes a robust platform at RIBLL for low- and medium-energy nuclear astrophysics and reaction studies.

physics.ins-det

Design and Implementation of BNN-Based Object Detection on FPGA

This paper implements a Binary Neural Network (BNN) based YOLOv3-tiny-like object detector on a low-cost FPGA. The network takes 320*320*3 RGB images as input. Its main convolution layers use 1-bit weights and 8-bit activations, while Conv1 and the final detection head use fixed-point standard convolutions. From the trained ONNX model, weights, biases, and quantization parameters are extracted, converted to fixed point, packed into COE files, and stored in Vivado BRAM ROMs. The hardware is written fully in Verilog RTL and includes padding, line buffering, binary convolution, quantization post-processing, max pooling, and detection-head computation. For layers where Mul_prev is indexed by input channel and Div_current by output channel, Mul_prev is fused in-to the BNN PE so that channel-wise compensation is applied during accumulation. On VOC, the model obtains 39.6% mAP50 with 0.098 GFLOPs and 0.74 M parameters. RTL simulation shows that the final raw detection output reaches a correlation coefficient of 0.999964 and a mean absolute error of 0.020027 against the corresponding ONNX node.

cs.AR