Windowing functions in Meyda

node v8.17.0
version: 1.0.0
endpointsharetweet
var Meyda = require("meyda/dist/node/windowing.js")
Odd Length Blackman Window
await Array.prototype.slice.call(Meyda.blackman(31))
Even Length Blackman Window
await Array.prototype.slice.call(Meyda.blackman(32))
Odd Length Hamming Window
await Array.prototype.slice.call(Meyda.hamming(31))
Even Length Hamming Window
await Array.prototype.slice.call(Meyda.hamming(32))
Odd Length Hanning Window
await Array.prototype.slice.call(Meyda.hanning(31))
Even Length Hanning Window
await Array.prototype.slice.call(Meyda.hanning(32))
Odd Length Sine Window
await Array.prototype.slice.call(Meyda.sine(31))
Even Length Sine Window
await Array.prototype.slice.call(Meyda.sine(32))
Loading…

no comments

    sign in to comment