Previous Issue
Volume 7, April
 
 

Signals, Volume 7, Issue 3 (June 2026) – 13 articles

  • Issues are regarded as officially published after their release is announced to the table of contents alert mailing list.
  • You may sign up for e-mail alerts to receive table of contents of newly released issues.
  • PDF is the official format for papers published in both, html and pdf forms. To view the papers in pdf format, click on the "PDF Full-text" link, and use the free Adobe Reader to open them.
Order results
Result details
Select all
Export citation of selected articles as:
22 pages, 15655 KB  
Article
Real-Time Emergency Response for High-Speed Aircraft Explosions: An Acoustic Search Engine for Aliased Source Identification
by Yang Shen, Xubin Liang, Xiaolin Hu and Shuping Wang
Signals 2026, 7(3), 51; https://doi.org/10.3390/signals7030051 - 3 Jun 2026
Abstract
Similar to a web search engine, we have developed a computer-based acoustic search engine tailored for the critical scenario of high-speed aircraft ground explosion monitoring, addressing the long-standing challenge of real-time localization for such high-impact events. Unlike conventional acoustic source localization techniques, our [...] Read more.
Similar to a web search engine, we have developed a computer-based acoustic search engine tailored for the critical scenario of high-speed aircraft ground explosion monitoring, addressing the long-standing challenge of real-time localization for such high-impact events. Unlike conventional acoustic source localization techniques, our method uniquely resolves the separation and localization of multiple aliasing events, which are prevalent in high-speed aircraft explosion scenarios due to complex shock wave propagation and overlapping signatures. We first calculate the waveforms of all possible acoustic sources over 2D grids. Then, a dimensionality reduction method and fast search technology are applied to the database. Once a high-speed aircraft ground explosion occurs, the real-time system returns detection feedback by matching real-time data with the pre-established search database. Different from other artificial intelligence (AI)-based approaches, the acoustic search engine can handle multiple aliased acoustic events in real time and does not require any prior information or input parameters—a key advantage for emergency response to high-speed aircraft explosions where predefined parameters are often unavailable. Both synthetic tests and field data applications (using actual acoustic records from high-speed aircraft ground explosion experiments) demonstrate the method’s credibility in detecting and localizing multiple acoustic sources. Full article
Show Figures

Figure 1

21 pages, 1213 KB  
Article
Spectral Bandwidth Effects on Emotion Classification and Representation in Spoken and Sung Signals
by Rylen Garlitz, Allen Shamsi and Ratree Wayland
Signals 2026, 7(3), 50; https://doi.org/10.3390/signals7030050 - 1 Jun 2026
Viewed by 154
Abstract
Speech emotion recognition systems are typically trained on audio sampled at conventional bandwidths that exclude frequencies above approximately 8 kHz, yet the contribution of extended high-frequency information to vocal emotion recognition remains unclear. This study examines how spectral bandwidth influences automatic emotion classification [...] Read more.
Speech emotion recognition systems are typically trained on audio sampled at conventional bandwidths that exclude frequencies above approximately 8 kHz, yet the contribution of extended high-frequency information to vocal emotion recognition remains unclear. This study examines how spectral bandwidth influences automatic emotion classification using the RAVDESS corpus of acted speech and song. Recordings were low-pass filtered to simulate multiple bandwidth conditions (8, 12, and 16 kHz, along with the original full-bandwidth signal), and classification was performed using a Random Forest model trained on mel-spectral features. In addition to classification accuracy, we analyzed permutation-based spectral feature importance and the geometry of the classifier’s posterior-probability space. Bandwidth restriction had relatively modest effects on classification accuracy overall, with mean accuracy ranging from approximately 55% to 77% across conditions, although its impact was greater for speech than for song. Feature-importance analyses indicated that the model depends primarily on low- and mid-frequency spectral information, whereas higher-frequency and EHF regions show increased importance when available. Geometry analyses showed no reliable evidence that bandwidth altered the global structure of the stimulus-level emotion space, although spectral truncation reduced separability for certain emotion contrasts, particularly in speech at normal emotional intensity. These results indicate that most acoustic information supporting categorical emotion recognition resides in lower spectral regions, while EHF information provides supplementary acoustic information that may refine some emotional distinctions under specific conditions. Full article
Show Figures

Figure 1

