Next Issue
Volume 5, December
Previous Issue
Volume 5, June
 
 

Signals, Volume 5, Issue 3 (September 2024) – 14 articles

Cover Story (view full-size image): This paper addresses the problem of non-cooperative spectrum sensing in very low SNR conditions. In our approach, detecting an unoccupied bandwidth consists of detecting the presence or absence of a communication signal in this bandwidth. Digital communication signals may contain hidden periodicities. Our study shows that Recurrence Quantification Analysis (RQA) can highlight these hidden periodicities. RQA performance is very sensitive to the value of phase space dimension m and the time delay τ. We propose a new algorithm to simultaneously estimate optimal values for m and τ. These optimal values allow a reliable estimation of the distance matrix from the observed signal. Based on the attractive features of the distance matrix, we propose a new approach exploiting the Recurrence Analysis-based Detector (RAD). Simulation results corroborate the power of our proposed RAD algorithm. View this paper
  • 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:
28 pages, 3345 KiB  
Article
EEG-TCNTransformer: A Temporal Convolutional Transformer for Motor Imagery Brain–Computer Interfaces
by Anh Hoang Phuc Nguyen, Oluwabunmi Oyefisayo, Maximilian Achim Pfeffer and Sai Ho Ling
Signals 2024, 5(3), 605-632; https://doi.org/10.3390/signals5030034 - 23 Sep 2024
Viewed by 1079
Abstract
In brain–computer interface motor imagery (BCI-MI) systems, convolutional neural networks (CNNs) have traditionally dominated as the deep learning method of choice, demonstrating significant advancements in state-of-the-art studies. Recently, Transformer models with attention mechanisms have emerged as a sophisticated technique, enhancing the capture of [...] Read more.
In brain–computer interface motor imagery (BCI-MI) systems, convolutional neural networks (CNNs) have traditionally dominated as the deep learning method of choice, demonstrating significant advancements in state-of-the-art studies. Recently, Transformer models with attention mechanisms have emerged as a sophisticated technique, enhancing the capture of long-term dependencies and intricate feature relationships in BCI-MI. This research investigates the performance of EEG-TCNet and EEG-Conformer models, which are trained and validated using various hyperparameters and bandpass filters during preprocessing to assess improvements in model accuracy. Additionally, this study introduces EEG-TCNTransformer, a novel model that integrates the convolutional architecture of EEG-TCNet with a series of self-attention blocks employing a multi-head structure. EEG-TCNTransformer achieves an accuracy of 83.41% without the application of bandpass filtering. Full article
Show Figures

Figure 1

8 pages, 1890 KiB  
Article
How Time Window Influences Biometrics Performance: An EEG-Based Fingerprint Connectivity Study
by Luca Didaci, Sara Maria Pani, Claudio Frongia and Matteo Fraschini
Signals 2024, 5(3), 597-604; https://doi.org/10.3390/signals5030033 - 18 Sep 2024
Viewed by 792
Abstract
EEG-based biometrics represent a relatively recent research field that aims to recognize individuals based on their recorded brain activity using electroencephalography (EEG). Among the numerous features that have been proposed, connectivity-based approaches represent one of the more promising methods tested so far. In [...] Read more.
EEG-based biometrics represent a relatively recent research field that aims to recognize individuals based on their recorded brain activity using electroencephalography (EEG). Among the numerous features that have been proposed, connectivity-based approaches represent one of the more promising methods tested so far. In this paper, using the phase lag index (PLI) and the phase locking value (PLV) methods, we investigate how the performance of a connectivity-based EEG biometric system varies with respect to different time windows (using epochs of different lengths ranging from 0.5 s to 12 s with a step of 0.5 s) to understand if it is possible to define the optimal duration of the EEG signal required to extract those distinctive features. All the analyses were performed on two freely available EEG datasets, including 109 and 23 subjects, respectively. Overall, as expected, the results have shown a pronounced effect of the time window length on the biometric performance measured in terms of EER (equal error rate) and AUC (area under the curve), with an evident increase in the biometric performance as the time window increases. Furthermore, our initial findings strongly suggest that enlarging the window size beyond a specific maximum threshold fails to enhance the performance of biometric systems. In conclusions, we want to highlight that EEG connectivity has the potential to represent an optimal candidate as an EEG fingerprint and that, in this context, it is essential to establish an adequate time window capable of capturing subject-specific features. Furthermore, we speculate that the poor performance obtained with short time windows mainly depends on the difficulty of correctly estimating the connectivity metrics from very small EEG epochs (shorter than 8 s). Full article
Show Figures

Figure 1

17 pages, 733 KiB  
Article
A Comparative Analysis of the TDCGAN Model for Data Balancing and Intrusion Detection
by Mohammad Jamoos, Antonio M. Mora, Mohammad AlKhanafseh and Ola Surakhi
Signals 2024, 5(3), 580-596; https://doi.org/10.3390/signals5030032 - 12 Sep 2024
Viewed by 657
Abstract
Due to the escalating network throughput and security risks, the exploration of intrusion detection systems (IDSs) has garnered significant attention within the computer science field. The majority of modern IDSs are constructed using deep learning techniques. Nevertheless, these IDSs still have shortcomings where [...] Read more.
Due to the escalating network throughput and security risks, the exploration of intrusion detection systems (IDSs) has garnered significant attention within the computer science field. The majority of modern IDSs are constructed using deep learning techniques. Nevertheless, these IDSs still have shortcomings where most datasets used for IDS lies in their high imbalance, where the volume of samples representing normal traffic significantly outweighs those representing attack traffic. This imbalance issue restricts the performance of deep learning classifiers for minority classes, as it can bias the classifier in favor of the majority class. To address this challenge, many solutions are proposed in the literature. TDCGAN is an innovative Generative Adversarial Network (GAN) based on a model-driven approach used to address imbalanced data in the IDS dataset. This paper investigates the performance of TDCGAN by employing it to balance data across four benchmark IDS datasets which are CIC-IDS2017, CSE-CIC-IDS2018, KDD-cup 99, and BOT-IOT. Next, four machine learning methods are employed to classify the data, both on the imbalanced dataset and on the balanced dataset. A comparison is then conducted between the results obtained from each to identify the impact of having an imbalanced dataset on classification accuracy. The results demonstrated a notable enhancement in the classification accuracy for each classifier after the implementation of the TDCGAN model for data balancing. Full article
Show Figures

Figure 1

18 pages, 1391 KiB  
Article
Understanding How Image Quality Affects Transformer Neural Networks
by Domonkos Varga
Signals 2024, 5(3), 562-579; https://doi.org/10.3390/signals5030031 - 5 Sep 2024
Viewed by 1229
Abstract
Deep learning models, particularly transformer architectures, have revolutionized various computer vision tasks, including image classification. However, their performance under different types and levels of noise remains a crucial area of investigation. In this study, we explore the noise sensitivity of prominent transformer models [...] Read more.
Deep learning models, particularly transformer architectures, have revolutionized various computer vision tasks, including image classification. However, their performance under different types and levels of noise remains a crucial area of investigation. In this study, we explore the noise sensitivity of prominent transformer models trained on the ImageNet dataset. We systematically evaluate 22 transformer variants, ranging from state-of-the-art large-scale models to compact versions tailored for mobile applications, under five common types of image distortions. Our findings reveal diverse sensitivities across different transformer architectures, with notable variations in performance observed under additive Gaussian noise, multiplicative Gaussian noise, Gaussian blur, salt-and-pepper noise, and JPEG compression. Interestingly, we observe a consistent robustness of transformer models to JPEG compression, with top-5 accuracies exhibiting higher resilience to noise compared to top-1 accuracies. Furthermore, our analysis highlights the vulnerability of mobile-oriented transformer variants to various noise types, underscoring the importance of noise robustness considerations in model design and deployment for real-world applications. These insights contribute to a deeper understanding of transformer model behavior under noisy conditions and have implications for improving the robustness and reliability of deep learning systems in practical scenarios. Full article
Show Figures

Figure 1

