urish/muse-js

What type of window does muse js use?

apavlo89 opened this issue · 1 comments

What type of window does muse js use?

For example there are these windows

Window types:

boxcar

triang

blackman

hamming

hann

bartlett

flattop

parzen

bohman

blackmanharris

nuttall

barthann

kaiser (needs beta)

gaussian (needs standard deviation)

general_gaussian (needs power, width)

slepian (needs width)

dpss (needs normalized half-bandwidth)

chebwin (needs attenuation)

exponential (needs decay scale)

tukey (needs taper fraction)

nuKs commented

I think muse-js uses no window, as these windows are typically used for realtime processing (ie. to reduce windowing's bordering effects induced by applying fourrier transform to chunks / in real time) and muse-js does not do any form of additional processing.