Week14
Week 14 Progress: Data Analysis and Final Testing Improvements Objective: The primary goal of Week 14 was to complete a comprehensive round of performance tests on the ankle monitoring system and to conduct a thorough analysis of the collected sensor data. Emphasis was placed on evaluating the system’s ability to detect swelling through trend analysis, as well as verifying the accuracy of filtering techniques in eliminating short-term noise. Alongside empirical testing, the effectiveness of the core embedded logic written in C++ was further validated. Implementation: A key element of the test was real-time monitoring of ADC (Analog-to-Digital Converter) output values from the flex sensor under simulated swelling conditions. The image below shows the plotted sampled ADC values and their corresponding filtered values (exponentially smoothed): From this graph, we can observe two trends: The blue line shows raw sampled data, which fluctuates significantly...