nuluh
e347b63e6e
fix(src): update damage base path and adjust STFT processing parameters
2025-10-16 12:32:22 +07:00
nuluh
9f23d82fab
fix(src): correct file writing method in process.stft.process_damage_case function to fix incorrect first column name
...
Closes #104
2025-08-11 13:17:46 +07:00
nuluh
a8288b1426
refactor(src): enhance compute_stft function with type hints, improved documentation by moving column renaming process from process_damage_case to compute_stft
2025-08-11 13:15:48 +07:00
nuluh
860542f3f9
refactor(src): restructure compute_stft function to be pure function and include return parameters and improve clarity
2025-08-10 20:02:45 +07:00
nuluh
5ba628b678
refactor(src): make compute_stft and process_damage_case to be pure function that explicitly need STFT arguments to be passed
2025-07-01 14:32:52 +07:00
nuluh
d6975b4817
feat(src): update damage base path and adjust test run logic for damage case processing for undamage case new method
2025-06-27 10:33:54 +07:00
nuluh
a7d8f1ef56
fix(data): Fix pool mapping to include undamaged case and add csv header separator line for Excel compatibility
2025-06-18 08:25:01 +07:00
nuluh
2decff0cfb
Closes #24
...
feat(stft): Implement STFT processing for vibration data with multiprocessing support to include all the data for training process instead of just using `TEST1` only
2024-12-13 16:29:08 +07:00