Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant