Skip to content

matt-bellucci/ZeLiC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeLiC - A novel interpolation technique

Description

ZeLiC is an interpolation algorithm that can be used to interpolate data that has been sampled using with Lebesgue sampling. Lebesgue sampling consists of choosing a condition to sample one point of a signal. For instance, one condition could be : take one point when the signal is larger than a given threshold.

This Git contains 3 files:

  • recon_algs.py contains many algorithms that can be used for interpolation and signal reconstruction
  • recon_utils.py contains utilities that are used for the ZeLiC interpolation
  • zeli_algorithm.py contains the code for ZeLiC interpolation

Libraries needed

For the zeli_algorithm script to work correctly, the user must have:

  • numpy
  • scipy There is an import of the fastdtw library, but it can be commented out as it is not crucial for the algorithm to work.

For the recon_algs script to work correctly, the user must have:

Authors

This algorithm has been made by Matthieu Bellucci, with the help of Luis Miralles and Atif Qureshi.

About

A novel interpolation method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages