photo

Deepika


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
282,695
of 299,930

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to see a part of my FFT plot in magnified size in other window?
I have drawn a FFT plot for my data and now I want to show a particular part of my plot in zoom. How to do it , Please guide me?...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to do coding for motor fault detection via Negative sequence component??
I want to detect motor fault by using different signal processing techniques. I want the MATLAB codes for negative sequence comp...

12 years 前 | 0 个回答 | 0

0

个回答

提问


what function should I use in place of dwt for a double function ?
I want to find dwt of a double function? Tell me how?

12 years 前 | 0 个回答 | 0

0

个回答

提问


How to compress a matrix using EZW Algorithm ?
I want to compress a 100-by-100 matrix into 10-by-10 matrix using EZW Algorithm as image is compressed using this algorithm. Ple...

12 years 前 | 1 个回答 | 0

1

个回答

提问


I have a mat-file of 1-by-500001 matrix. I want to create a 1000-by-1000 matrix from it. How to do this?
The file has number of elements want to use only first 1000 elements???? Help me... Thanx in advance..

12 years 前 | 1 个回答 | 0

1

个回答

提问


I want FFT plot of a motor data mat-file. It is of 10kHz frequency but I'm not getting the peaks of the plot at 50 Hz frequency. What corrections are needed? And how to write comments for the FFT plots drawn between frequency vs amplitude?
load t10k50sno.mat; >> n = 1000; >> ts =0.0001; >> ws = 2*pi/ts; >> f = fft(t10k50sno.Y(1).Data(1:1000)); >> fc=fftshift(...

12 years 前 | 1 个回答 | 0

1

个回答