Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fpreiswerk authored Oct 3, 2018
1 parent 22c01df commit 8eea57a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Hilbert.jl

.. image:: https://travis-ci.com/fpreiswerk/Hilbert.jl.svg?branch=master
:target: https://travis-ci.com/fpreiswerk/Hilbert.jl

.. image:: https://travis-ci.com/fpreiswerk/Hilbert.jl.svg?branch=v1.0
:target: https://travis-ci.com/fpreiswerk/Hilbert.jl

Compute the Hilbert transform of a signal in Julia.

```julia
Expand All @@ -12,4 +18,4 @@ julia> signal = [1 2 3 4]
julia> hilbert(signal)
1×4 Array{Complex{Float64},2}:
1.0+1.0im 2.0-1.0im 3.0-1.0im 4.0+1.0im
```
```

0 comments on commit 8eea57a

Please sign in to comment.