10 pages, 3663 KB  
Article
Study of the Effects of Radiation Exposure on the Parameters of Selected Silicon Photomultipliers
by Ian G. Bearden, Valentin Buchakchiev, Daniel Ivanov, Mira Gencheva, Venelin Kozhuharov and Yury A. Melikyan
Signals 2026, 7(3), 49; https://doi.org/10.3390/signals7030049 - 29 May 2026
Viewed by 79
Abstract
Silicon photomultipliers (SiPMs) have become widely used as photodetectors in high-energy physics, nuclear physics, medical imaging, and space applications. In many of these fields, SiPMs are required to operate in high-radiation environments, which are notoriously problematic for silicon sensors. For this reason, it [...] Read more.
Silicon photomultipliers (SiPMs) have become widely used as photodetectors in high-energy physics, nuclear physics, medical imaging, and space applications. In many of these fields, SiPMs are required to operate in high-radiation environments, which are notoriously problematic for silicon sensors. For this reason, it is essential to study the changes in their performance characteristics after exposure to radiation. In this study, a number of SiPM samples were exposed to non-uniform radiation at the CHARM facility at CERN. Half of the samples were operated above breakdown during the test, while others remained off. Intermittent measurements allowed for tracking the changes in I-V curves and signal shapes during the irradiation itself. The focus was on detecting differences in irradiation damage between the operational and non-operational SiPM samples. The I-V curves and signal shapes in both cases for three different types of SiPM are presented, and a comparison is made. Full article
(This article belongs to the Special Issue Ionizing Radiation Signal Propagation, Measurement, and Simulation)
Show Figures

Figure 1

20 pages, 1078 KB  
Article
YOLO11-FH: Frequency-Axis Smoothing and Multi-Resolution Enhancement for Frequency-Hopping Signal Detection in Low-SNR Spectrograms
by Huijie Zhu, Wei Wang, Cui Yang, Youjun Xiang, Jiawei Li and Yuheng Xu
Signals 2026, 7(3), 48; https://doi.org/10.3390/signals7030048 - 25 May 2026
Viewed by 223
Abstract
Frequency-hopping (FH) signals appear as small rectangular pulses in time-frequency spectrograms. At low signal-to-noise ratios (SNRs), noise along the frequency axis, caused by short-time Fourier transform (STFT) spectral leakage, blurs pulse boundaries, while the varying scales of hop rectangles exceed the capacity of [...] Read more.
Frequency-hopping (FH) signals appear as small rectangular pulses in time-frequency spectrograms. At low signal-to-noise ratios (SNRs), noise along the frequency axis, caused by short-time Fourier transform (STFT) spectral leakage, blurs pulse boundaries, while the varying scales of hop rectangles exceed the capacity of a single receptive field. This paper presents YOLO11-FH, a modified YOLO11 detector that introduces two signal-processing-motivated modules. A FreqSmoothBlock (FSB) uses a (3,1) depthwise convolution to smooth exclusively along the frequency axis, while adding only 5C parameters. A TFMultiResBlock (TFMRB) fuses three parallel dilated convolution branches (dilation rates of 1, 2, and 3) to cover different hop scales, replacing a heavier C3k2 module. The detection head is further simplified by halving the Bottleneck repeat count and disabling the deep submodule at the P5 scale. On a simulated FH dataset (SNRs ranging from 15 dB to 10 dB, five jamming types), YOLO11-FH achieves 96.04% mean average precision (mAP)@0.5 and 76.18% mAP@0.5:0.95, outperforming the YOLO11n baseline by 0.95 and 2.91 percentage points (pp) with 2.9% fewer parameters. Full article
Show Figures

Figure 1

