Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Im a student from UESTC of china
I have this code
RRI=[];
for i=1:length(ROC)-1
RRinterval(i)=ROC(i+1)-ROC(i);
end
And I have already got RRI sequency but I need to Transform RRI(i) in time domain into frequency domain and then use it
1) To Get S.D of RRI(i) using periodogram
2) Get S.D of RRI(i) using AR modeling method.
Does anyone help me to have codes to solve this problem? please I need your help its hard time for me because this is my last year.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900