When I run the lab of vital sign, I extract the data using matlab and I found that rangeProfle_cplx matrix has many columns.
I use the default parameters and the frame rate is 20Fps.
and if I save data for 70 seconds, I think the rangeProfile_cplx matrix should be 70*20 columns.
But in fact it has 50040 columns. I don't know why.
I'm confused, I want to figure out the columns of the rangeProfle_cplx matrix.
Second question, If I changed the value of max range from 0.9m to 5m,
I found that it still can work but I can't extract the data out because Matlab alway get an error that the parameters of Reshape is not integer which means that the numChirpsfile parameter should be an integer.
However it is a decimal. Is it because I changed the parameter? Or what else resons?
Looking forward to your reply.