Community Profile

photo

MANINDER CHOUDHARY


Last seen: alrededor de 1 mes hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • First Answer
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Power Spectrum density plot
i want to analyze my signal, and filter the noise from this signal based on the power specturm density plot. However, how can I ...

7 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot a regression model after exporting from regression learner app to workspace as function
I have exported model from Regression learner app as function function [trainedModel, validationRMSE] = trainRegressionModel(...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I test different kernels on my data using Gaussian process regression (GPR) ?
%%Model_1 with default kernel x = PPR(:,1); y = PPR(:,2); %%Gaussian Process Regression gprMdl1 = fitrgp(x,y); %%Confiden...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract only first peak of each pulse (positive or negative) in sequence throughout the signal
I would like to extract only first value of the peak, whether its positive or negative in a sequence and store in a array My ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


wavelet denoising of signal
for i=1:21; j=1:21; C(i) = wdenoise(C,j, ... Wavelet='sym1', ... DenoisingMethod='Bayes', ... ThresholdRul...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Calculate peak of pulses above certain threshold
Can you please guide how can I find the first peak of each pulse and its location. I use the peak command but peak time consider...

casi 2 años hace | 2 respuestas | 0

2

respuestas