Engineering PapersSearch

SEARCH · Engineering Papers

Results for “SIGNAL”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

Optimizing Traffic Signal Control to Enhance Transportation Efficiency and Maximize Pedestrian Benefits in the Road Network

Increasing urban mobility requirements demand efficient transportation system strategies for both vehicular and pedestrian movement. This study enhances the Decentralized Graph-based Multi-Agent Reinforcement Learning (DGMARL) approach, originally tailored for vehicular traffic signal timing, to incorporate pedestrian traffic dynamics. The improved algorithm considers crucial metrics such as Eco_PI, assesses vehicle fuel consumption by factoring in stops and delays, and addresses pedestrian waiting time, crucial for system efficiency while acknowledging driver waiting time impact. Utilizing Digital Twin simulation along the MLK Smart Corridor in Chattanooga, Tennessee, the algorithm's performance is compared for various pedestrian control scenarios. To evaluate the effectiveness of DGMARL, this study compared DGMARL-enabled signal management with automated pedestrian traffic detection and an actuated signal management system (real-word baseline) with pedestrian recall, which predetermingly enforces a pedestrian phase every cycle. Findings indicate substantial improvements with DGMARL, showing a 28.29% enhancement in vehicle Eco_PI, a 60.55 % reduction in pedestrian waiting time, and a 55.74% decrease in driver stop delay, on average, compared to the baseline actuated signal timing plan.

