photo

MANINDER CHOUDHARY


Last seen: 2 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 2

View badges

Feeds

View by

Answered
Error during implementation of Wavelet based denoising using hybrid approach of adaptive flitering and single value decomposition
Hi pratyush, Thank you for your feedback. Please find the link that contains signal that I intend to denoise using wavelet deno...

2 months ago | 0

Question


Error during implementation of Wavelet based denoising using hybrid approach of adaptive flitering and single value decomposition
I want to denoise the signal using hybrid approach of adaptive flitering and single value decomposition. I have written the foll...

2 months ago | 2 answers | 0

2

answers

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

10 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