UCD4IDS / ContinuousWavelets.jl

wide array of continuous wavelet transforms using Julia
https://dsweber2.github.io/ContinuousWavelets.jl/dev/
Other
21 stars 7 forks source link

Fix the doc for default values #32

Closed henry2004y closed 2 years ago

henry2004y commented 2 years ago

In utils.jl, the input sampling frequency getMeanFreq is 2kHz, but in the docstring it's listed as 1kHz. This PR tries to correct the doc as well as rename δt to fsample, which hopefully makes it more consistent.

Besides, some tiny adjustment to whitespaces.