jakobmoss / tsa

Software for Time Series Analysis
MIT License
0 stars 0 forks source link

Window function #28

Closed jakobmoss closed 8 years ago

jakobmoss commented 8 years ago

Function to calculate the window function. Should be a stand-alone function (own file) to make it callable from different modules (especially for band-pass!).

Two possible interfaces for just calculating window of a given data set (remember weights!):

I think the latter is the best option (since all the interface is already set-up), even though it will branch the main-fuction in two? Maybe make a sub-main function for the window calculation?