25 pages, 795 KB  
Article
From Prediction to Planning: A Spectral-Temporal GNN and Bi-Directional Decoding RL Framework
by Peiming Zhang, Jiangang Lu, Jiajia Fu, Xinyue Di, Kai Fang, Jie Tang and Cui Yang
Signals 2026, 7(3), 47; https://doi.org/10.3390/signals7030047 - 19 May 2026
Viewed by 222
Abstract
Accurately capturing spatiotemporal dependencies and enabling effective decision support are core challenges in Intelligent Transportation Systems (ITS). Existing research often treats traffic prediction and path planning as isolated tasks. Moreover, mainstream prediction models struggle with long-term periodic patterns, while Reinforcement Learning (RL)-based planning [...] Read more.
Accurately capturing spatiotemporal dependencies and enabling effective decision support are core challenges in Intelligent Transportation Systems (ITS). Existing research often treats traffic prediction and path planning as isolated tasks. Moreover, mainstream prediction models struggle with long-term periodic patterns, while Reinforcement Learning (RL)-based planning often suffers from inefficient exploration in sparse topologies. To address these issues, this paper proposes a unified framework combining a spectral-temporal Graph Neural Network (GNN) and bi-directional decoding RL. Specifically, a time-frequency dual-stream adaptive learning module is introduced for prediction. Fast Fourier Transform (FFT) and Gated Recurrent Unit (GRU) are employed to capture global frequency periodicities and local temporal dynamics, respectively. Their adaptive fusion effectively mitigates the long-sequence information forgetting problem. For path planning, the task is formulated as sequence generation. A graph-aware attention encoder with adjacency masking is designed, and heuristic feature embeddings are incorporated to guide efficient exploration. Furthermore, a bi-directional autoregressive decoding strategy enhances robustness against topological bottlenecks. On PEMSD4 and PEMSD8, the proposed predictor achieves MAE/RMSE/MAPE values of 18.211/30.433/12.006 and 13.587/23.566/8.955, respectively. Path-planning simulations on the PEMSD4-derived sparse topology further demonstrate stable bi-directional RL optimization, faster convergence with heuristic guidance, and a sparsity-aware encoder that reduces redundant attention interactions in sparse road networks. These results validate the effectiveness of the proposed “predict-then-plan” paradigm. Full article
Show Figures

Figure 1

16 pages, 2629 KB  
Article
Exploratory Analysis of Electroencephalography Characteristics Shared by Major Depressive Disorder and Parkinson’s Disease: A Database Study
by Chia-Yen Yang, Fan-Ning Kuo and Hsin-Yung Chen
Signals 2026, 7(3), 46; https://doi.org/10.3390/signals7030046 - 8 May 2026
Viewed by 355
Abstract
Despite being distinct clinical entities, major depressive disorder (MDD) and Parkinson’s disease (PD) have some shared physiological pathways, including mitochondrial dysfunction and inflammation. Our interest was whether these common physiological mechanisms are reflected in brain activity variations as well. Therefore, this study aimed [...] Read more.
Despite being distinct clinical entities, major depressive disorder (MDD) and Parkinson’s disease (PD) have some shared physiological pathways, including mitochondrial dysfunction and inflammation. Our interest was whether these common physiological mechanisms are reflected in brain activity variations as well. Therefore, this study aimed to identify common characteristics in resting-state electroencephalography (EEG) between the conditions by comparing features among patients with MDD, PD, and healthy controls. The methodology comprised two stages: analyzing differences between patients and healthy individuals and exploring consistent trends between PD and MDD, based on EEG data from PRED + CT database. Age-corrected regression analysis of five EEG features revealed PD and MDD had the following overlapping features: shared abnormalities in theta, alpha and beta relative power, as well as sample entropy in the delta (centroparietal, temporal, and parietal areas), theta (parieto-occipital), and gamma (central) bands. Furthermore, interhemispheric asymmetry was evident across all bands, especially in the frontal and centroparietal regions. When combining these findings with their directional trends (positive or negative), common EEG features included increased theta and decreased alpha-beta power, along with increased parieto-occipital and reduced gamma entropy at FCz. These findings suggest shared EEG markers between PD and MDD, supporting the potential for efficient neurological disorder diagnosis. Full article
Show Figures

Figure 1

