SearcharxivSearch

arXiv subjects

Robert Weigel

Publications and source records attributed to Robert Weigel.

10 recordsLinked to original sources

High-Accuracy Numerical Solutions of Particle Motion in Static Magnetic Fields

The Parker-Sochacki (PS) method is investigated as an alternative to Runge-Kutta (RK) methods for solving the Lorentz equations of motion for a charged particle in a static magnetic field. Traditional methods, including fixed-time-step fourth-order RK, adaptive Dormand-Prince RK, and Gauss-Legendre Runge-Kutta (RKG), advance the solution by sampling derivative estimates at selected points to approximate the solution over a time increment. In contrast, the PS method uses a power series expansion in time that is specific to the system of equations, which is a fundamentally different approach. We assess the accuracy and long-term stability of the RK, RKG, and PS methods for three static magnetic fields: uniform, hyperbolic tangent, and dipole, with the RKG method included only for the dipole problem. The PS method results in a 4 to 13 orders-of-magnitude improvement in kinetic energy conservation over the RK methods. When the methods are compared at matched target kinetic energy error, the PS method was substantially faster than RK4, the method with the shortest runtime under identical fixed-time-step conditions. For the dipole field problem, the PS method had the lowest kinetic energy error and had runtimes 4 to 5 times shorter than RKG when using the same fixed time step for proton runs. The PS method was the only method in this study to maintain accuracy and stability for all problems for both protons and electrons; the RKG method failed on all electron runs in the dipole problem. We further show that, over sufficiently long integrations in inhomogeneous magnetic fields, the symplectic RKG may exhibit secular growth in energy error. Overall, these results indicate that the PS method provides a computationally efficient and highly accurate alternative to the symplectic RKG and standard RK methods.

physics.comp-ph

A Reproducible Method for Mapping Electricity Transmission Infrastructure for Space Weather Risk Assessment

Space weather risk assessment is constrained by the lack of available asset information needed to model geomagnetically induced currents (GICs) in electricity transmission infrastructure. We propose a systematic method that enables risk analysts to collect their own open-source substation data. Using a web browser platform for annotation, we convert OpenStreetMap (OSM) substation locations into high-resolution, component-level mappings of electricity transmission assets. We convert an initial 1,313 high-voltage (>=230 kV) substations to 52,273 components using low-altitude, satellite, and Street View imagery accessed through Google Earth, identifying 7,949 transformers. Compared to the OSM baseline, this approach provides detailed insights on voltage levels and substation configurations. We then construct a geospatial GIC network for the Tennessee Valley Authority (TVA) region, comparing May 2024 results with the University of Illinois Urbana-Champaign 150-bus (UIUC150) synthetic network and with measured ground GICs at 13 monitoring devices. The transformer types at unannotated substations and the grounding resistances are unknown, so we sample both across a Monte Carlo ensemble. This gives a median TVA 95th-percentile peak ground GIC of 29.1 A, with a 90 percent confidence interval of 23.9-36.1 A. The UIUC150 network yields a 95th-percentile peak ground GIC of 35.8 A under the same forcing, falling within this interval, and the modeled time series broadly capture the temporal morphology of the geomagnetic storm at the monitoring sites. This method shows promise for spatially explicit, screening-level GIC assessment without requiring access to operator data.

physics.geo-ph

Major Space Weather Risks Identified via Coupled Physics-Engineering-Economic Modeling

Space weather poses an important but under-quantified threat to society. While severe geomagnetic storms are recognized as potential global catastrophes, their socio-economic impacts remain poorly quantified. We present a novel physics-engineering-economic framework that links geophysical drivers to power grid geoelectric fields, transformer vulnerability, and macroeconomic consequences. Using the United States as an example, we estimate daily U.S. economic losses for a 250-year geomagnetic storm from transformer thermal heating of 2.04 billion USD (95 percent confidence interval: 1.86 to 2.22 billion USD), disrupting power for approximately 5.7 million people and 150,000 businesses. These estimates are conservative lower bounds, reflecting only transformer thermal heating effects and excluding voltage collapse, cascading failures, and restoration costs. The true societal risk is likely substantially higher. Nonetheless, the contribution is in providing the first nationwide end-to-end coupling from space physics to potential macroeconomic loss, with quantified uncertainties. Our results demonstrate that coupled socio-economic modeling of space weather is both feasible and essential, and the framework is scalable and transferable, offering a template for assessing space weather risk to critical infrastructure in other countries.

physics.geo-ph

Resonate-and-Fire Spiking Neurons for Target Detection and Hand Gesture Recognition: A Hybrid Approach

Hand gesture recognition using radar often relies on computationally expensive fast Fourier transforms. This paper proposes an alternative approach that bypasses fast Fourier transforms using resonate-and-fire neurons. These neurons directly detect the hand in the time-domain signal, eliminating the need for fast Fourier transforms to retrieve range information. Following detection, a simple Goertzel algorithm is employed to extract five key features, eliminating the need for a second fast Fourier transform. These features are then fed into a recurrent neural network, achieving an accuracy of 98.21% for classifying five gestures. The proposed approach demonstrates competitive performance with reduced complexity compared to traditional methods

eess.SP

Radar Image Reconstruction from Raw ADC Data using Parametric Variational Autoencoder with Domain Adaptation

