photo

modified covariance


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
118,539
of 300,270

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,903

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,902

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to use a MATLAB function called MC estimator to determine frequency?
the following is the matlab function for the MC estimator function w = mc(x); % w = mc(x) is used to estimate frequency ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


changes to sampling frequency result in wrong answer
given the following code to determine frequency, Ts=0.001,hence fs=1000 t = 0:0.001:0.1-0.001; x = 10*cos(267*pi*t+1.2); ...

13 years 前 | 0 个回答 | 0

0

个回答

提问


errors appear when doing FFT on data imported from text file
trying to determine the frequency estimate after doing FFT on data imported from a text file. load spot_num.txt ssn = spot...

13 years 前 | 2 个回答 | 0

2

个回答

提问


to determine the peak frequency in from the plot of the Fourier transform
a continuous-time sinusoid x(t)=10cos(267*pi*t+1.2) is sampled to x[n]=10cos(0.267*pi*n+1.2) with period Ts=0.001 and n is betwe...

13 years 前 | 1 个回答 | 0

1

个回答

提问


how to use zeros command to construct a new sequence?
just wondering how to use zeros command to construct a new sequence y[n] by padding M zeros at the end of x[n]=10cos(0.2*pi*n+1....

13 years 前 | 1 个回答 | 0

1

个回答

提问


please help correct fft command used to compute equation
given a discrete-time sinusoid x[n]=10cos(200*pi*t+1.2) where n is between 0 and 100 (including 0 and 100) With the use of th...

13 years 前 | 2 个回答 | 0

2

个回答

提问


how to use fft command to compute equation?
given a discrete-time sinusoid x[n]=10cos(200*pi*t+1.2) where n is between 0 and 100 (including 0 and 100) how to use fft c...

13 years 前 | 1 个回答 | 0

1

个回答

提问


use matlab to represent equations
i am now trying to use use matlab to represent equations <<http://imageshack.us/a/img841/5484/capturennmh.png>> come up w...

13 years 前 | 1 个回答 | 0

1

个回答

提问


how to use PHD method to compute the frequency estimate?
let x(t)=10cos(200*pi*t+1.2) which is a continuous-time sinusoid. The x(t) is sampled every Ts=0.001 sec. to obtain a sequence x...

13 years 前 | 0 个回答 | 0

0

个回答

提问


use modified covariance (MC) method to estimate frquency?
let x(t)=10cos(200*pi*t+1.2) which is a continuous-time sinusoid. The x(t) is sampled every Ts=0.001 sec. to obtain a sequence ...

13 years 前 | 1 个回答 | 0

1

个回答