Kumarasamy, Vijayalakshmi K [The University of Ten

Chloroplast Stress Signals: Control of Retrograde Signaling, Chloroplast Turn-Over, and Cell Fate Decisions

Chloroplasts (photosynthetic plastids) are semiautonomous organelles that contain their own small genomes. The proteomes of chloroplasts, however, are a mixture of plastid and nuclear-encoded proteins. Chloroplasts perform photosynthesis, which is prone to damaging the organelles, leading to the production of reactive oxygen species (ROS) that damage the cell under environmental stresses. Thus, for the cell to maintain proper chloroplast function, efficient photosynthesis, and avoid ROS damage, it relies on complex crosstalk between the chloroplast, the nucleus, other organelles within the cell, and the cytoplasm in between. This communication involves retrograde signals from chloroplasts to control nuclear gene expression, programmed cell death (PCD), and chloroplast degradation. Here we review these signals with an emphasis on the roles of the ROS singlet oxygen ( 1 O 2 ) and plastid gene expression. We cover (1) recent work on understanding how multiple 1 O 2 signaling pathways can be initiated within stressed chloroplasts, (2) how individualized post-translational regulatory systems allow chloroplasts to control their proteomes and degradation, and (3) how chloroplast signals ultimately control cell fate decisions, such as PCD, senescence, and vacuole-mediated degradation of chloroplasts (chloroplast quality control). Overall, this chapter discusses how chloroplasts can act as environmental sensors for the cell and allow plants to acclimate to stress and thrive in dynamic environments.

59 BASIC BIOLOGICAL SCIENCES

Structures of TGF-β with betaglycan and signaling receptors reveal mechanisms of complex assembly and signaling

Abstract Betaglycan (BG) is a transmembrane co-receptor of the transforming growth factor-β (TGF-β) family of signaling ligands. It is essential for embryonic development, tissue homeostasis and fertility in adults. It functions by enabling binding of the three TGF-β isoforms to their signaling receptors and is additionally required for inhibin A (InhA) activity. Despite its requirement for the functions of TGF-βs and InhA in vivo, structural information explaining BG ligand selectivity and its mechanism of action is lacking. Here, we determine the structure of TGF-β bound both to BG and the signaling receptors, TGFBR1 and TGFBR2. We identify key regions responsible for ligand engagement, which has revealed binding interfaces that differ from those described for the closely related co-receptor of the TGF-β family, endoglin, thus demonstrating remarkable evolutionary adaptation to enable ligand selectivity. Finally, we provide a structural explanation for the hand-off mechanism underlying TGF-β signal potentiation.

Science & Technology - Other Topics

Increased accuracy and signal-to-noise ratio through recent improvements in infra-red video bolometer fabrication and calibration

The infra-red video bolometer (IRVB) is a diagnostic equipped with an infra-red camera that measures the total radiated power in thousands of lines of sight within a large field of view. Recently validated in MAST-U [Fderici et al., Rev. Sci. Instrum. 94, 033502 (2023)], it offers a high spatial resolution map of the radiated power in the divertor region, where large gradients are expected. The IRVB’s sensing element comprises a thin layer of high Z absorbing material, typically platinum, usually coated with carbon to reduce reflections [Peterson et al., Rev. Sci. Instrum. 79, 10E301 (2008)].Here, the possibility of using a relatively inert material such as titanium, is explored that can be produced in layers up to 1 μm compared to 2.5 μm for Pt and then coat it with Pt of the desired thickness (0.3 μm per side here) and carbon. This leads to a higher temperature signal (about 3 times) and better spatial resolution (about 4 times), resulting in higher accuracy in the measured power [Peterson et al., Rev. Sci. Instrum. 79, 10E301 (2008)]. This assembly is also expected to improve foil uniformity, as the Pt layer is obtained via deposition rather than mechanical processes [Mukai et al., Rev. Sci. Instrum. 87, 2014 (2016)].Given its multi-material composition, measuring the thermal properties of the foil assembly is vital. Various methods using a calibrated laser as a heat source have been developed, analyzing the temperature profile shape [Sano et al., Plasma and Fusion Res. 7, 2405039 (2012)] and [Mukai et al., Rev. Sci. Instrum. 89, 10E114 (2018)] or fitting the calculated laser power for different intensities and frequencies [Fderici et al., Rev. Sci. Instrum. 94, 033502 (2023)]. Here, a simpler approach is presented, which relies on analyzing the separate components of the foil heat equation for a single laser exposure in a given area. This can then be iterated over the entire foil to capture local deviations.

Magnetic Fusion Energy

Dimensionally Aligned Signal Projection Algorithms Library

Dimensionally aligned signal projection (DASP) algorithms are used to analyze fast Fourier transforms (FFTs) and generate visualizations that help focus on the harmonics for specific signals. At a high level, these algorithms extract the FFT segments around each harmonic frequency center, and then align them in equally sized arrays ordered by increasing distance from the base frequency. This allows for a focused view of the harmonic frequencies, which, among other use cases, can enable machine learning algorithms to more easily identify salient patterns. This work seeks to provide an effective open-source implementation of the DASP algorithms proposed by Vann et al. (2018) as well as functionality to help explore and test how these algorithms work with an interactive dashboard and signal-generation tool. The DASP library is implemented in Python and contains four types of algorithms for implementing these feature engineering techniques: fixed harmonically aligned signal projection (HASP), decimating HASP, interpolating HASP, and frequency aligned signal projection (FASP). Each algorithm returns a numerical array, which can be visualized as an image. The HASP algorithms are variations of the algorithms originally presented by Vann et al. (2018). For consistency, FASP, which is the terminology used for the short-time Fourier transform (STFT), has been implemented as part of the library to provide a similar interface to the STFT of the raw signal. Additionally, the library contains an algorithm to generate artificial signals with basic customizations such as the base frequency, sample rate, duration, number of harmonics, noise, and number of signals. Finally, the library provides multiple interactive visualizations, each of which is implemented using IPyWidgets and works in a Jupyter environment. A dashboard-style visualization is provided, which contains some common signal-processing visual components (signal, FFT, spectogram) updating in unison with the HASP functions (see Figure 1 below). Separate from the dashboard, an independent visualization is provided for each of the DASP algorithms as well as for the artifical signal generator. These visualizations are included in the library to aid in developing an intuitive understanding how the algorithms are affected by different input signals and parameter selections.

harmonics

Automated Signal Timing Plan Reconstruction Using High-Resolution Event-Based Controller Data for Digital Twins

Transportation digital twins are essential tools for evaluating emerging technologies such as connected and automated vehicles, adaptive traffic signal control, and mobility optimization strategies. Realistic digital twins require accurate emulation of real-world signal controllers and detailed signal timing plans. However, signal timing plans are often unavailable or difficult to access, forcing researchers and modelers to rely on assumed fixed timings or halt their analysis. To overcome this challenge, we present a method that directly estimates signal timing plan parameters using high-resolution, event-based data from traffic signal controllers. The proposed method extracts key parameters, including cycle length, offset, phase sequence, coordinated phases, phase-specific minimum and maximum green durations, vehicle extensions, and splits under coordination. A rule-based deterministic signal timing reconstruction algorithm based on traffic signal operation rules, such as those outlined in the Signal Timing Manual, is developed and validated. We evaluate this method, which uses high-resolution controller event logs and verified signal timing plans, on 94 signalized intersections in Nashville, Tennessee, demonstrating their ability to generate accurate, simulation-ready signal timing plans for tools such as SUMO and Vissim.

Saroj, Abhilasha [ORNL] (ORCID:0000000191178063)

Signal sequences target enzymes and structural proteins to bacterial microcompartments and are critical for microcompartment formation

ABSTRACT Spatial organization of pathway enzymes has emerged as a promising tool to address several challenges in metabolic engineering, such as flux imbalances and off-target product formation. Bacterial microcompartments (MCPs) are a spatial organization strategy used natively by many bacteria to encapsulate metabolic pathways that produce toxic, volatile intermediates. Several recent studies have focused on engineering MCPs to encapsulate heterologous pathways of interest, but how this engineering affects MCP assembly and function is poorly understood. In this study, we investigated the role of signal sequences, short domains that target proteins to the MCP core, in the assembly of 1,2-propanediol utilization (Pdu) MCPs. We characterized two novel Pdu signal sequences on the structural proteins PduM and PduB, which constitute the first report of metabolosome signal sequences on structural proteins rather than enzymes. We then explored the role of enzymatic and structural Pdu signal sequences on MCP assembly by deleting their encoding sequences from the genome alone and in combination. Deleting enzymatic signal sequences decreased the MCP formation, but this defect could be recovered in some cases by overexpressing genes encoding the knocked-out signal sequence fused to a heterologous protein. By contrast, deleting structural signal sequences caused similar defects to knocking out the genes encoding the full-length PduM and PduB proteins. Our results contribute to a growing understanding of how MCPs form and function in bacteria and provide strategies to mitigate assembly disruption when encapsulating heterologous pathways in MCPs. IMPORTANCE Spatially organizing biosynthetic pathway enzymes is a promising strategy to increase pathway throughput and yield. Bacterial microcompartments (MCPs) are proteinaceous organelles that many bacteria natively use as a spatial organization strategy to encapsulate niche metabolic pathways, providing significant metabolic benefits. Encapsulating heterologous pathways of interest in MCPs could confer these benefits to industrially relevant pathways. Here, we investigate the role of signal sequences, short domains that target proteins for encapsulation in MCPs, in the assembly of 1,2-propanediol utilization (Pdu) MCPs. We characterize two novel signal sequences on structural proteins, constituting the first Pdu signal sequences found on structural proteins rather than enzymes, and perform knockout studies to compare the impacts of enzymatic and structural signal sequences on MCP assembly. Our results demonstrate that enzymatic and structural signal sequences play critical but distinct roles in Pdu MCP assembly and provide design rules for engineering MCPs while minimizing disruption to MCP assembly.

Johnson, Elizabeth R. (ORCID:0000000179236881)

Scrambling Signal Modularity in Bottom-up Assembled Synthetic Pseudomonas Consortia Reveals Robust Information Transfer

There is immense potential in crafting synthetic microbial communities for application in human health, agriculture, the environment, and even biomanufacturing where an appropriately constructed consortium can be assembled with tremendous biosynthetic or degradative capabilities. In many of these cases, bacterial signaling serves as a form of intercellular information transfer that guides the collective’s behavior. Such communication is complex, as many signals, signal disruptors, microbial species, physical barriers, and spatiotemporal constraints may be involved. Here, in this work, we demonstrate that a multisignal pathway for molecular information transfer within a consortium of several Pseudomonas spp. can be scrambled (genetically and organizationally) while the original message is still effectively conveyed. Assembled from the bottom up, we have employed two types of signaling molecules (i) a redox active secondary metabolite (rhizospheric signal, phloroglucinol), and (ii) a bacterial quorum sensing signal (3-oxo-C12 acylhomoserine lactone, AI-1). These signals can be intraconverted and acted upon by designated community members. We show how the order in which the signals are received, transduced, and subsequently transmitted can be rearranged with minimal impact on the intended outcome. In the consortial context, we found this messaging structure can be remarkably robust. Inspired by rhizospheric molecular signaling mechanisms, this work provides a conceptual framework for designing signaling and information transfer processes within assembled communities.

Biological and medical sciences

Transcript profiling of plastid ferrochelatase two mutants reveals that chloroplast singlet oxygen signals lead to global changes in RNA profiles and are mediated by Plant U-Box 4

Abstract Background In response to environmental stresses, chloroplasts generate reactive oxygen species, including singlet oxygen ( 1 O 2 ), an excited state of oxygen that regulates chloroplast-to-nucleus (retrograde) signaling, chloroplast turnover, and programmed cell death (PCD). Yet, the central signaling mechanisms and downstream responses remain poorly understood. TheArabidopsis thaliana plastid ferrochelatase two(fc2) mutant conditionally accumulates 1 O 2 , and Plant U-Box 4 (PUB4), a cytoplasmic E3 ubiquitin ligase, is involved in propagating 1 O 2 signals for chloroplast turnover and cellular degradation. Thus, thefc2andfc2 pub4mutants are useful genetic tools to elucidate these signaling pathways. Previous studies have focused on the role of 1 O 2 in promoting cellular degradation infc2mutants, but its impact on retrograde signaling from mature chloroplasts (the major site of 1 O 2 production) is poorly understood. Results To gain mechanistic insights into 1 O 2 signaling pathways, we compared transcriptomes of adult wt,fc2, andfc2 pub4plants. The accumulation of 1 O 2 infc2plants broadly repressed genes involved in chloroplast function and photosynthesis, while inducing genes and transcription factors involved in abiotic and biotic stress, the biosynthesis of jasmonic acid (JA) and salicylic acid (SA), microautophagy, and senescence. Elevated JA and SA levels were observed in 1 O 2 -stressedfc2plants.pub4reversed most of this 1 O 2 -induced gene expression and reduced the JA content infc2plants. Thepub4mutation also blocked JA-induced senescence pathways in the dark. However, fc2 pub4 plantsmaintained constitutively elevated levels of SA even in the absence of bulk 1 O 2 accumulation. Conclusions Together, this work demonstrates that infc2plants, 1 O 2 leads to a robust retrograde signal that may protect cells by downregulating photosynthesis and ROS production while simultaneously mounting a stress response involving SA and JA. The induction of microautophagy and senescence pathways indicate that 1 O 2 -induced cellular degradation is a genetic response to this stress, and the bulk of this transcriptional response is modulated by the PUB4 protein. However, the effect ofpub4on hormone synthesis and signaling is complex and indicates that an intricate interplay of SA and JA are involved in promoting stress responses and programmed cell death during photo-oxidative damage.

Plant Sciences

Connected Traffic Signal Coordination Optimization Framework through Network-Wide Adaptive Linear Quadratic Regulator–Based Control Strategy

Traffic congestion in metropolitan areas causes several significant challenges, such as longer travel times, decreased productivity, increased fuel consumption and vehicle emissions, and even severe injuries during crashes. Traffic signal control is a management approach to reduce traffic congestion and allocate the appropriate right of way for safety and mobility efficiency, both in temporal and spatial domains. Here, this study proposes a network-wide adaptive signal control coordination optimization framework based on the linear quadratic regulator algorithm. The traffic flow conditions driven by signal control inputs are formulated based on their network-wide state-space representation. After modeling traffic control regulation constraints, an adaptive linear quadratic regulator algorithm is designed to maximize the network-wide total throughput under the current conditions. Optimal signal control split time durations for multiple intersections in the network are derived by solving the algebraic Riccati equation. Furthermore, the recursive least square parameter estimation method is employed to quantify dynamic traffic condition changes. To verify the effectiveness of this proposed signal control framework, both simulation and real-world experimental tests are conducted for multiple intersections in downtown Chattanooga, Tennessee, United States. In preparation for real-world experimental tests, pipelines for real-time data processing implementation and historical traffic flow data analysis are conducted. The test results demonstrate that the proposed control framework achieves a decrease in travel time by up to 19.4%, total time spent (TTS) by up to 11.9%, and relative queue balance (RQB) by up to 15.6%. The research findings indicate that the proposed signal control framework can be generalized to handle large scale signal control optimization network-wide.

97 MATHEMATICS AND COMPUTING

Periodicity significance testing with null-signal templates: reassessment of PTF’s SMBH binary candidates

Periodograms are widely employed for identifying periodicity in time series data, yet they often struggle to accurately quantify the statistical significance of detected periodic signals when the data complexity precludes reliable simulations. We develop a data-driven approach to address this challenge by introducing a null-signal template (NST). The NST is created by carefully randomizing the period of each cycle in the periodogram template, rendering it non-periodic. It has the same frequentist properties as a periodic signal template, and we show with simulations that the distribution of false positives is the same as with the original periodic template, regardless of the underlying data. Thus, performing a periodicity search with the NST acts as an effective simulation of the null (no-signal) hypothesis, without having to simulate the noise properties of the data. We apply the NST method to the supermassive black hole binaries (SMBHB) search in the Palomar Transient Factory (PTF), where Charisi et al. had previously proposed 33 high signal-to-noise candidates utilizing simulations to quantify their significance. Our approach reveals that these simulations do not capture the complexity of the real data. There are no statistically significant periodic signal detections above the non-periodic background. To improve the search sensitivity, we introduce a Gaussian quadrature based algorithm for the Bayes Factor with correlated noise as a test statistic. We show with simulations that this improves sensitivity to true signals by more than an order of magnitude. However, the Bayes Factor approach also results in no statistically significant detections in the PTF data.

79 ASTRONOMY AND ASTROPHYSICS

Toward Mixed Analog-Digital Quantum Signal Processing: Quantum AD/DA Conversion and the Fourier Transform

Signal processing stands as a pillar of classical computation and modern information technology, applicable to both analog and digital signals. Recently, advancements in quantum information science have suggested that quantum signal processing (QSP) can enable more powerful signal processing capabilities. However, the developments in QSP have primarily leveraged digital quantum resources, such as discrete-variable (DV) systems like qubits, rather than analog quantum resources, such as continuous-variable (CV) systems like quantum oscillators. Consequently, there remains a gap in understanding how signal processing can be performed on hybrid CV-DV quantum computers. Here we address this gap by developing a new paradigm of mixed analog-digital QSP. We demonstrate the utility of this paradigm by showcasing how it naturally enables analog-digital conversion of quantum signals—specifically, the transfer of states between DV and CV quantum systems. We then show that such quantum analog-digital conversion enables new implementations of quantum algorithms on CV-DV hardware. This is exemplified by realizing the quantum Fourier transform of a state encoded on qubits via the free-evolution of a quantum oscillator, albeit with a runtime exponential in the number of qubits due to information theoretic arguments. Collectively, this work marks a significant step forward in hybrid CV-DV quantum computation, providing a foundation for scalable analog-digital signal processing on quantum processors.

42 ENGINEERING

Small-Signal Stability of Grid-Forming Inverters Using Current-Limiting and Frequency Stabilization

This paper presents a small-signal stability analysis of grid-forming (GFM) inverters under current-limiting conditions. It examines how adjustments in virtual impedance angles, implemented through advanced current-limiting and frequency stabilization techniques, influence small-signal stability. This paper studies a GFM inverter control integrating a fictitious power technique stabilizing primary control by adding a virtual power term and a hybrid current limiter integrating virtual impedance in the anti-wind-up feedback with current reference saturation limiting. A small-signal model is developed to assess the impact of virtual impedance angles on GFM inverter dynamics during grid disturbances, such as voltage drops. The findings indicate that although increasing the virtual impedance angle (to make it more inductive) enhances large-signal stability and voltage support during faults, it can induce oscillations and lead to instability if the angle exceeds certain thresholds. Based on the small-signal models, this paper provides design considerations for the current-limiter impedances to ensure reliable GFM inverter behavior under grid disturbances while maintaining small-signal stability.

current limiting

Comprehensive defect evaluation of advanced nuclear fuels using high-resolution acoustic signals and optimized sensor separation

Graphite pebble composite structures based on TRistructural-ISOtropic (TRISO) particles are being developed as core nuclear fuels in advanced power reactors, promising safe operation at increased temperatures. Ensuring the structural integrity of these nuclear fuels requires comprehensive and accurate non-destructive evaluation (NDE) techniques to characterize defects and damage in the pebbles. However, traditional acoustic evaluation methods face limitations in defect characterization due to the highly attenuative, and geometrically and compositionally complex nature of these structures. This study proposes an improved acoustic NDE technique for accurate detection and classification of anticipated relevant defects and damage in graphite pebbles using high-resolution acoustic signals and optimized transmit-receive sensor networks. The proposed approach utilizes a triangular three-sensor network as the base unit, comprising three transmit-receive sensors. The sensor separation distance, as well as acoustic excitation center frequency, pulse-width, and bandwidth are optimized to enhance spatial resolution and improve signal-to-noise ratio, enabling effective characterization of the smallest size and widest range of defects in pebbles. Furthermore, the use of the triangular sensor configuration instead of a more conventional transmit-receive sensor pair expands the inspection region from a one-dimensional linear path to a two-dimensional area, increasing spatial coverage. To mitigate challenges associated with processing of complex acoustic signals arising from high-frequency, high-bandwidth excitation in these structures, a machine-learning-based signal processing algorithm is integrated with the sensor network. In the machine-learning-based algorithm, multi-domain features are extracted from the acoustic signals to capture intricate signal characteristics, significantly improving defect identification and classification compared to traditional approaches. The proposed acoustic NDE technique offers considerable promise for practical and reliable defect/damage diagnostics of advanced nuclear pebble fuels.

42 ENGINEERING

Improved signal stability in inductively coupled plasma–atomic emission spectrometry through use of tandem spray chambers and surfactant addition

A search for causes of intermittent mid-term (about two hours) instability in emission signals from an inductively coupled plasma led to adoption of a tandem spray-chamber arrangement and subsequently to use of a surfactant (Triton X-100) to mitigate the remaining and newly found instabilities. Through a series of investigations, abrupt signal excursions in the tandem setup were traced to droplet coagulation and drainage inside the glass tube that connected the two spray chambers. However, the signal shifts were not the result of sample-solution release directly but rather to the influence of the underlying factors on plasma behavior. Experiments tailored to the study included not only examination of temporal signal behavior but also collection of long-term videos and measurement of radiofrequency characteristics of the plasma. The addition of a surfactant, Triton X-100, for signal-stability improvement is applicable not only to systems that employ tandem spray chambers but also to conventional single Scott-type chamber arrangements. Further, use of the surfactant was unsuccessful in overcoming “acid effects”, either of the steady-state or transient nature, and did not alter plasma background or analyte signals significantly.

Inductively coupled plasma–atomic emission spectro

Axon-like active signal transmission

Any electrical signal propagating in a metallic conductor loses amplitude due to the natural resistance of the metal. Compensating for such losses presently requires repeatedly breaking the conductor and interposing amplifiers that consume and regenerate the signal. This century-old primitive severely constrains the design and performance of modern interconnect-dense chips. Here we present a fundamentally different primitive based on semi-stable edge of chaos (EOC), a long-theorized but experimentally elusive regime that underlies active (self-amplifying) transmission in biological axons. By electrically accessing the spin crossover in LaCoO 3 , we isolate semi-stable EOC, characterized by small-signal negative resistance and amplification of perturbations. In a metallic line atop a medium biased at EOC, a signal input at one end exits the other end amplified, without passing through a separate amplifying component. While superficially resembling superconductivity, active transmission offers controllably amplified time-varying small-signal propagation at normal temperature and pressure, but requires an electrically energized EOC medium. Operando thermal mapping reveals the mechanism of amplification—bias energy of the EOC medium, instead of fully dissipating as heat, is partly used to amplify signals in the metallic line, thereby enabling spatially continuous active transmission, which could transform the design and performance of complex electronic chips.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI