f38d44df1d
fix(latex): add dummy introductory chapter and sections for doing unittest of new implemented page number and chapter numbering
nuluh
2025-05-11 13:00:53 +07:00
5c70d7db51
fix(latex): ensure fancyplain page style preset is applied before content inclusion so it use top right number for non-first-page chapter
nuluh
2025-05-11 12:54:55 +07:00
5e08d4f8c6
fix(latex): remove custom table of contents command since it doesnt give any effects when directly \renewcommand without through packages
nuluh
2025-05-11 11:21:50 +07:00
907f725fa7
fix(latex): remove redundant command for chapter dot separation in TOC
nuluh
2025-05-11 11:13:20 +07:00
676b2b1a87
fix(latex): remove accidental prefix 'chapter' string in TOC and fix the section numbering to keep using chapter's counter in arabic instead of inherited in roman
nuluh
2025-05-11 11:12:50 +07:00
e0fbc23257
fix(latex): ensure TOC and references respect custom numbering by redefining \thechapter to preserve the roman in TOC
nuluh
2025-05-11 11:09:24 +07:00
39f966e71b
chore(latex): clarify comment for TOC title styling in thesis class
nuluh
2025-05-11 10:56:32 +07:00
740680d1c7
fix(latex): fix \contentsname to keep the title centered by adding dummy second \hfill in the \cftaftertoctitle when using \fancypagestyle or other fancyhdr effects
nuluh
2025-05-11 10:45:42 +07:00
2db5170366
fix(latex): correct chapter dot leaders and page font in table of contents to be all normalfont for all level instead of bfseries
nuluh
2025-05-11 10:41:40 +07:00
f83b890055
fix(latex): add tocbibind package to include toc itself in the toc and give dot leaders to it.
nuluh
2025-05-11 10:23:30 +07:00
7820dd580a
feat(latex): add endorsement page with committee approval details and department head information
nuluh
2025-05-11 08:37:19 +07:00
6c0fb67b86
refactor(latex): refactor metadata commands for thesis information and load from external file to implement reusability
nuluh
2025-05-11 01:08:49 +07:00
792ed64027
fix(latex): adjust section number width in table of contents for best desired looks
nuluh
2025-05-11 00:48:57 +07:00
c57a916a1a
fixlatex): fix chapter formatting and spacing in thesis class to be aligned at before chapter number and restyle \chapter to be centered and use hardcoded prefix "BAB" following with roman numbering
nuluh
2025-05-10 18:50:41 +07:00
ca668ffc5f
feat(latex): add endorsement and originality statements to the document
nuluh
2025-05-10 17:39:36 +07:00
8d09adefd4
fix(latex): rename endorsement page command to avoid core LaTeX primitive for ending environments.
56-bug-endorsementpage-error
nuluh
2025-05-10 17:36:15 +07:00
8a166e8b11
fix(.gitignore): add rule to ignore egg-info directories and ensure proper formatting
nuluh
2025-04-24 10:21:28 +07:00
eb62c7e614
feat(notebook): Update variable names for clarity, remove unused imports, and streamline data processing. Implement data concatenation using pandas concat for efficiency. Add validation steps for Dataset B and improve model training consistency across sensors.
nuluh
2025-04-24 10:21:07 +07:00
cba4a00cd8
feat(src): implement working function for dataset B to create ready data from STFT files stft_files and add setup.py for package configuration
nuluh
2025-04-24 09:32:22 +07:00
90a5a76609
wip: add function to create stratified train-test split from STFT data
nuluh
2025-04-23 12:48:15 +07:00
c8509aa728
fix(notebooks): fix out of index stft plotting iteration
nuluh
2025-04-22 10:55:34 +07:00
db2947abdf
fix(data): fix the incorrect output of scipy.stft() data to be pandas.DataFrame shaped (513,513) along with its frequencies as the index and times as the columns (transposed) instead of just the magnitude that being flattened out; add checks for empty data and correct file paths for sensor data loading.
43-bug-stft-csv-export-has-incorrect-shape-and-column-format
nuluh
2025-04-20 14:45:38 +07:00
36b36c41ba
feat(data): add export_to_csv method for saving processed data into individuals sensor end and update test script
nuluh
2025-04-17 10:10:19 +07:00
28681017ad
Merge pull request #39 from nuluh/feature/38-feat-redesign-convertpy
Rifqi D. Panuluh
2025-03-22 19:57:20 +07:00
ff64f3a3ab
refactor(data): update type annotations for damage files index and related classes. Need better implementation
feature/38-feat-redesign-convertpy
nuluh
2025-03-22 19:48:50 +07:00
58a316d9c8
feat(data): implement damage files index generation and data processing
nuluh
2025-03-21 15:58:50 +07:00
832b6c49db
feat(notebook): Implement STFT with Hann windowing. Closes#22
nuluh
2024-10-21 19:00:32 +07:00
9618714d3c
feat: Prepare all damage cases vibration record data to be merged inside two variables "signal_sensor1" and "signal_sensor2". Closes#23
nuluh
2024-10-19 15:32:05 +07:00
b229967e05
Update README.md
Rifqi D. Panuluh
2024-09-09 23:14:01 +07:00
f41edaaa91
Update README.md
Rifqi D. Panuluh
2024-09-09 23:13:03 +07:00
758255a24e
feat(notebooks): Implement Time-domain feature extraction with real data from QUGS
nuluh
2024-09-03 12:52:40 +07:00
ff5578652f
fix(script): Fix bugs taking incorrect column by changing columns and sensor_end_map index number to take the loop of enumeration.
nuluh
2024-09-03 12:08:53 +07:00
adde35ed7e
feat(notebook): Normalize the data by calculating the relative value between two sensors. Along with it, MinMaxScaler and StandardScaler are applied and visualize with Seaborn's Pair Plot.
nuluh
2024-09-01 14:50:04 +07:00
b2684c23f6
feat(script): Add zero-padding to CSV filenames to include sensors number
nuluh
2024-08-27 10:11:39 +07:00
57c0e03a4f
docs(script): Update time-domain feature extraction to skip header row separator char info
nuluh
2024-08-20 11:31:24 +07:00
8ab934fe1c
feat(features): refactor feature extraction to handle multiple files and directories
nuluh
2024-08-20 11:27:02 +07:00
55db5709a9
refactor(script): Add time-domain feature extraction functionality called ExtractTimeFeatures function returning features in {dictionary} that later called in build_features.py. This function will be called for each individual .csv. Each returning value later appended in build_features.py.
nuluh
2024-08-19 13:20:14 +07:00
3860f2cc5b
fix(docs): The readme.md should belong to raw data since the script is intended to simulate raw data that coming from accelerometer sensors instead of processed data that should be generated by simulating frequency domain data instead.
feature/csv-padding-naming
nuluh
2024-08-18 10:34:22 +07:00
553140fe3c
feat(script): add zero-padding to CSV filenames and change the output generated csv as raw data in raw folder
nuluh
2024-08-17 19:51:42 +07:00