MANINDER CHOUDHARY
Followers: 0 Following: 0
Statistics
RANK
203 265
of 295 569
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
7 månader 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...
7 månader ago | 2 answers | 0
2
answersQuestion
How to calculate R Square Error of various probability distributions used in Probability distribution app ??
12 månader ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
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(...
nästan 2 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
wavelet denoising of signal
for i=1:21; j=1:21; C(i) = wdenoise(C,j, ... Wavelet='sym1', ... DenoisingMethod='Bayes', ... ThresholdRul...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 2 år ago | 2 answers | 0