0.0.2 • Published 2 years ago

hilbert_transform v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.2

2 years ago

0.0.0

2 years ago