Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typos...
  • Loading branch information
scott-cotton committed Jan 25, 2019
1 parent 3da7050 commit c6b07e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Faithful Hilbert Transform

This repository implements the "hilbert transform" on a sound data stream in a faithful manner.
The Hilbert transform is a phase shift in the frequency domain of all frequencies by 90%.
The Hilbert transform is a phase shift in the frequency domain of all frequencies by 90 degrees.

The mechanism implemented here is a sliding window of Fourier transforms in which only the middle
part contributes to the output of the transform. This buffering/windowing, at least according
to our tests, provides much more accurate and also more efficient Hilbert transforms than say
use an approximation by convolution.
using an approximation by convolution.

Enjoy.

0 comments on commit c6b07e4

Please sign in to comment.