20 pages, 6885 KiB  
Review
A Review of Rainfall Estimation in Indonesia: Data Sources, Techniques, and Methods
by Maulana Putra, Mohammad Syamsu Rosid and Djati Handoko
Signals 2024, 5(3), 542-561; https://doi.org/10.3390/signals5030030 - 16 Aug 2024
Cited by 1 | Viewed by 1262
Abstract
Rainfall information with high spatial and temporal resolution are essential in various fields. Heavy rainfall in a short period can cause problems and disasters that result in loss of life and damage to property. Conversely, the absence of rain for an extended period [...] Read more.
Rainfall information with high spatial and temporal resolution are essential in various fields. Heavy rainfall in a short period can cause problems and disasters that result in loss of life and damage to property. Conversely, the absence of rain for an extended period can also have negative social and economic impacts. Data accuracy, wide spatial coverage, and high temporal resolution are challenges in obtaining rainfall information in Indonesia. This article presents information on data sources and methods for measuring rainfall and reviews the latest research regarding statistical algorithms and machine learning to estimate rainfall in Indonesia. Rainfall information in Indonesia was obtained from several sources. Firstly, the method of direct rainfall measurement conducted with both manual and automatic rain gauges was reviewed; however, this data source provided minimal results, with uneven spatial density. Secondly, the application of remote sensing estimation using both radar and weather satellites was reviewed. The estimated rainfall results obtained using remote sensing showed more comprehensive spatial coverage and higher temporal resolution. Finally, we reviewed rainfall products obtained from model calculations, using both statistical and machine learning by integrating measurement and remote sensing data. The results of the review demonstrated that rainfall estimation products applied in remote sensing using machine learning models have the potential to produce more accurate spatial and temporal data. However, the validation of rainfall data from direct measurements is required first. This research’s contribution can provide practitioners and researchers in Indonesia and the surrounding region with information on problems, challenges, and recommendations for optimizing rainfall measurement products using appropriate adaptive technology. Full article
(This article belongs to the Special Issue Rainfall Estimation Using Signals)
Show Figures

Figure 1

16 pages, 3458 KiB  
Article
Design of Infinite Impulse Response Filters Based on Multi-Objective Particle Swarm Optimization
by Te-Jen Su, Qian-Yi Zhuang, Wei-Hong Lin, Ya-Chung Hung, Wen-Rong Yang and Shih-Ming Wang
Signals 2024, 5(3), 526-541; https://doi.org/10.3390/signals5030029 - 14 Aug 2024
Cited by 1 | Viewed by 809
Abstract
The goal of this study is to explore the effectiveness of applying multi-objective particle swarm optimization (MOPSO) algorithms in the design of infinite impulse response (IIR) filters. Given the widespread application of IIR filters in digital signal processing, the precision of their design [...] Read more.
The goal of this study is to explore the effectiveness of applying multi-objective particle swarm optimization (MOPSO) algorithms in the design of infinite impulse response (IIR) filters. Given the widespread application of IIR filters in digital signal processing, the precision of their design plays a significant role in the system’s performance. Traditional design methods often encounter the problem of local optima, which limits further enhancement of the filter’s performance. This research proposes a method based on multi-objective particle swarm optimization algorithms, aiming not just to find the local optima but to identify the optimal global design parameters for the filters. The design methodology section will provide a detailed introduction to the application of multi-objective particle swarm optimization algorithms in the IIR filter design process, including particle initialization, velocity and position updates, and the definition of objective functions. Through multiple experiments using Butterworth and Chebyshev Type I filters as prototypes, as well as examining the differences in the performance among these filters in low-pass, high-pass, and band-pass configurations, this study compares their efficiencies. The minimum mean square error (MMSE) of this study reached 1.83, the mean error (ME) reached 2.34, and the standard deviation (SD) reached 0.03, which is better than the references. In summary, this research demonstrates that multi-objective particle swarm optimization algorithms are an effective and practical approach in the design of IIR filters. Full article
Show Figures

Figure 1

10 pages, 2154 KiB  
Article
Biometric Vibration Signal Detection Devices for Swallowing Activity Monitoring
by Youn J. Kang
Signals 2024, 5(3), 516-525; https://doi.org/10.3390/signals5030028 - 5 Aug 2024
Viewed by 786
Abstract
Swallowing is a complex neuromuscular activity regulated by the autonomic central nervous system, and impairment can lead to dysphagia, which is difficulty in swallowing. This research presents a novel approach that utilizes wireless, wearable technology for the continuous mechano-acoustic tracking of respiratory activities [...] Read more.
Swallowing is a complex neuromuscular activity regulated by the autonomic central nervous system, and impairment can lead to dysphagia, which is difficulty in swallowing. This research presents a novel approach that utilizes wireless, wearable technology for the continuous mechano-acoustic tracking of respiratory activities and swallowing. To address the challenge of accurately tracking swallowing amidst potential confounding activities or significant body movements, we employ two accelerometers. These accelerometers help distinguish between genuine swallowing events and other activities. By monitoring movements and vibrations through the skin surface, the developed device enables non-intrusive monitoring of swallowing dynamics and respiratory patterns. Our focus is on the development of both the wireless skin-interfaced device and an advanced algorithm capable of detecting swallowing dynamics in conjunction with respiratory phases. The device and algorithm demonstrate robustness in detecting respiratory patterns and swallowing instances, even in scenarios where users exhibit periodic movements due to disease or daily activities. Furthermore, peak detection using an adaptive threshold automatically adjusts to an individual’s signal strength, facilitating the detection of swallowing signals without the need for individual adjustments. This innovation has significant potential for enhancing patient training and rehabilitation programs aimed at addressing dysphagia and related respiratory issues. Full article
Show Figures

Figure 1

8 pages, 1169 KiB  
Article
PTSD Case Detection with Boosting
by Vu Nguyen, Minh Phan, Tiantian Wang, Payam Norouzzadeh, Eli Snir, Salih Tutun, Brett McKinney and Bahareh Rahmani
Signals 2024, 5(3), 508-515; https://doi.org/10.3390/signals5030027 - 1 Aug 2024
Viewed by 773
Abstract
In this project, the electroencephalogram (EEG) channel(s) is used to better characterize post-traumatic stress disorder (PTSD). For this aim, we applied boosting methods along with a combination of k-means and Support Vector Machine (SVM) models to find the diagnostic channels of PTSD cases [...] Read more.
In this project, the electroencephalogram (EEG) channel(s) is used to better characterize post-traumatic stress disorder (PTSD). For this aim, we applied boosting methods along with a combination of k-means and Support Vector Machine (SVM) models to find the diagnostic channels of PTSD cases and healthy subjects. We grouped 32 channels and 12 subjects (6 PTSD and 6 healthy controls) using k-means. Channels of the brain are grouped by the k-means clustering method to find the most similar part of the brain. This approach uses SVM by performing classification based on cluster classes are been mapped to EEG channels. This mapping uses information across all samples without the bias of using the outcome variable. The linear SVM found weights that distinguished channels within each subject for each cluster to compare the PTSD cases and healthy controls’ channel weights. It was found that the significant SVM weights of F4, F8, and Pz were smaller in subjects with PTSD than in healthy subjects. This new method can be used as a tool to better understand the relationship between EEG signals and diagnosis. Full article
Show Figures

Figure 1

14 pages, 4628 KiB  
Article
Acute Psychological Stress Detection Using Explainable Artificial Intelligence for Automated Insulin Delivery
by Mahmoud M. Abdel-Latif, Mudassir M. Rashid, Mohammad Reza Askari, Andrew Shahidehpour, Mohammad Ahmadasas, Minsun Park, Lisa Sharp, Lauretta Quinn and Ali Cinar
Signals 2024, 5(3), 494-507; https://doi.org/10.3390/signals5030026 - 30 Jul 2024
Viewed by 1025
Abstract
Acute psychological stress (APS) is a complex and multifactorial phenomenon that affects metabolism, necessitating real-time detection and interventions to mitigate its effects on glycemia in people with type 1 diabetes. This study investigates the detection of APS using physiological variables measured by the [...] Read more.
Acute psychological stress (APS) is a complex and multifactorial phenomenon that affects metabolism, necessitating real-time detection and interventions to mitigate its effects on glycemia in people with type 1 diabetes. This study investigates the detection of APS using physiological variables measured by the Empatica E4 wristband and employs explainable machine learning to evaluate the importance of the physiological signals. The extreme gradient boosting model is developed for classification of APS and non-stress (NS) with weighted training, achieving an overall accuracy of 99.93%. The Shapley additive explanations (SHAP) technique is employed to interpret the global importance of the physiological signals, determining the order of importance for the variables from most to least as galvanic skin response (GSR), heart rate (HR), skin temperature (ST), and motion sensors (accelerometer readings). The increase in GSR and HR are positively correlated with the occurrence of APS as indicated by high positive SHAP values. The SHAP technique is also used to explain the local signal importance for particular instances of misclassified samples. The detection of APS can inform multivariable automated insulin delivery systems to intervene to counteract the APS-induced glycemic excursions in people with type 1 diabetes. Full article
Show Figures

