Skip to content

Commit

Permalink
doc(dsp): minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Aug 26, 2023
1 parent fa182dd commit 5bb29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ julia> y .+= 0.1 * randn(length(y))
julia> findsignal(x, y, 3; coarse=true)
(time = Float32[0.000781, 0.001538, 0.003125], amplitude = ComplexF64[...])
julia> findsignal(x, y, 3)
(time = Float32[33, 64, 129], [0.000775, 0.001545, 0.003124], amplitude = ComplexF64[...])
(time = Float32[0.000775, 0.001545, 0.003124], amplitude = ComplexF64[...])
```
"""
function findsignal(r, s, n=1; prominence=0.2, coarse=false)
Expand Down

0 comments on commit 5bb29f8

Please sign in to comment.