tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Tutorial covering Open Source tools for Source Separation.

Results 20 tutorial issues
Sort by recently updated
recently updated
newest added

**What Section?** [SDR, SIR, and SAR](https://source-separation.github.io/tutorial/basics/evaluation.html#sdr-sir-and-sar) **What does the website say?** where $s_{target}$ is the true source, and $e_{interf}$, $e_{noise}$ and $e_{artif}$ are error terms for interference, noise, and added...

**What Section?** [Short-time Fourier Transform (STFT)](https://source-separation.github.io/tutorial/basics/representations.html#stft-process) **What does the website say?** "Fig. 9 The process of computing a short-time Fourier transform of a waveform. **Imaged** used courtesy of Bryan Pardo."...

**What Section?** [Time-Frequency (TF) Representations](https://source-separation.github.io/tutorial/basics/representations.html#time-frequency-tf-representations) **What does the website say?** "Fig. 8 A time-frequency representation. One dimension is indexed by time, another is **index** by frequency, and values in the...

In sentence: "... many common and useful algorithms in this space, it is hard to **_imaging_** the field without it. ..." "It is hard to **_imagine_**..." is correct.

Improvement recommendation: For `print_metrics` (and elsewhere), recommend using `np.median()` instead of `np.mean()` to align with SiSEC2018.

hi all! i have a short question. the "original" definition of SNR from 2006 (by E. Vincent) - https://hal.inria.fr/inria-00544230/document - is about ||s_target + e_inferf|| / ||e_noise||. but your book...

question

In Fig.26, the description words, "Convolution with 2D input with a 5x5 kernel and padding of 1.", may has an error? The '5x5' kernel should be 3x3 kernel?

ISR definitions/explanations are missing from this page. Emannuel Vincent's definitions on this page are helpful: https://www.irisa.fr/metiss/SASSEC07/?show=criteria

According to the foundational paper, Performance Measurement in Blind Audio Source Separation, SAR should be defined as sources-to-artifact ratio, not source to artifact ratio.

Small typo: "but overlap with on another." Should say "one another" Perhaps the language could be clarified a bit to indicate whether you mean each window will have some overlap...