Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
wsc1 committed Jan 25, 2019
1 parent 29efcd9 commit cb2c969
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +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 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.

Enjoy.

0 comments on commit cb2c969

Please sign in to comment.