diff --git a/README.md b/README.md index 68cf35b..5e81af5 100644 --- a/README.md +++ b/README.md @@ -1,184 +1,4 @@ # window-functions -[![Build Status](https://travis-ci.org/scijs/window-functions.svg?branch=master)](https://travis-ci.org/scijs/window-functions) [![npm version](https://badge.fury.io/js/window-functions.svg)](http://badge.fury.io/js/window-functions) [![Dependency Status](https://david-dm.org/scijs/window-functions.svg)](https://david-dm.org/scijs/window-functions) +This module has been renamed [scijs-window-functions](https://www.npmjs.com/package/scijs-window-functions). Please go there instead. -Window functions for digital signal processing - -# Introduction - -Among other uses, [window functions](http://en.wikipedia.org/wiki/Window_function) help control [spectral leakage](http://en.wikipedia.org/wiki/Spectral_leakage) when doing Fourier Analysis. This collection of window functions is copied directly from Wikipedia. Caveat emptor. - -# Example - -An example of applying a Hamming window to a signal array: - -```javascript -var wfunc = require('window-functions'), - i, N = signal.length; - -for(i=0; i