0.0.2 • Published 3 years ago

hilbert_transform v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hilbert-transform

NPM version build status Test coverage npm download

transform.

Installation

$ npm i hilbert_transform

Usage

import { hilbertTransform } from 'hilbert_transform';

const cos = new Array(5).fill(0).map((_, i) => Math.cos(i));
const result = hilbertTransform(cos);

// [0.015, 0.966, 1.058, 0.333, -0.367];

License

MIT

0.0.1

3 years ago

0.0.2

3 years ago

0.0.0

3 years ago