JulienKluge / AllanDeviations.jl

Julia package for providing frequency-stability test functions. Implemented so far in overlapping as well as consecutive form for phase or frequency datasets are: allan deviation, modified allan deviation, hadamard deviation and time deviation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can the `rate` variable be an Int instead of just AbstractFloat?

gabriellnuness opened this issue · comments

Well, as stated in the title of the issue, can the rate input variable be 100 instead of 100.0?
At the first glance, there is no multiple dispatch dependence in the rate variable, so maybe it could be expanded to a number type or remove the type dependency at all.

I know it is a simple detail, but this one thing has been in my mind for a while.