Figure 1

18 pages, 4773 KiB  
Article
Development of an Integrated System of sEMG Signal Acquisition, Processing, and Analysis with AI Techniques
by Filippo Laganà, Danilo Pratticò, Giovanni Angiulli, Giuseppe Oliva, Salvatore A. Pullano, Mario Versaci and Fabio La Foresta
Signals 2024, 5(3), 476-493; https://doi.org/10.3390/signals5030025 - 26 Jul 2024
Cited by 1 | Viewed by 1518
Abstract
The development of robust circuit structures remains a pivotal milestone in electronic device research. This article proposes an integrated hardware–software system designed for the acquisition, processing, and analysis of surface electromyographic (sEMG) signals. The system analyzes sEMG signals to understand muscle function and [...] Read more.
The development of robust circuit structures remains a pivotal milestone in electronic device research. This article proposes an integrated hardware–software system designed for the acquisition, processing, and analysis of surface electromyographic (sEMG) signals. The system analyzes sEMG signals to understand muscle function and neuromuscular control, employing convolutional neural networks (CNNs) for pattern recognition. The electrical signals analyzed on healthy and unhealthy subjects are acquired using a meticulously developed integrated circuit system featuring biopotential acquisition electrodes. The signals captured in the database are extracted, classified, and interpreted by the application of CNNs with the aim of identifying patterns indicative of neuromuscular problems. By leveraging advanced learning techniques, the proposed method addresses the non-stationary nature of sEMG recordings and mitigates cross-talk effects commonly observed in electrical interference patterns captured by surface sensors. The integration of an AI algorithm with the signal acquisition device enhances the qualitative outcomes by eliminating redundant information. CNNs reveals their effectiveness in accurately deciphering complex data patterns from sEMG signals, identifying subjects with neuromuscular problems with high precision. This paper contributes to the landscape of biomedical research, advocating for the integration of advanced computational techniques to unravel complex physiological phenomena and enhance the utility of sEMG signal analysis. Full article
(This article belongs to the Special Issue Advanced Methods of Biomedical Signal Processing II)
Show Figures

Figure 1

2 pages, 252 KiB  
Correction
Correction: Martin et al. ApeTI: A Thermal Image Dataset for Face and Nose Segmentation with Apes. Signals 2024, 5, 147–164
by Pierre-Etienne Martin, Gregor Kachel, Nicolas Wieg, Johanna Eckert and Daniel B. M. Haun
Signals 2024, 5(3), 474-475; https://doi.org/10.3390/signals5030024 - 10 Jul 2024
Viewed by 518
Abstract
Addition of Authors [...] Full article
14 pages, 7844 KiB  
Article
On the Impulse Response of Singular Discrete LTI Systems and Three Fourier Transform Pairs
by Qihou Zhou
Signals 2024, 5(3), 460-473; https://doi.org/10.3390/signals5030023 - 9 Jul 2024
Viewed by 831
Abstract
A basic tenet of linear invariant systems is that they are sufficiently described by either the impulse response function or the frequency transfer function. This implies that we can always obtain one from the other. However, when the transfer function contains uncanceled poles, [...] Read more.
A basic tenet of linear invariant systems is that they are sufficiently described by either the impulse response function or the frequency transfer function. This implies that we can always obtain one from the other. However, when the transfer function contains uncanceled poles, the impulse function cannot be obtained by the standard inverse Fourier transform method. Specifically, when the input consists of a uniform train of pulses and the output sequence has a finite duration, the transfer function contains multiple poles on the unit cycle. We show how the impulse function can be obtained from the frequency transfer function for such marginally stable systems. We discuss three interesting discrete Fourier transform pairs that are used in demonstrating the equivalence of the impulse response and transfer functions for such systems. The Fourier transform pairs can be used to yield various trigonometric sums involving sinπk/NsinπLk/N, where k is the integer summing variable and N is a multiple of integer L. Full article
Show Figures

