Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b986b32
Initial plan
Copilot Aug 23, 2025
b24a177
Fix all README formatting issues - typos, HTML, and markdown
Copilot Aug 23, 2025
93db68b
Merge pull request #1 from VimsRocz/copilot/fix-6cc85386-de11-4c9d-a6…
VimsRocz Aug 23, 2025
1bed4b2
Initial plan
Copilot Aug 24, 2025
acfe33c
Complete vibration detection project implementation with MATLAB guide…
Copilot Aug 24, 2025
52512e1
Add sample outputs and project completion summary
Copilot Aug 24, 2025
4313378
Merge pull request #2 from VimsRocz/copilot/fix-59bbb9fd-c8c1-46e9-a8…
VimsRocz Aug 24, 2025
d1676a7
Initial plan
Copilot Oct 31, 2025
9902609
Add MIT license and restructure repository to contain only solution f…
Copilot Oct 31, 2025
dfae192
Add comprehensive RESULTS.md with detailed performance analysis and v…
Copilot Oct 31, 2025
eb63464
Merge pull request #3 from VimsRocz/copilot/update-license-and-restru…
VimsRocz Oct 31, 2025
11571f4
Initial plan
Copilot Oct 31, 2025
78a148d
Merge pull request #4 from VimsRocz/copilot/add-license-and-clean-repo
VimsRocz Oct 31, 2025
d34c8e4
Update print statement from 'Hello' to 'Goodbye'
VimsRocz Nov 4, 2025
3ada82f
Add files via upload
VimsRocz Nov 4, 2025
886d8b5
Update RESULTS.md
VimsRocz Nov 4, 2025
391bd0b
Add plot for Vibration Detection & Compensation
VimsRocz Nov 4, 2025
75937c7
Initial plan
Copilot Nov 4, 2025
a81f958
Update Part 2 plot references in RESULTS.md
Copilot Nov 4, 2025
73d18d1
Merge pull request #6 from VimsRocz/copilot/update-part-2-plot
VimsRocz Nov 4, 2025
cb1a74a
Rename Vibration Detection & Compensation.png to VibrationDetection C…
VimsRocz Nov 4, 2025
c2f7fa6
Rename VibrationCompensation.png to VibrationDetectionCompensation.png
VimsRocz Nov 4, 2025
35080dc
Fix image link for Vibration Detection plot
VimsRocz Nov 4, 2025
8bb9587
Rename VibrationDetectionCompensation.png to Vibration Detection
VimsRocz Nov 4, 2025
b66b094
Rename VibrationDetection Compensation.png to VibrationDetectionCompe…
VimsRocz Nov 4, 2025
5d0689d
Add files via upload
VimsRocz Nov 4, 2025
6ddd30b
Rename VibrationDetectionCompensation.png to Part 2
VimsRocz Nov 4, 2025
947b811
Fix image link for Vibration Compensation Overview
VimsRocz Nov 4, 2025
a12ce93
Rename VibrationDetectionCompensation.png.png to VibrationDetectionCo…
VimsRocz Nov 4, 2025
1008118
Add section for detection performance in RESULTS.md
VimsRocz Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# MATLAB Generated Files
*.mat
*.asv
*.autosave
*.mexw64
*.mexw32
*.mexa64
*.mexmaci64
*.mex
*.slxc
slprj/

# MATLAB Profiler and Coverage
profile_results/
coverage_results/

# Build Artifacts
build/
dist/
*.o
*.obj

# Temporary Files
*.tmp
*~
.DS_Store
Thumbs.db

# IDE Files
.vscode/
.idea/
*.swp
*.swo

# Output Figures (optional - uncomment if you don't want to track figures)
# *.fig
# *.png
# *.jpg

# Log Files
*.log
108 changes: 0 additions & 108 deletions .gitmodules

This file was deleted.

78 changes: 0 additions & 78 deletions GENERATIVE_AI_GUIDELINES.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2025 Vimalkumar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading