Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.
/ LagrangeFilter.jl Public archive

Transform data to Lagrangian frame of reference (and back) for filtering, efficiently!

License

Notifications You must be signed in to change notification settings

angus-g/LagrangeFilter.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LagrangeFilter.jl

Transform data to Lagrangian frame of reference (and back) for filtering, efficiently!

Algorithm

  1. Seed domain with particles, in time and space
  2. Advect particles forward and backward in time to cover the full integration period
  3. Collect properties of interest along particle paths
  4. Convert each particle path to frequency domain and filter
  5. Invert Fourier transform back to temporal domain
  6. Interpolate back onto the original grid

Installation

To install as a development package

julia> import Pkg
julia> Pkg.develop("https://github.com/angus-g/LagrangeFilter.jl.git")

About

Transform data to Lagrangian frame of reference (and back) for filtering, efficiently!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages