Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed May 14, 2015
1 parent 97b8988 commit da759f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var wfuncs = require('scijs-window-functions')
wfuncs.window( signal, wfuncs.gaussian, 0.4 )
```

#### `generate( windowFunction, N )`
#### `generate( windowFunction, N [, parameters] )`

Generate creates a new `Array` with length `N` in which it evaluates the window function. It returns the newly-created array.

Expand Down

0 comments on commit da759f2

Please sign in to comment.