Next Issue
Volume 4, March
Previous Issue
Volume 3, September
 
 

Signals, Volume 3, Issue 4 (December 2022) – 15 articles

Cover Story (view full-size image): The proposed sampling methodology generates an approximation of the objective function by first taking some samples from it and then training a neural network to approximate the function. Once the neural network training process is completed, a bunch of points can be sampled from the neural network, and those with the lowest functional value will be used as starting points for the Multistart method. This way, the actual function will not be sampled, but the neural network approximating it will, which should significantly reduce the required number of function calls. Furthermore, using points with a low function value as starting points is expected to speed up the location of the global minimum. In addition, the RBF neural network is incorporated since it has a speedy training technique. 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:
21 pages, 1661 KiB  
Article
Ensemble of Networks for Multilabel Classification
by Loris Nanni, Luca Trambaiollo, Sheryl Brahnam, Xiang Guo and Chancellor Woolsey
Signals 2022, 3(4), 911-931; https://doi.org/10.3390/signals3040054 - 14 Dec 2022
Cited by 1 | Viewed by 1998
Abstract
Multilabel learning goes beyond standard supervised learning models by associating a sample with more than one class label. Among the many techniques developed in the last decade to handle multilabel learning best approaches are those harnessing the power of ensembles and deep learners. [...] Read more.
Multilabel learning goes beyond standard supervised learning models by associating a sample with more than one class label. Among the many techniques developed in the last decade to handle multilabel learning best approaches are those harnessing the power of ensembles and deep learners. This work proposes merging both methods by combining a set of gated recurrent units, temporal convolutional neural networks, and long short-term memory networks trained with variants of the Adam optimization approach. We examine many Adam variants, each fundamentally based on the difference between present and past gradients, with step size adjusted for each parameter. We also combine Incorporating Multiple Clustering Centers and a bootstrap-aggregated decision trees ensemble, which is shown to further boost classification performance. In addition, we provide an ablation study for assessing the performance improvement that each module of our ensemble produces. Multiple experiments on a large set of datasets representing a wide variety of multilabel tasks demonstrate the robustness of our best ensemble, which is shown to outperform the state-of-the-art. Full article
Show Figures

Figure 1

16 pages, 2388 KiB  
Article
An Improved d-MP Algorithm for Reliability of Logistics Delivery Considering Speed Limit of Different Roads
by Wei-Chang Yeh, Chia-Ling Huang and Haw-Sheng Wu
Signals 2022, 3(4), 895-910; https://doi.org/10.3390/signals3040053 - 13 Dec 2022
Viewed by 1073
Abstract
The construction of intelligent logistics by intelligent wireless sensing is a modern trend. Hence, this study uses the multistate flow network (MFN) to explore the actual environment of logistics delivery and to consider the different types of transportation routes available for logistics trucks [...] Read more.
The construction of intelligent logistics by intelligent wireless sensing is a modern trend. Hence, this study uses the multistate flow network (MFN) to explore the actual environment of logistics delivery and to consider the different types of transportation routes available for logistics trucks in today’s practical environment, which have been neglected in previous studies. Two road types, namely highways and slow roads, with different speed limits are explored. The speed of the truck is fast on the highway, so the completion time of the single delivery is, of course, fast. However, it is also because of its high speed that it is subject to many other conditions. For example, if the turning angle of the truck is too large, there will be a risk of the truck overturning, which is a quite serious and important problem that must be included as a constraint. Moreover, highways limit the weight of trucks, so this limit is also included as a constraint. On the other hand, if the truck is driving on a slow road, where its speed is much slower than that of a highway, it is not limited by the turning angle. Nevertheless, regarding the weight capacity of trucks, although the same type of trucks running on slow roads can carry a weight capacity that is higher than the load weight limit of driving on the highway, slow roads also have a load weight limit. In addition to a truck’s aforementioned turning angle and load weight capacity, in today’s logistics delivery, time efficiency is extremely important, so the delivery completion time is also included as a constraint. Therefore, this study uses the improved d-MP method to study the reliability of logistics delivery in trucks driving on two types of roads under constraints to help enhance the construction of intelligent logistics with intelligent wireless sensing. An illustrative example in an actual environment is introduced. Full article
(This article belongs to the Special Issue Intelligent Wireless Sensing and Positioning)
Show Figures

