photo

modified covariance


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
0 답변

순위
212,437
of 300,369

평판
0

참여
10 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변