16 pages, 2115 KB  
Article
High-Frequency Infrared Thermography Reveals Short-Term Pressure Variations in CO2 Natural Vents at Mefite d’Ansanto (Italy)
by Cristiano Fidani, Alessandro Piscini, Massimo Calcara, Gianfranco Cianchini, Maurizio Soldani, Angelo De Santis, Dario Sabbagh, Martina Orlando and Loredana Perrone
Signals 2026, 7(3), 45; https://doi.org/10.3390/signals7030045 - 8 May 2026
Viewed by 324
Abstract
A thermal infrared (TIR) camera was installed at Mefite Lake in Valle d’Ansanto, Irpinia (Italy), to assess whether small variations in cold CO2 flux can be resolved thermally. To our knowledge, this is the first systematic attempt to extract short-period degassing dynamics [...] Read more.
A thermal infrared (TIR) camera was installed at Mefite Lake in Valle d’Ansanto, Irpinia (Italy), to assess whether small variations in cold CO2 flux can be resolved thermally. To our knowledge, this is the first systematic attempt to extract short-period degassing dynamics from TIR data at Mefite. Infrared thermal images taken over a three-hour nighttime interval revealed the spatial distribution and extent of natural CO2 emissions. The high sampling frequency of one minute detected unexpected thermal variability from the source. The extent of temperature variations across the entire site reached almost 3 °C, with durations typically ranging from a few minutes to tens of minutes. Spectral analysis of the temperature time series reported a 1/f-type noise pattern, with significant periods of 2–3 min, 5 min, 26 min, and 61 min observed at different locations. Further intermediate periods were observed at individual points. Differences and delays in temperature variations appeared to be related to distance from the structure’s centre and the presence of water. These temperature fluctuations were interpreted as changes in the gaseous emission flow caused by a few kPa of CO2 escaping due to pressure variations. The gas thermally interacts with the underlying soil, adding or removing heat at the surface. These results demonstrate that high-frequency infrared thermography provides a sensitive and practical tool for quantifying short-term flux variability at natural CO2 vents and for improving the characterisation of their degassing dynamics. Full article
Show Figures

Figure 1

23 pages, 12250 KB  
Article
Investigating Sibilant Fricative Representation in Bangla Telemedicine Speech: A Cost-Aware Sampling Rate Optimization Study
by Prajat Paul, Mohamed Mehfoud Bouh, Manan Vinod Shah, Forhad Hossain and Ashir Ahmed
Signals 2026, 7(3), 44; https://doi.org/10.3390/signals7030044 - 7 May 2026
Viewed by 370
Abstract
Automatic speech recognition has advanced rapidly for high-resource languages, yet performance remains limited for low-resource languages such as Bangla, particularly in telehealth settings. Most systems rely on a standardized 16 kHz sampling rate, a design choice despite evidence that Bangla contains sibilant fricatives [...] Read more.
Automatic speech recognition has advanced rapidly for high-resource languages, yet performance remains limited for low-resource languages such as Bangla, particularly in telehealth settings. Most systems rely on a standardized 16 kHz sampling rate, a design choice despite evidence that Bangla contains sibilant fricatives and other phonetic cues with substantial high-frequency energy that may be suppressed under bandwidth and latency constraints. This study evaluates audio sampling rate as a controllable signal-level parameter for Bangla telehealth ASR to identify an empirically grounded operating range balancing transcription accuracy, execution time, and network bandwidth. Twenty real-world Bangla doctor–patient consultations were deterministically resampled to 55 configurations between 8 kHz and 32 kHz and transcribed using a fixed cloud-based ASR system. Session-level Word Error Rate, execution latency, payload bandwidth, and high-frequency phonetic content were analyzed using a composite sibilant-likelihood score. WER decreased from 0.338 at 8 kHz to a local minimum of 0.232 at 18.75 kHz, with gains plateauing beyond this range despite substantial bandwidth increases. Elbow-point, Pareto frontier, weighted scoring, and Minimum Acceptable Trade-off analyses converged on an optimal region between 17.25 and 18.75 kHz, demonstrating that sampling rate optimization improves ASR accuracy without proportional resource costs in telehealth settings. Full article
Show Figures

Figure 1

30 pages, 4811 KB  
Article
Dual-Mode Control in a Single-Cavity SIW Bandpass Filter for High-Q 5.8 GHz WiMAX Using Combined Magnetic–Electric Perturbation
by Sirine Aouine Chaieb, Mahdi Abdelkarim, Majdi Bahrouni and Ali Gharsallah
Signals 2026, 7(3), 43; https://doi.org/10.3390/signals7030043 - 7 May 2026
Viewed by 408
Abstract
This paper presents a compact, single-layer substrate-integrated waveguide (SIW) bandpass filter for 5.8 GHz WiMAX applications. The filter achieves an improved performance trade-off through a novel hybrid design strategy that combines central vertical perturbation vias with symmetrically etched complementary split-ring resonators (CSRRs). This [...] Read more.
This paper presents a compact, single-layer substrate-integrated waveguide (SIW) bandpass filter for 5.8 GHz WiMAX applications. The filter achieves an improved performance trade-off through a novel hybrid design strategy that combines central vertical perturbation vias with symmetrically etched complementary split-ring resonators (CSRRs). This configuration implements a hybrid magnetic–electric perturbation within a single cavity, enabling simultaneous control of electric and magnetic field confinement. The proposed topology achieves an optimized balance among unloaded quality factor Qu, insertion loss, selectivity, and structural simplicity. Through targeted intra-cavity field manipulation, the filter attains a Qu of 239.7, a narrow fractional bandwidth of 3.08% (5.75–5.93 GHz), and a low insertion loss of 1.12 dB. It also delivers enhanced selectivity compared to conventional single-cavity designs and performs competitively with multi-resonator architectures. An equivalent circuit model accurately captures the via–CSRR interaction and agrees closely with full-wave electromagnetic simulations. Experimental results confirm excellent return loss and robust performance across the entire WiMAX band (5.725–5.850 GHz). Thus, the proposed filter offers a practical, high-performance, and manufacturable solution for selective RF front-end applications. Full article
Show Figures

Figure 1

22 pages, 421 KB  
Article
Frame-Level Audio Forgery Localization Using Handcrafted and Neural Features
by Mostafa Moallim, Taqwa A. Alhaj, Fatin A. Elhaj, Inshirah Idris and Tasneem Darwish
Signals 2026, 7(3), 42; https://doi.org/10.3390/signals7030042 - 7 May 2026
Viewed by 489
Abstract
Audio forgery has emerged as a significant security and forensic challenge, driven by rapid advances in generative artificial intelligence and the widespread availability of audio editing tools, which enable the creation of highly realistic manipulated speech with minimal technical expertise. Existing approaches predominantly [...] Read more.
Audio forgery has emerged as a significant security and forensic challenge, driven by rapid advances in generative artificial intelligence and the widespread availability of audio editing tools, which enable the creation of highly realistic manipulated speech with minimal technical expertise. Existing approaches predominantly operate at the file level, providing only coarse binary decisions without identifying when or where manipulation occurs. This study addresses fine-grained temporal localization through a unified frame-level localization framework. We introduce a controlled forgery generation framework derived from the TIMIT speech corpus, applying atomic, localized manipulations under strict temporal constraints and producing precise frame-level annotations across diverse manipulation types. Building on this dataset, we then propose a transform-agnostic localization-driven detection approach using temporal inconsistency modeling, enabling unified analysis across heterogeneous manipulations at frame-level resolution. To analyze forensic evidence, we present an evidence-stratified modeling paradigm comparing three complementary strategies: a handcrafted anomaly-based method, a deep localization model leveraging pretrained wav2vec 2.0 representations, and a hybrid approach combining both through confidence-aware fusion and temporal consistency reinforcement. A systematic experimental analysis evaluates the effects of representation adaptation, hybrid fusion, and manipulation type on detection and localization performance. Results show that handcrafted features are insufficient for reliable frame-level localization, while task-adapted wav2vec 2.0 achieves strong and consistent performance. The hybrid approach does not consistently improve frame-level accuracy but yields substantial gains in segment-level localization by enforcing temporal coherence. Per-transform analysis confirms robust performance across most manipulations, with deletion-based operations remaining the most challenging. Full article
Show Figures

Figure 1

19 pages, 463 KB  
Article
Evaluating the Performance of eGeMAPS Features in Detecting Depression Using Resampling Methods
by Joshua Turnipseed and Benedito J. B. Fonseca, Jr.
Signals 2026, 7(3), 41; https://doi.org/10.3390/signals7030041 - 6 May 2026
Viewed by 296
Abstract
This paper investigates how well eGeMAPS features can be used to classify depression from a patient’s speech audio samples through the use of statistical resampling methods. We use permutation tests to evaluate, with high confidence, whether eGeMAPS features and the speaker’s depression status [...] Read more.
This paper investigates how well eGeMAPS features can be used to classify depression from a patient’s speech audio samples through the use of statistical resampling methods. We use permutation tests to evaluate, with high confidence, whether eGeMAPS features and the speaker’s depression status are dependent. We use bootstrap confidence intervals to test, with high confidence, whether eGeMAPS features are able to better discriminate depression in male speakers than in female speakers. Lastly, we compare the detection power of different subsets of the eGeMAPS features. We use an open-source dataset of depressed and non-depressed speakers (E-DAIC), an open-source audio feature extractor (eGeMAPS), and open-source machine learning classifiers (WEKA) to enable replication of results and establish a baseline for future studies. Full article
(This article belongs to the Special Issue Advances in Biomedical Signal Processing and Analysis)
Show Figures

