Skip to content

Commit 0560072

Browse files
committed
Doc/Phase spectrum: add unit (degree) and function reference (numpy.angle)
Fix #173
1 parent db28d5b commit 0560072

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
66

77
🛠️ Bug fixes:
88

9+
* Fixed [Issue #173](https://github.com/DataLab-Platform/DataLab/issues/173) - Phase spectrum: add unit (degree) and function reference (`numpy.angle`) to the documentation
910
* Fixed [Issue #177](https://github.com/DataLab-Platform/DataLab/issues/177) - "Open from directory" feature: unexpected group name (a group named "." is created instead of the root folder name)
1011
* Fixed [Issue #169](https://github.com/DataLab-Platform/DataLab/issues/169) - Signal / Fourier analysis: magnitude spectrum feature does not work as expected with logarithmic scale enabled
1112
* Fixed [Issue #168](https://github.com/DataLab-Platform/DataLab/issues/168) - Average profile visualization: empty profile is displayed when the target rectangular area is outside the image area (this has been fixed upstream, in PlotPy v2.7.4, and so requires the latest version of PlotPy)

doc/features/signal/menu_processing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following functions are available:
152152
- Optionnal: use logarithmic scale (dB)
153153
- :math:`y_{1} = |FFT(y_{0})|` or :math:`20.log_{10}(|FFT(y_{0})|)` (dB)
154154
* - Phase spectrum
155-
-
155+
- Phase of the FFT expressed in degrees, using `numpy.angle <https://docs.scipy.org/doc/numpy/reference/generated/numpy.angle.html>`_ function
156156
- :math:`y_{1} = \angle FFT(y_{0})`
157157
* - Power spectral density (PSD)
158158
- Optionnal: use logarithmic scale (dB). PSD is estimated using Welch's method

doc/locale/fr/LC_MESSAGES/contributing/changelog.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-04-25 19:20+0200\n"
10+
"POT-Creation-Date: 2025-04-25 19:24+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -30,6 +30,9 @@ msgstr "DataLab Version 0.19.2"
3030
msgid "🛠️ Bug fixes:"
3131
msgstr "🛠️ Corrections de bugs :"
3232

33+
msgid "Fixed [Issue #173](https://github.com/DataLab-Platform/DataLab/issues/173) - Phase spectrum: add unit (degree) and function reference (`numpy.angle`) to the documentation"
34+
msgstr "Correction de l'[Issue #173](https://github.com/DataLab-Platform/DataLab/issues/173) - Spectre de phase : ajouter l'unité (degré) et la référence de fonction (`numpy.angle`) à la documentation"
35+
3336
msgid "Fixed [Issue #177](https://github.com/DataLab-Platform/DataLab/issues/177) - \"Open from directory\" feature: unexpected group name (a group named \".\" is created instead of the root folder name)"
3437
msgstr "Correction de l'[Issue #177](https://github.com/DataLab-Platform/DataLab/issues/177) - Fonctionnalité \"Ouvrir depuis le répertoire\" : nom de groupe inattendu (un groupe nommé \".\" est créé au lieu du nom du dossier racine)"
3538

doc/locale/fr/LC_MESSAGES/features/signal/menu_processing.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-20 16:17+0100\n"
11+
"POT-Creation-Date: 2025-04-25 19:24+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -229,6 +229,9 @@ msgstr ":math:`y_{1} = |FFT(y_{0})|` ou :math:`20.log_{10}(|FFT(y_{0})|)` (dB)"
229229
msgid "Phase spectrum"
230230
msgstr "Spectre de phase"
231231

232+
msgid "Phase of the FFT expressed in degrees, using `numpy.angle <https://docs.scipy.org/doc/numpy/reference/generated/numpy.angle.html>`_ function"
233+
msgstr "Phase de la FFT exprimée en degrés, utilisant la fonction `numpy.angle <https://docs.scipy.org/doc/numpy/reference/generated/numpy.angle.html>`_"
234+
232235
#, python-brace-format
233236
msgid ":math:`y_{1} = \\angle FFT(y_{0})`"
234237
msgstr ""

0 commit comments

Comments
 (0)