[BUG] Incorrect Exported STFT Column Name #104

Open
opened 2025-08-11 06:12:59 +00:00 by nuluh · 0 comments
nuluh commented 2025-08-11 06:12:59 +00:00 (Migrated from github.com)

Bug Description

The exported STFT data gives incorrect first column name "0" instead of "Freq_0.00" while the rest of the column gives correct column name.

Steps to Reproduce

  1. run process_stft.py

Expected Behavior

The first column name should have "Freq_" prefix followed by 2 digits float.

Actual Behavior

Error Logs


Component

Python Source Code

Version/Commit

0e28ed6dd0

Environment

No response

Additional Context

No response

### Bug Description The exported STFT data gives incorrect first column name "0" instead of "Freq_0.00" while the rest of the column gives correct column name. ### Steps to Reproduce 1. run `process_stft.py` ### Expected Behavior The first column name should have "Freq_" prefix followed by 2 digits float. ### Actual Behavior - ### Error Logs ```shell ``` ### Component Python Source Code ### Version/Commit 0e28ed6dd08812fd6ae110a46699bc5e2d23b25a ### Environment _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nuluh/thesis#104