Closed sevagh closed 11 months ago
Is there a recommended way to compress the 126 + 304 dimensions into a single one? Simple concatenation? Such that I can pass around "T x F" rectangular time-frequency matrices?
https://github.com/grrrr/nsgt/blob/master/examples/spectrogram.py#L19
Is this the use of the assemble_coeffs function? Is there a corresponding possibility to disassemble?
I get the following shape from the NSGT:
In the analog to an STFT (which typically has a shape like I x F x T for chan x frequency_bins x time_frames), what are the two frequency dimensions of the NSGT_sliced?
Are the 126 frequency bins interpolated or duplicated to create a bigger vector of 304 values?