Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What type of window does muse js use? #39

Open
apavlo89 opened this issue Oct 13, 2020 · 1 comment
Open

What type of window does muse js use? #39

apavlo89 opened this issue Oct 13, 2020 · 1 comment

Comments

@apavlo89
Copy link

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
Copy link

nuKs commented Jan 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants