Skip to content

Ejdrup/modwtpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

modwtpy

Forked from main and rewritten loop to list compr. for speed by Aske Ejdrup, 2022.

modwt in python

find the detail from the matlab Documentation: http://www.mathworks.com/help/wavelet/ref/modwt.html, http://www.mathworks.com/help/wavelet/ref/modwtmra.html,

and the wavelet is imported from pywt: http://www.pybytes.com/pywavelets/ref/wavelets.html

##Example:

from modwt import modwt, modwtmra
import pandas as pd


gdpdata = pd.DataFrame.from_csv('GDPcomponents.csv')
wt = modwt(gdpdata['govtexp'], 'db2', 5)
wtmra = modwtmra(wt, 'db2')

About

modwt in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%