This paper presents a parametric variational autoencoder-based human target detection and localization framework working directly with the raw analog-to-digital converter data from the frequency modulated continous wave radar. We propose a parametrically constrained variational autoencoder, with residual and skip connections, capable of generating the clustered and localized target detections on the range-angle image. Furthermore, to circumvent the problem of training the proposed neural network on all possible scenarios using real radar data, we propose domain adaptation strategies whereby we first train the neural network using ray tracing based model data and then adapt the network to work on real sensor data. This strategy ensures better generalization and scalability of the proposed neural network even though it is trained with limited radar data. We demonstrate the superior detection and localization performance of our proposed solution compared to the conventional signal processing pipeline and earlier state-of-art deep U-Net architecture with range-doppler images as inputs

cs.CV

Cross-modal Learning of Graph Representations using Radar Point Cloud for Long-Range Gesture Recognition

Gesture recognition is one of the most intuitive ways of interaction and has gathered particular attention for human computer interaction. Radar sensors possess multiple intrinsic properties, such as their ability to work in low illumination, harsh weather conditions, and being low-cost and compact, making them highly preferable for a gesture recognition solution. However, most literature work focuses on solutions with a limited range that is lower than a meter. We propose a novel architecture for a long-range (1m - 2m) gesture recognition solution that leverages a point cloud-based cross-learning approach from camera point cloud to 60-GHz FMCW radar point cloud, which allows learning better representations while suppressing noise. We use a variant of Dynamic Graph CNN (DGCNN) for the cross-learning, enabling us to model relationships between the points at a local and global level and to model the temporal dynamics a Bi-LSTM network is employed. In the experimental results section, we demonstrate our model's overall accuracy of 98.4% for five gestures and its generalization capability.

eess.SP

Light-weight Gesture Sensing Using FMCW Radar Time Series Data

The paper proposes a novel feature extraction approach for FMCW radar systems in the field of short-range gesture sensing. A light-weight processing is proposed which reduces a series of 3D radar data cubes to four 1D time signals containing information about range, azimuth angle, elevation angle and magnitude. The processing is entirely performed in the time domain without using any Fourier transformation and enables the training of a deep neural network directly on the raw time domain data. It is shown experimentally on real world data, that the proposed processing retains the same expressive power as conventional radar processing to range-, Doppler- and angle-spectrograms. Further, the computational complexity is significantly reduced which makes it perfectly suitable for embedded devices. The system is able to recognize ten different gestures with an accuracy of about 95% and is running in real time on a Raspberry Pi 3 B. The delay between end of gesture and prediction is only 150 ms.

eess.SP

Biological Optical-to-Chemical Signal Conversion Interface: A Small-scale Modulator for Molecular Communications

Although many exciting applications of molecular communication (MC) systems are envisioned to be at microscale, the MC testbeds reported so far are mostly at macroscale. To link the macroworld to the microworld, we propose and demonstrate a biological signal conversion interface that can also be seen as a microscale modulator. In particular, the proposed interface transduces an optical signal, which is controlled using an LED, into a chemical signal by changing the pH of the environment. The modulator is realized using E. coli bacteria as microscale entity expressing the light-driven proton pump gloeorhodopsin from Gloeobacter violaceus. Upon inducing external light stimuli, these bacteria locally change their surrounding pH level by exporting protons into the environment. To verify the effectiveness of the proposed optical-to-chemical signal converter, we analyze the pH signal measured by a pH sensor, which serves as receiver. We develop an analytical parametric model for the induced chemical signal as a function of the applied optical signal. Using this model, we derive a training-based channel estimator which estimates the parameters of the proposed model to fit the measurement data. We further derive the optimal maximum likelihood detector and a suboptimal low-complexity detector to recover the transmitted data from the measured received signal. It is shown that the proposed parametric model is in good agreement with the measurement data. Moreover, for an example scenario, we show that the proposed setup is able to successfully convert an optical signal representing a sequence of binary symbols into a chemical signal with a bit rate of 1 bit/minute and recover the transmitted data from the chemical signal using the proposed estimation and detection~schemes. The proposed modulator may form the basis for future MC testbeds and applications at microscale.

cs.ET

Biological Optical-to-Chemical Signal Conversion Interface: A Small-scale Modulator for Molecular Communications

Although many exciting applications of molecular communication (MC) systems are envisioned to be at microscale, the available MC testbeds reported in the literature so far are mostly at macroscale. This may partially be due to the fact that controlling an MC system at microscale is quite challenging. To link the macroworld to the microworld, we propose a biological signal conversion interface that can also be seen as a microscale modulator. This interface translates an optical signal, which can be easily controlled using a light-emitting diode (LED), into a chemical signal by changing the pH of the environment. The modulator is realized using \textit{Escherichia coli} bacteria that express the light-driven proton pump gloeorhodopsin from \textit{Gloeobacter violaceus}. Upon inducing external light stimuli, these bacteria can locally change their surrounding pH level by exporting protons into the environment. Based on measurement data from a testbed, we develop an analytical model for the induced chemical signal as a function of the applied optical signal. Finally, using a pH sensor as detector, we show for an example scenario that the proposed setup is able to successfully convert an optical signal representing a sequence of binary symbols into a chemical signal with a bit rate of $1$~bit/min.

cs.ET

Concept for a CMOS Image Sensor Suited for Analog Image Pre-Processing

A concept for a novel CMOS image sensor suited for analog image pre-processing is presented in this paper. As an example, an image restoration algorithm for reducing image noise is applied as image pre-processing in the analog domain. To supply low-latency data input for analog image preprocessing, the proposed concept for a CMOS image sensor offers a new sensor signal acquisition method in 2D. In comparison to image pre-processing in the digital domain, the proposed analog image pre-processing promises an improved image quality. Furthermore, the image noise at the stage of analog sensor signal acquisition can be used to select the most effective restoration algorithm applied to the analog circuit due to image processing prior to the A/D converter.

cs.ET