2 Questions 7 Answers 0 Followers
Questions related from Alena Drkošová
I need a suggestion of an easy to implement (best in matlab) RR interval generator for a student’s project. I would be happy also for some suggestions for papers on this topic. I do already know...
11 November 2013 5,962 12 View
If I rotate the points of a Poincare plot in matlab like this: rot = [cosd(45),sind(45);-sind(45),cosd(45)]; RR_Data = rot*[RR(1,1:end-1);RR(1,2:end)]; % compute 2-by-N array of rotated data RR_X...
09 September 2013 9,392 2 View