muse-js icon indicating copy to clipboard operation
muse-js copied to clipboard

What type of window does muse js use?

Open apavlo89 opened this issue 5 years ago • 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)

apavlo89 avatar Oct 13 '20 09:10 apavlo89

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.

nuKs avatar Jan 22 '24 21:01 nuKs