photo

kedar Paul


Indian School of Mines

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
276,501
of 301,927

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,467

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,436

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to split or divide a larger array in to the predetermined size?
My original array is only one dimensional of ordeer 1*15000 and 90% of it consisting zeroes. I want to create smaller arrays whe...

10 years 前 | 1 个回答 | 0

1

个回答

提问


can I modify the the pattern recognition input data in neural network tool box ?
As mentioned in the example data set of "breast cancer problem" that that is considers 9 traits of an particular sample, but my ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to create an adaptive filter using neural networking toolbox so that after training it can filter noisy signal and give desired output? Been told it is called "denoising autoencoder"
Suppose my discrete time series containing noise signal is Yn(t) and my desired signal is Xn(t). I have 28 set of Yn(t)and corre...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to fed time series data (in 1D or 2D matrix form) to Adaptive Filter in Matlab ?
I have time series data in .txt, .m, .xlxs files (in both 1 D and 2 D format). How can I fed this data to the Adaptive Filter bl...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Can I design an adaptive filter using neural network pattern recognition tool?
I have data consisting normal and abnormal behavior (in terms of mean movement) and I want to filter out the abnormal behavior. ...

10 years 前 | 0 个回答 | 0

0

个回答

提问


What is the actual problem statement of Iris flower in Neural Network Pattern Recognition tool in Matlab?
I am new to the Neural Networking concept.In iris flower pattern recognition problem I don't understand the problem statement. I...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to plot a part of an signal using start and end point, that is stored in an different matrix? also how to calculate the local minima and maxima (ups and downs) within that array?
Let A be my original signal. I want to plot B using parts of the signal A, using location data from a DIFFERENT array ( say K) u...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How do I count the fluctuation (minima and maxima or up and down points, or just ups/maximum points ) with in a signal spectrum?
I have a signal with multiple pulses, containing multiple fluctuations. I want to count the number of fluctuations in each pulse...

10 years 前 | 0 个回答 | 0

0

个回答

提问


How to find different frequency for each non-zero amplitude separated by zero amplitude inside a signal?
I want to find the different frequencies of each activity inside a continuous time signal with finite length. There is no noise ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to calculate standard deviation for some SPECIFIC element (say starting from 601th to 650th element) of an array using MATLAB?
I need to calculate the standard deviation to differentiate between normal and struggle for my behavioral study.

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to solve a set of differential equation with initial condition to get the equation? Numerical solution not required.
<</matlabcentral/answers/uploaded_files/49499/eq.JPG>> Nmax=25 I need to solve a set of differential equation with ini...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how to replace consecutive 4 elements of an array with the largest element among every 4 consecutive element ?
a=[12 58 16 56 23 7 8 45 53 56 12 32 65 12 23 54]; b=zeros(16,1) for i=1:4:16 for i=1:1:4 if (a(i)>=a(i+1) && ...

10 years 前 | 4 个回答 | 0

4

个回答