hilbert_transform
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hilbert_transform

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

11 kB

Total Files

12

Last publish

Collaborators

  • josoriom