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

Why padding is applied before passing into STFT #601

Open
SI-Abid opened this issue May 26, 2024 · 0 comments
Open

Why padding is applied before passing into STFT #601

SI-Abid opened this issue May 26, 2024 · 0 comments

Comments

@SI-Abid
Copy link

SI-Abid commented May 26, 2024

Why in this method,

def _spec(self, x):
a specific amount of padding applied on the signal waveform? The padding used on both sides is not equal.

For the following params,
signal_length = 160000 n_fft = 4096 hop_len = 1024

the padding is (1536, 2304)

I found no proper documentation on this anywhere in the code or paper.

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

1 participant