Skip to content

Commit 786a6c7

Browse files
author
Mioriarty
committed
fix variable naming
1 parent c03ff59 commit 786a6c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paper/paper.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
$$
202202
is computed and compared against the expected phase advance for that bin based on the window stride. This allows the true instantaneous frequency to be estimated:
203203
$$
204-
\omega_m[k] = \frac{2 \pi k}{W} + \frac{\Delta \varphi_m[k] - 2 \pi k R / W}{R},
204+
\omega_m[k] = \frac{2 \pi k}{L} + \frac{\Delta \varphi_m[k] - 2 \pi k R / L}{R},
205205
$$
206-
which represents the actual frequency content rather than the discrete bin location.
206+
which represents the actual frequency content rather than the discrete bin location. Here $R$ and $L $ are the window stride and length, respectively.
207207

208208
By scaling these instantaneous frequencies instead of naïvely moving bins, the algorithm preserves temporal continuity. The scaled magnitudes are then reassigned to the corresponding bins in the synthesis frame, the phases are updated accordingly, and the inverse DFT reconstructs the time-domain signal.
209209

0 commit comments

Comments
 (0)