From 39e4dc67bf82ce8754587c22563abd4e9942ba03 Mon Sep 17 00:00:00 2001 From: "Rifqi D. Panuluh" <69516665+nuluh@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:25:37 +0000 Subject: [PATCH] feat(latex): add new book reference for discrete-time signal processing and clarify mathematical definition with citation --- latex/bibliography.bib | 14 ++++++++++++++ .../theoritical_foundation/stft.tex | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/latex/bibliography.bib b/latex/bibliography.bib index 8d74e4a..c6b93e1 100644 --- a/latex/bibliography.bib +++ b/latex/bibliography.bib @@ -827,6 +827,20 @@ file = {C\:\\Users\\damar\\Zotero\\storage\\6XITVIKY\\toh2020.pdf.pdf;C\:\\Users\\damar\\Zotero\\storage\\9L9KXB7V\\Toh and Park - 2020 - Review of Vibration-Based Structural Health Monito.pdf} } +@book{oppenheim2010, + title = {Discrete-Time Signal Processing}, + editor = {Oppenheim, Alan V. and Schafer, Ronald W.}, + date = {2010}, + series = {Prentice {{Hall}} Signal Processing Series}, + edition = {3. ed}, + publisher = {Pearson}, + location = {Upper Saddle River Munich}, + isbn = {978-0-13-198842-2}, + langid = {english}, + pagetotal = {1108} +} + + @article{vos2022, title = {Vibration-Based Anomaly Detection Using {{LSTM}}/{{SVM}} Approaches}, author = {Vos, Kilian and Peng, Zhongxiao and Jenkins, Christopher and Shahriar, Md Rifat and Borghesani, Pietro and Wang, Wenyi}, diff --git a/latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex b/latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex index bbbc86e..e01a665 100644 --- a/latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex +++ b/latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex @@ -4,7 +4,7 @@ Short-Time Fourier Transform (STFT) adalah teknik fundamental untuk menganalisis sinyal non-stasioner dengan menyediakan representasi waktu-frekuensi yang simultan. Berbeda dengan transformasi Fourier konvensional yang hanya memberikan informasi domain frekuensi global, STFT menerapkan transformasi Fourier pada segmen-segmen sinyal pendek yang bertumpang tindih. -Secara matematis, STFT dari sinyal diskrit $x[n]$ didefinisikan sebagai: +Secara matematis, STFT dari sinyal diskrit $x[n]$ didefinisikan \textcite{oppenheim2010} sebagai: \begin{equation} X(m, \omega) = \sum_{n=-\infty}^{\infty} x[n] \cdot w[n - m] \cdot e^{-j \omega n} \end{equation}