Figure 1

16 pages, 11943 KB  
Article
A Machine Learning-Augmented Microwave Sensor for Metallic Landmine Detection
by Maged A. Aldhaeebi, Abdulbaset Ali and Thamer S. Almoneef
Signals 2026, 7(3), 40; https://doi.org/10.3390/signals7030040 - 2 May 2026
Viewed by 602
Abstract
This paper presents a non-imaging landmine detection system that integrates a highly sensitive multiple-input multiple-output (MIMO) microwave sensor with a machine learning (ML) classifier for automated classification. The proposed sensor consists of two circular patch elements fed with two ports designed in a [...] Read more.
This paper presents a non-imaging landmine detection system that integrates a highly sensitive multiple-input multiple-output (MIMO) microwave sensor with a machine learning (ML) classifier for automated classification. The proposed sensor consists of two circular patch elements fed with two ports designed in a unique configuration, comprising a dual loop with a cross dipole, for enhancing sensitivity to changes in the environmental electrical properties (dielectric constant and electrical conductivity) induced by buried metallic objects. It operates in dual bands of 1.58 GHz and 1.75 GHz, within the operating frequency range of 1.3 to 2 GHz. The system’s performance was assessed using full-wave simulations and experimental measurements, involving a sand-filled foam container with a metal surrogate landmine placed at different depths. The sensor’s performance was evaluated by monitoring changes in the magnitude and phase of the reflection coefficient (S11) and the transmission coefficient (S21). The acquired scattering parameters data were processed using a Support Vector Machine (SVM) algorithm for automated classification. Results demonstrate the sensor’s high capability in detecting metallic targets at various depths and standoff distances. Compared to conventional imaging technologies, this system offers significant advantages in cost, simplicity, and ease of data processing. The SVM models trained on measurement data with proper feature selection showed a high level of agreement with their counterparts trained on simulation data. Stratified k-fold cross-validation was used to improve the reliability of accuracy metrics, with results showing 85% or higher mean accuracy in all classification scenarios. Full article
Show Figures

Figure 1

20 pages, 1096 KB  
Article
Wavelet Basis Selection in Signal Denoising Based on Wavelet-Coefficient Distribution Shape
by Mladen Tomic and Marko Gulic
Signals 2026, 7(3), 39; https://doi.org/10.3390/signals7030039 - 2 May 2026
Viewed by 418
Abstract
Denoising one-dimensional signals by wavelet shrinkage critically depends on the choice of wavelet basis, yet basis selection is often guided by heuristics rather than explicit statistical criteria. This paper investigates the relationship between wavelet-basis properties and the shape of the probability density function [...] Read more.
Denoising one-dimensional signals by wavelet shrinkage critically depends on the choice of wavelet basis, yet basis selection is often guided by heuristics rather than explicit statistical criteria. This paper investigates the relationship between wavelet-basis properties and the shape of the probability density function (PDF) of the detail coefficients in the coarsest retained detail subband. On this basis, it proposes the shape of this PDF as a criterion for wavelet-basis selection. We hypothesize that, for a fixed decomposition depth, noise model, and shrinkage rule, a basis better matched to the signal’s local regularity produces a narrower and more sharply peaked coefficient PDF in this subband than a mismatched basis and can therefore serve as a data-driven indicator for basis selection. To evaluate the consistency of this proposal, we perform controlled hard-thresholding experiments on six canonical test signals, five wavelet bases, and additive white Gaussian noise. Although the test signals differ significantly in local regularity and features, the relationship between basis suitability and PDF shape is confirmed for each of them. Therefore, the results suggest that the proposed PDF-shape criterion is a valuable indicator for wavelet-basis selection. Full article
Show Figures

Figure 1

Previous Issue
Back to TopTop