GLS
GLS copied to clipboard
matlab: suggests for enhancements
A number of suggestions to enhance the matlab version. Most of them are inspired by the python version.
- [ ] include an example (evt. with a plot)
- [x] rename
glsper_4github
togls
- [ ] automatic creation of the frequency grid (
fmin
,fmax
,ofac
keywords) - [ ] unify the if/else branch (setting
w=1
) - [ ]
mean
could be replaced bydot
(requires 1d vectors) - [ ]
fast
option for trigonometric recurrences - [x] center the times
t
withtmin
- [ ] remove
coswt_tau
Closed accidentially.