Anupama V
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
215.057
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to generate 1 cycle of a ppg signal repeatedly?
I want to repeat this signal periodically
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 1 respuesta | 0