Figure 1

22 pages, 1057 KiB  
Article
Noncooperative Spectrum Sensing Strategy Based on Recurrence Quantification Analysis in the Context of the Cognitive Radio
by Jean-Marie Kadjo, Koffi Clément Yao, Ali Mansour and Denis Le Jeune
Signals 2024, 5(3), 438-459; https://doi.org/10.3390/signals5030022 - 1 Jul 2024
Viewed by 799
Abstract
This paper addresses the problem of noncooperative spectrum sensing in very low signal-to-noise ratio (SNR) conditions. In our approach, detecting an unoccupied bandwidth consists of detecting the presence or absence of a communication signal on this bandwidth. Digital communication signals may contain hidden [...] Read more.
This paper addresses the problem of noncooperative spectrum sensing in very low signal-to-noise ratio (SNR) conditions. In our approach, detecting an unoccupied bandwidth consists of detecting the presence or absence of a communication signal on this bandwidth. Digital communication signals may contain hidden periodicities, so we use Recurrence Quantification Analysis (RQA) to reveal the hidden periodicities. RQA is very sensitive and offers reliable estimation of the phase space dimension m or the time delay τ. In view of the limitations of the algorithms proposed in the literature, we have proposed a new algorithm to simultaneously estimate the optimal values of m and τ. The new proposed optimal values allow the state reconstruction of the observed signal and then the estimation of the distance matrix. This distance matrix has particular properties that we have exploited to propose a Recurrence-Analysis-based Detector (RAD). The RAD can detect a communication signal in a very low SNR condition. Using Receiver Operating Characteristic curves, our experimental results corroborate the robustness of our proposed algorithm compared with classic widely used algorithms. Full article
(This article belongs to the Special Issue Advances in Wireless Sensor Network Signal Processing)
Show Figures

Figure 1

21 pages, 6090 KiB  
Article
Digital Signal Processing (DSP)-Oriented Reduced-Complexity Algorithms for Calculating Matrix–Vector Products with Small-Order Toeplitz Matrices
by Janusz P. Papliński, Aleksandr Cariow, Paweł Strzelec and Marta Makowska
Signals 2024, 5(3), 417-437; https://doi.org/10.3390/signals5030021 - 21 Jun 2024
Viewed by 1053
Abstract
Toeplitz matrix–vector products are used in many digital signal processing applications. Direct methods for calculating such products require N2 multiplications and N(N1) additions, where N denotes the order of the Toeplitz matrix. In the case of large [...] Read more.
Toeplitz matrix–vector products are used in many digital signal processing applications. Direct methods for calculating such products require N2 multiplications and N(N1) additions, where N denotes the order of the Toeplitz matrix. In the case of large matrices, this operation becomes especially time intensive. However, matrix–vector products with small-order Toeplitz matrices are of particular interest because small matrices often serve as kernels in modern digital signal processing algorithms. Perhaps reducing the number of arithmetic operations when calculating matrix–vector products in the case of small Toeplitz matrices gives less effect than of large ones, but this problem exists, and it needs to be solved. The traditional way to calculate such products is to use the fast Fourier transform algorithm. However, in the case of small-order matrices, it is advisable to use direct factorization of Toeplitz matrices, which leads to a reduction in arithmetic complexity. In this paper, we propose a set of reduced-complexity algorithms for calculating matrix–vector products with Toeplitz matrices of order N=3,4,5,6,7,8,9. The main emphasis will be on reducing multiplicative complexity since multiplication in most cases is more time-consuming than addition. This paper also provides assessments of the implementation of the developed algorithms on FPGAs. Full article
Show Figures

Figure 1

Previous Issue
Next Issue
Back to TopTop