Feed More Data (STFT) #24
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?
Issue
Current approach processes only the
TEST1data for each damage case, resulting in STFT files likestft_data1_1.csvcontaining data solely fromD1_TEST01_01.csv. This excludes data fromTEST2toTEST5, preventing comprehensive analysis across all test runs.Solution Overview
To achieve the goal, I need to:
Iterate Over All Test Runs:
TEST1toTEST5).Perform STFT on Each Test Run:
Aggregate STFT Results:
Export Aggregated STFT Data: