Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Upsampling01:22

Upsampling

670
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
670
Column Efficiency: Rate Theory01:12

Column Efficiency: Rate Theory

1.1K
The rate theory of chromatography provides quantitative insight into the shapes and widths of elution bands. These bands are based on the random-walk mechanism governing molecular migration within a column. The Gaussian profile of chromatographic bands arises from the cumulative effect of random molecular motions as they progress through the column.
During elution, a solute molecule experiences numerous transitions between stationary and mobile phases, exhibiting irregular residence times in...
1.1K
Fast Fourier Transform01:10

Fast Fourier Transform

1.0K
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
1.0K
Aliasing01:18

Aliasing

717
Accurate signal sampling and reconstruction are crucial in various signal-processing applications. A time-domain signal's spectrum can be revealed using its Fourier transform. When this signal is sampled at a specific frequency, it results in multiple scaled replicas of the original spectrum in the frequency domain. The spacing of these replicas is determined by the sampling frequency.
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
717

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Development and validation of a simplified dynamic nomogram for preoperative prediction of microvascular invasion in hepatocellular carcinoma.

European journal of gastroenterology & hepatology·2026
Same author

Can surrogate safety measures explain crash patterns at signalized intersections? evidence from network-wide connected-vehicle data using negative binomial, random forest, and diffusion GNN models.

Journal of safety research·2026
Same author

Bisphenol A exacerbates diabetic foot ulcers through disruption of immune microenvironment and repair processes: a multi-omics analysis of environmental exposure mechanisms.

Drug and chemical toxicology·2026
Same author

The effect of multi-disciplinary treatment on surgical outcomes and kinematic gait patterns in patients undergoing primary unilateral knee unicompartmental arthroplasty: a retrospective cohort study.

Frontiers in nutrition·2026
Same author

Case Report: Report of 2 cases of periprosthetic joint infection caused by Brucella after joint replacement and literature review.

Frontiers in surgery·2026
Same author

Staged antibiotic-loaded cement-based reconstruction versus flap-based reconstruction for complex diabetic foot defects in patients with osteoporosis: a retrospective cohort study.

Frontiers in surgery·2026
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Feb 28, 2026

Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering
09:43

Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering

Published on: November 22, 2019

6.8K

Efficient Management of High-Frequency Sensor Data Streams Using a Read-Optimized Learned Index.

Hu Luo1, Jiabao Wen1, Desheng Chen1

  • 1School of Electrical Automation and Information Engineering, Tianjin University, Tianjin 300072, China.

Sensors (Basel, Switzerland)
|February 27, 2026
PubMed
Summary
This summary is machine-generated.

DyGLIN optimizes spatial indexing for IoT sensor data, significantly reducing query latency and improving update throughput. This dynamic, learned index enhances performance in high-frequency data streams.

Keywords:
IoTlearned indexsensor data streamsspatial indexingthroughput

More Related Videos

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit
05:30

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit

Published on: September 8, 2023

1.2K
A Silicon-tipped Fiber-optic Sensing Platform with High Resolution and Fast Response
09:03

A Silicon-tipped Fiber-optic Sensing Platform with High Resolution and Fast Response

Published on: January 7, 2019

7.7K

Related Experiment Videos

Last Updated: Feb 28, 2026

Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering
09:43

Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering

Published on: November 22, 2019

6.8K
Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit
05:30

Large Scale Energy Efficient Sensor Network Routing Using a Quantum Processor Unit

Published on: September 8, 2023

1.2K
A Silicon-tipped Fiber-optic Sensing Platform with High Resolution and Fast Response
09:03

A Silicon-tipped Fiber-optic Sensing Platform with High Resolution and Fast Response

Published on: January 7, 2019

7.7K

Area of Science:

  • Computer Science
  • Data Management
  • Database Systems

Background:

  • The Internet of Things (IoT) and Digital Twins generate vast amounts of sensor data, demanding efficient spatial indexing.
  • Traditional spatial indexes (e.g., R-trees) have high storage overhead.
  • Learned indexes like GLIN face a 'Refinement Bottleneck' due to coarse Minimum Bounding Rectangle (MBR) filtering and struggle with dynamic workloads.

Purpose of the Study:

  • To develop a dynamic, read-optimized learned spatial index for high-frequency sensor streams.
  • To address the limitations of existing spatial indexes in handling concurrent reads and writes in dynamic IoT environments.
  • To improve both query accuracy and update throughput.

Main Methods:

  • Proposed DyGLIN (Dynamic Generate Learning-Based Index) with a decoupled leaf architecture for separate query processing and data maintenance.
  • Implemented a hierarchical filtering pipeline using hierarchical MBRs (HMBR) and Cuckoo Filters for aggressive false positive pruning.
  • Utilized a Delta Buffer mechanism for amortizing update costs and logical deletion for high throughput.

Main Results:

  • DyGLIN reduced query latency by 26.4% compared to GLIN.
  • Achieved 30.0% higher insertion throughput than existing methods.
  • Demonstrated superior deletion performance with only an 18.5% increase in memory overhead.

Conclusions:

  • DyGLIN offers a significant performance improvement for spatial indexing in dynamic IoT environments.
  • The proposed architecture and filtering mechanisms effectively overcome the limitations of previous learned indexes.
  • DyGLIN provides a robust solution for high-frequency sensor data streams, balancing query performance and update efficiency.