[BUG] Incorrect Exported STFT Column Name #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
process_stft.pyExpected Behavior
The first column name should have "Freq_" prefix followed by 2 digits float.
Actual Behavior
Error Logs
Component
Python Source Code
Version/Commit
0e28ed6dd0Environment
No response
Additional Context
No response