Every bubble nucleation in the detector fires an acoustic pulse. Neutrons and gamma-rays leave near-identical amplitudes — but their short-time Fourier spectra don't lie. This dashboard runs the full pipeline end-to-end on the actual 200-event dataset: pulse localization, 512-D spectral feature extraction, and two linear classifiers trained from scratch.
Mean STFT feature value at each frequency bin, averaged across every event of each class. Gamma events concentrate almost all their spectral energy at DC; neutron recoils show a distinct ~20–40 kHz shoulder. The pattern holds independently in the train and test partitions — the separation isn't an artifact of the split.
Drop in a raw .lvm waveform and this page runs the exact pipeline above — normalization, pulse localization, STFT, 512-D feature extraction — entirely in your browser, then scores it with the actual trained LR and SVM weights. Nothing is uploaded anywhere.
Pick any of 20 sample events (10 neutron, 10 gamma) pulled from across the train/val/test split. Each panel is computed from that event's actual waveform — pulse localization, STFT spectrogram, and both trained classifiers' live predictions.