Figure 1

20 pages, 10620 KiB  
Article
Cross-Scene Sign Language Gesture Recognition Based on Frequency-Modulated Continuous Wave Radar
by Xiaochao Dang, Kefeng Wei, Zhanjun Hao and Zhongyu Ma
Signals 2022, 3(4), 875-894; https://doi.org/10.3390/signals3040052 - 06 Dec 2022
Cited by 1 | Viewed by 1429
Abstract
This paper uses millimeter-wave radar to recognize gestures in four different scene domains. The four scene domains are the experimental environment, the experimental location, the experimental direction, and the experimental personnel. The experiments are carried out in four scene domains, using part of [...] Read more.
This paper uses millimeter-wave radar to recognize gestures in four different scene domains. The four scene domains are the experimental environment, the experimental location, the experimental direction, and the experimental personnel. The experiments are carried out in four scene domains, using part of the data of a scene domain as the training set for training. The remaining data is used as a validation set to validate the training results. Furthermore, the gesture recognition results of known scenes can be extended to unknown stages after obtaining the original gesture data in different scene domains. Then, three kinds of hand gesture features independent of the scene domain are extracted: range-time spectrum, range-doppler spectrum, and range-angle spectrum. Then, they are fused to represent a complete and comprehensive gesture action. Then, the gesture is trained and recognized using the three-dimensional convolutional neural network (CNN) model. Experimental results show that the three-dimensional CNN can fuse different gesture feature sets. The average recognition rate of the fused gesture features in the same scene domain is 87%, and the average recognition rate in the unknown scene domain is 83.1%, which verifies the feasibility of gesture recognition across scene domains. Full article
(This article belongs to the Special Issue Intelligent Wireless Sensing and Positioning)
Show Figures

Figure 1

18 pages, 510 KiB  
Article
Use RBF as a Sampling Method in Multistart Global Optimization Method
by Ioannis G. Tsoulos, Alexandros Tzallas and Dimitrios Tsalikakis
Signals 2022, 3(4), 857-874; https://doi.org/10.3390/signals3040051 - 02 Dec 2022
Cited by 3 | Viewed by 1449
Abstract
In this paper, a new sampling technique is proposed that can be used in the Multistart global optimization technique as well as techniques based on it. The new method takes a limited number of samples from the objective function and then uses them [...] Read more.
In this paper, a new sampling technique is proposed that can be used in the Multistart global optimization technique as well as techniques based on it. The new method takes a limited number of samples from the objective function and then uses them to train an Radial Basis Function (RBF) neural network. Subsequently, several samples were taken from the artificial neural network this time, and those with the smallest network value in them are used in the global optimization method. The proposed technique was applied to a wide range of objective functions from the relevant literature and the results were extremely promising. Full article
Show Figures

Figure 1

27 pages, 4377 KiB  
Article
New Optimal Design of Multimode Shunt-Damping Circuits for Enhanced Vibration Control
by Konstantinos Marakakis, Georgios K. Tairidis, Georgia A. Foutsitzi, Nikolaos A. Antoniadis and Georgios E. Stavroulakis
Signals 2022, 3(4), 830-856; https://doi.org/10.3390/signals3040050 - 17 Nov 2022
Cited by 1 | Viewed by 1420
Abstract
In this study, a new method for the optimal design of multimode shunt-damping circuits is presented. A modification of the “current-flowing” shunt circuit is employed to control multiple vibration modes of a piezoelectric laminate beam. In addition to the resistor damping components, the [...] Read more.
In this study, a new method for the optimal design of multimode shunt-damping circuits is presented. A modification of the “current-flowing” shunt circuit is employed to control multiple vibration modes of a piezoelectric laminate beam. In addition to the resistor damping components, the method considers the capacitances and the shunting branch inductors as new design variables. The H norm of the damped system is minimized using the particle swarm optimization (PSO) method in the suggested optimization strategy. Two additional numerical models are addressed in order to compare the proposed method with other methods from the literature and to thoroughly examine the effect of the design variables on damping performance. To simulate the dynamic behavior of the piezoelectric composite beam, a finite-element model is created which provides more accurate modeling of thick beam structures. Results show that the suggested method may improve damping efficiency when compared to other models, since it generates a highest peak amplitude reduction of 39.61 dB for the second mode and 55.92 dB for the third mode. Finally, another benefit provided by the suggested optimal design is the reduction of the required shunt inductance values. Full article
Show Figures

Figure 1

7 pages, 359 KiB  
Brief Report
A Lunar Backup Record of Humanity
by Carson Ezell, Alexandre Lazarian and Abraham Loeb
Signals 2022, 3(4), 823-829; https://doi.org/10.3390/signals3040049 - 07 Nov 2022
Viewed by 1362
Abstract
The risk of a catastrophic or existential disaster for our civilization is increasing this century. A significant motivation for a near-term space settlement is the opportunity to safeguard civilization in the event of a planetary-scale disaster. A catastrophic event could destroy the significant [...] Read more.
The risk of a catastrophic or existential disaster for our civilization is increasing this century. A significant motivation for a near-term space settlement is the opportunity to safeguard civilization in the event of a planetary-scale disaster. A catastrophic event could destroy the significant cultural, scientific, and technological progress on Earth. However, early space settlements can preserve records of human activity by maintaining a backup data storage system. The backup can also store information about the events leading up to the disaster. The system would improve the ability of early space settlers to recover our civilization after collapse. We show that advances in laser communications and data storage enable the development of a data storage system on the lunar surface with a sufficient uplink data rate and storage capacity to preserve valuable information about the achievements of our civilization and the chronology of the disaster. Full article
(This article belongs to the Special Issue Enabling a More Prosperous Space Era: A Signal Processing Perspective)
Show Figures

Figure 1

16 pages, 2940 KiB  
Article
Performance Evaluation of Classification Algorithms to Detect Bee Swarming Events Using Sound
by Kiromitis I. Dimitrios, Christos V. Bellos, Konstantinos A. Stefanou, Georgios S. Stergios, Ioannis Andrikos, Thomas Katsantas and Sotirios Kontogiannis
Signals 2022, 3(4), 807-822; https://doi.org/10.3390/signals3040048 - 03 Nov 2022
Cited by 3 | Viewed by 1986
Abstract
This paper presents a machine-learning approach for detecting swarming events. Three different classification algorithms are tested: The k-Nearest Neighbors algorithm (k-NN) and Support Vector Machine (SVM), and a newly proposed by the authors, U-Net Convolutional Neural Network (CNN), developed for biomedical image segmentation. [...] Read more.
This paper presents a machine-learning approach for detecting swarming events. Three different classification algorithms are tested: The k-Nearest Neighbors algorithm (k-NN) and Support Vector Machine (SVM), and a newly proposed by the authors, U-Net Convolutional Neural Network (CNN), developed for biomedical image segmentation. Next, the authors present their experimental scenario of collecting audio data of swarming and non-swarming events and evaluating the results from the k-NN and SVM classifiers and their proposed CNN algorithm. Finally, the authors compare these three methods and present the cross-comparison results of the optimal method for early and late/close-to-the-event detection of swarming. Full article
Show Figures

Figure 1

13 pages, 520 KiB  
Article
Application of Compressive Sensing in the Presence of Noise for Transient Photometric Events
by Asmita Korde-Patel, Richard K. Barry and Tinoosh Mohsenin
Signals 2022, 3(4), 794-806; https://doi.org/10.3390/signals3040047 - 02 Nov 2022
Viewed by 1116
Abstract
Compressive sensing is a simultaneous data acquisition and compression technique, which can significantly reduce data bandwidth, data storage volume, and power. We apply this technique for transient photometric events. In this work, we analyze the effect of noise on the detection of these [...] Read more.
Compressive sensing is a simultaneous data acquisition and compression technique, which can significantly reduce data bandwidth, data storage volume, and power. We apply this technique for transient photometric events. In this work, we analyze the effect of noise on the detection of these events using compressive sensing (CS). We show numerical results on the impact of source and measurement noise on the reconstruction of transient photometric curves, generated due to gravitational microlensing events. In our work, we define source noise as background noise, or any inherent noise present in the sampling region of interest. For our models, measurement noise is defined as the noise present during data acquisition. These results can be generalized for any transient photometric CS measurements with source noise and CS data acquisition measurement noise. Our results show that the CS measurement matrix properties have an effect on CS reconstruction in the presence of source noise and measurement noise. We provide potential solutions for improving the performance by tuning some of the properties of the measurement matrices. For source noise applications, we show that choosing a measurement matrix with low mutual coherence can lower the amount of error caused due to CS reconstruction. Similarly, for measurement noise addition, we show that by choosing a lower expected value of the binomial measurement matrix, we can lower the amount of error due to CS reconstruction. Full article
(This article belongs to the Special Issue Compressive Sensing and Its Applications)
Show Figures

