photo

Anupama V


Last seen: 2년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
170,228
of 300,369

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How to generate 1 cycle of a ppg signal repeatedly?
I want to repeat this signal periodically

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to generate the curve from valley point to peak of a single cycle of reference ppg signal and take its symmetrical curve?
I am trying to generate a PPG signal using symmetrical curve fitting method( From valley to peak trace and plot the signal,then ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to generate a PPG signal using symmetrical curve fitting method (SCF)? How is it different from Gaussian curve fitting?
I am trying to generate a PPG signal which matches the morphologies of signals from TBME database using SCF method other than ad...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


InIn the attached code, all starts of the peak is getting detected. From this how to filter out dicrotic notch and valley?
LD = load('C:\Users\ANU\Desktop\TBME2013-PPGRR-Benchmark_R3\data\0009_8min.mat.mat') % remove first trough: ppg = LD.signal.pl...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Error using quantiz The codebook must be a real vector whose length is one more than the length of the partition. How to resolve this issue in the following code attached?
%Quantization if quantization=='on ' if psychoacoustic=='off' n=8;%default number of bits for each frame - sounds better bu...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to find the valley of a PPG signal? It is getting confused with the dicrotic notch
I used the following code: [~,index]=findpeaks(PP,'MinPeakDistance',200); invertedP = - PP; %findpeaks(invertedP); [~, index...

거의 3년 전 | 답변 수: 1 | 0

1

답변