[DOC] Explain STFT dimension discrepancy in accelerometer data processing #42
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?
Documentation Type
Methodology Description
Description
Need to document the explanation for the STFT dimension discrepancy in accelerometer data processing. Specifically, explain why 262,144 time-domain data points processed with STFT (window size=1024, hop size=512) results in magnitude shape (513,513) instead of the expected (513,511).
Current State
No response
Proposed Changes
Documentation Location
latex/chapters/methodology/signal_processing.tex
Priority
Medium (helpful but not urgent)
Target Audience
Thesis Committee/Reviewers
References
Additional Notes
This explanation is critical for reproducibility of my results and demonstrates understanding of the signal processing fundamentals. Will include code snippet showing the parameter's effect.