Figure 1

29 pages, 2173 KiB  
Article
Simulation of an Indoor Visible Light Communication System Using Optisystem
by Alwin Poulose
Signals 2022, 3(4), 765-793; https://doi.org/10.3390/signals3040046 - 01 Nov 2022
Cited by 6 | Viewed by 4011
Abstract
Visible light communication (VLC ) is an emerging research area in wireless communication. The system works the same way as optical fiber-based communication systems. However, the VLC system uses free space as its transmission medium. The invention of the light-emitting diode (LED) significantly [...] Read more.
Visible light communication (VLC ) is an emerging research area in wireless communication. The system works the same way as optical fiber-based communication systems. However, the VLC system uses free space as its transmission medium. The invention of the light-emitting diode (LED) significantly updated the technologies used in modern communication systems. In VLC, the LED acts as a transmitter and sends data in the form of light when the receiver is in the line of sight (LOS) condition. The VLC system sends data by blinking the light at high speed, which is challenging to identify by human eyes. The detector receives the flashlight at high speed and decodes the transmitted data. One significant advantage of the VLC system over other communication systems is that it is easy to implement using an LED and a photodiode or phototransistor. The system is economical, compact, inexpensive, small, low power, prevents radio interference, and eliminates the need for broadcast rights and buried cables. In this paper, we investigate the performance of an indoor VLC system using Optisystem simulation software. We simulated an indoor VLC system using LOS and non-line-of-sight (NLOS) propagation models. Our simulation analyzes the LOS propagation model by considering the direct path with a single LED as a transmitter. The NLOS propagation model-based VLC system analyses two scenarios by considering single and dual LEDs as its transmitter. The effect of incident and irradiance angles in an LOS propagation model and an eye diagram of LOS/NLOS models are investigated to identify the signal distortion. We also analyzed the impact of the field of view (FOV) of an NLOS propagation model using a single LED as a transmitter and estimated the bitrate (Rb). Our theoretical results show that the system simulated in this paper achieved bitrates in the range of 2.1208×107 to 4.2147×107 bits/s when the FOV changes from 30 to 90. A VLC hardware design is further considered for real-time implementations. Our VLC hardware system achieved an average of 70% data recovery rate in the LOS propagation model and a 40% data recovery rate in the NLOS propagation model. This paper’s analysis shows that our simulated VLC results are technically beneficial in real-world VLC systems. Full article
Show Figures

Figure 1

13 pages, 2749 KiB  
Article
Signal to Noise Ratio of a Coded Slit Hyperspectral Sensor
by Jonathan Piper, Peter W. T. Yuen and David James
Signals 2022, 3(4), 752-764; https://doi.org/10.3390/signals3040045 - 26 Oct 2022
Cited by 1 | Viewed by 1412
Abstract
In recent years, a wide range of hyperspectral imaging systems using coded apertures have been proposed. Many implement compressive sensing to achieve faster acquisition of a hyperspectral data cube, but it is also potentially beneficial to use coded aperture imaging in sensors that [...] Read more.
In recent years, a wide range of hyperspectral imaging systems using coded apertures have been proposed. Many implement compressive sensing to achieve faster acquisition of a hyperspectral data cube, but it is also potentially beneficial to use coded aperture imaging in sensors that capture full-rank (non-compressive) measurements. In this paper we analyse the signal-to-noise ratio for such a sensor, which uses a Hadamard code pattern of slits instead of the single slit of a typical pushbroom imaging spectrometer. We show that the coded slit sensor may have performance advantages in situations where the dominant noise sources do not depend on the signal level; but that where Shot noise dominates a conventional single-slit sensor would be more effective. These results may also have implications for the utility of compressive sensing systems. Full article
(This article belongs to the Special Issue Advances in Image Processing and Pattern Recognition)
Show Figures

Figure 1

15 pages, 710 KiB  
Article
Grammatical Evolution-Based Feature Extraction for Hemiplegia Type Detection
by Vasileios Christou, Ioannis Tsoulos, Alexandros Arjmand, Dimitrios Dimopoulos, Dimitrios Varvarousis, Alexandros T. Tzallas, Christos Gogos, Markos G. Tsipouras, Evripidis Glavas, Avraam Ploumis and Nikolaos Giannakeas
Signals 2022, 3(4), 737-751; https://doi.org/10.3390/signals3040044 - 17 Oct 2022
Cited by 3 | Viewed by 1421
Abstract
Hemiplegia is a condition caused by brain injury and affects a significant percentage of the population. The effect of patients suffering from this condition is a varying degree of weakness, spasticity, and motor impairment to the left or right side of the body. [...] Read more.
Hemiplegia is a condition caused by brain injury and affects a significant percentage of the population. The effect of patients suffering from this condition is a varying degree of weakness, spasticity, and motor impairment to the left or right side of the body. This paper proposes an automatic feature selection and construction method based on grammatical evolution (GE) for radial basis function (RBF) networks that can classify the hemiplegia type between patients and healthy individuals. The proposed algorithm is tested in a dataset containing entries from the accelerometer sensors of the RehaGait mobile gait analysis system, which are placed in various patients’ body parts. The collected data were split into 2-second windows and underwent a manual pre-processing and feature extraction stage. Then, the extracted data are presented as input to the proposed GE-based method to create new, more efficient features, which are then introduced as input to an RBF network. The paper’s experimental part involved testing the proposed method with four classification methods: RBF network, multi-layer perceptron (MLP) trained with the Broyden–Fletcher–Goldfarb–Shanno (BFGS) training algorithm, support vector machine (SVM), and a GE-based parallel tool for data classification (GenClass). The test results revealed that the proposed solution had the highest classification accuracy (90.07%) compared to the other four methods. Full article
Show Figures

Figure 1

16 pages, 1370 KiB  
Article
Computational Vibro-Acoustic Time Reversal for Source and Novelty Localization
by Christos G. Panagiotopoulos, Spyros Kouzoupis and Chrysoula Tsogka
Signals 2022, 3(4), 721-736; https://doi.org/10.3390/signals3040043 - 12 Oct 2022
Viewed by 1350
Abstract
Time reversal has been demonstrated to be effective for source and novelty detection and localization. We extend here previous work in the case of a coupled structural-acoustic system, to which we refer to as vibro-acoustic. In this case, novelty means a change that [...] Read more.
Time reversal has been demonstrated to be effective for source and novelty detection and localization. We extend here previous work in the case of a coupled structural-acoustic system, to which we refer to as vibro-acoustic. In this case, novelty means a change that the structural system has undergone and which we seek to detect and localize. A single source in the acoustic medium is used to generate the propagating field, and several receivers, both in the acoustic and the structural part, may be used to record the response of the medium to this excitation. This is the forward step. Exploiting time reversibility, the recorded signals are focused back to the original source location during the backward step. For the case of novelty detection, the difference between the field recorded before and after the structural modification is backpropagated. We demonstrate that the performance of the method is improved when the structural components are taken into account during the backward step. The potential of the method for solving inverse problems as they appear in non destructive testing and structural health monitoring applications is illustrated with several numerical examples obtained using a finite element method. Full article
(This article belongs to the Special Issue Advances in Signal Processing for SHM and NDT)
Show Figures

Figure 1

13 pages, 398 KiB  
Article
Building Greibach Normal Form Grammars Using Genetic Algorithms
by Nikolaos Anastasopoulos and Evangelos Dermatas
Signals 2022, 3(4), 708-720; https://doi.org/10.3390/signals3040042 - 12 Oct 2022
Viewed by 1554
Abstract
Grammatical inference of context-free grammars using positive and negative language examples is among the most challenging task in modern artificial and natural language technology. Recently, several implementations combining various techniques, usually including the Backus–Naur form, have been proposed. In this paper, we explore [...] Read more.
Grammatical inference of context-free grammars using positive and negative language examples is among the most challenging task in modern artificial and natural language technology. Recently, several implementations combining various techniques, usually including the Backus–Naur form, have been proposed. In this paper, we explore a new implementation of grammatical inference using evolution methods focused on the Greibach normal form and exploiting its properties, and also propose new solutions both in the evolutionary processes and in the corresponding fitness estimation. Full article
Show Figures

