photo

Anupama V


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
268 693
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse