Community Profile

photo

MANINDER CHOUDHARY


Last seen: 1 month ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 2

View badges

Feeds

View by

Question


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 months ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 2 answers | 0

2

answers