I have a project to do. But I am a newbie in matlab.
***
Let me say somethig about the dataset.
Pulse Transit Time (PTT) is the time that pulse waves require to travel in blood vessels between two
sites. It is an important indicator for many medical properties and recent research focused on its
potential for blood pressure monitoring.
A total of 22 participants were involved in the data collection while performing three different activities (‘sit’, ‘walk’, ‘run’). The dataset contains 66 recordings. A recording contains 11 time series variables, each representing a physiological signal for more than 40,000
heartbeats.Each signal variable(column) has min 242K samples.
******
The idea is to extract features( like mean, min, max, std, median) from a signal. BUt the professor was telling us to extract those features with a sliding window with 50% of overlap.
1) Having such a big samples on every signal(column) what is the recommended window size?
2) what is the point of overlapping?
2) How is the sliding window implemented with a 50% of overlapping?
3) How are the extracted features are stored.
***
Anyone who can give me a starting point will be appreciated.