Figure 1

26 pages, 27604 KiB  
Article
WISCANet: A Rapid Development Platform for Beyond 5G and 6G Radio System Prototyping
by Jacob Holtom, Andrew Herschfelt, Isabella Lenz, Owen Ma, Hanguang Yu and Daniel W. Bliss
Signals 2022, 3(4), 682-707; https://doi.org/10.3390/signals3040041 - 09 Oct 2022
Cited by 1 | Viewed by 1842
Abstract
Validating RF applications is traditionally time consuming, even for relatively simple systems. We developed the WISCA Software-Defined Radio Network (WISCANet) to accelerate the implementation and validation of radio applications over-the-air (OTA). WISCANet is a hardwareagnostic control software that automatically configures and controls a [...] Read more.
Validating RF applications is traditionally time consuming, even for relatively simple systems. We developed the WISCA Software-Defined Radio Network (WISCANet) to accelerate the implementation and validation of radio applications over-the-air (OTA). WISCANet is a hardwareagnostic control software that automatically configures and controls a software-defined radio (SDR) network. By abstracting the hardware controls away from the user, WISCANet allows a non-expert user to deploy an OTA application by simply defining a baseband processing chain in a high level language. This technology reduces transition time between system design and OTA deployment, accelerates debugging and validation processes, and makes OTA experimentation more accessible to users that are not radio hardware experts. WISCANet emulates real-time RF operations, enabling users to perform real-time experiments without the typical restrictions on processing speed and hardware capabilities. WISCANet also supports multiple RF front-ends (RFFEs) per compute node, allowing sub-6 and mmWave systems to coexist on the same node. This coexistence enables simultaneous baseband processing that simplifies and enhances advanced algorithms and beyond-5G applications. In this study, we highlight the capabilities of WISCANet in several sub-6 and mmWave over-the-air demonstrations. The open source release of this software may be found on the WISCA GitHub page. Full article
(This article belongs to the Special Issue B5G/6G Networks: Directions and Advances)
Show Figures

Figure 1

18 pages, 2762 KiB  
Article
Tensor Rank Regularization with Bias Compensation for Millimeter Wave Channel Estimation
by Fei He, Andrew Harms and Lamar Yaoqing Yang
Signals 2022, 3(4), 664-681; https://doi.org/10.3390/signals3040040 - 24 Sep 2022
Viewed by 1251
Abstract
This paper presents a novel method of tensor rank regularization with bias compensation for channel estimation in a hybrid millimeter wave MIMO-OFDM system. Channel estimation is challenging due to the unknown number of multipath components that determines the channel rank. In general, finding [...] Read more.
This paper presents a novel method of tensor rank regularization with bias compensation for channel estimation in a hybrid millimeter wave MIMO-OFDM system. Channel estimation is challenging due to the unknown number of multipath components that determines the channel rank. In general, finding the intrinsic rank of a tensor is a non-deterministic polynomial-time (NP) hard problem. However, by leveraging the sparse characteristics of millimeter wave channels, we propose a modified CANDECOMP/PARAFAC (CP) decomposition-based method that jointly estimates the tensor rank and channel component matrices. Our approach differs from most existing works that assume the number of channel paths is known and the proposed method is able to estimate channel parameters accurately without the prior knowledge of number of multipaths. The objective of this work is to estimate the tensor rank by a novel sparsity-promoting prior that is incorporated into a standard alternating least squares (ALS) function. We introduce a weighting parameter to control the impact of the previous estimate and the tensor rank estimation bias compensation in the regularized ALS. The channel information is then extracted from the estimated component matrices. Simulation results show that the proposed scheme outperforms the baseline l1 strategy in terms of accuracy and robustness. It also shows that this method significantly improves rank estimation success at the expense of slightly more iterations. Full article
Show Figures

Figure 1

Previous Issue
Next Issue
Back to TopTop