We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dadc19 commit c4af258Copy full SHA for c4af258
2 files changed
smstools/models/dftModel.py
@@ -5,8 +5,10 @@
5
# - `dftSynth`: synthesis of a time-domain frame from magnitude/phase
6
# - `dftModel`: convenience analysis+synthesis round-trip for one frame
7
8
+
9
import numpy as np
10
from scipy.fft import irfft, rfft
11
12
from smstools.models import utilFunctions as UF
13
14
tol: float = 1e-14 # threshold used to compute phase
smstools/models/stft.py
@@ -5,7 +5,9 @@
# - `stftSynth`: overlap-add synthesis from STFT spectra
# - `stft`: convenience analysis+synthesis round-trip
from smstools.models import dftModel as DFT
0 commit comments