photo

JT


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
157,799
of 300,765

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Can someone explain to me how matlab solves this lccde
b = [1 -0.6 1]; a = [1 0 0]; y = filter(b,a,X);

10 years 前 | 1 个回答 | 0

1

个回答

提问


can someone please explain to me how this works. I think it is a LCCDE filter.
n = 1; m = 1:900; C = wavread('ecg1.wav'); X = wavread('ecg2.wav'); for B = .4 : .1 : 1; b = [1 -B 1]; a = [...

10 years 前 | 0 个回答 | 0

0

个回答

提问


how do you detemine the gain factor using matlab. In this code they multipled a gain factor by y(n) the signal
subplot(3,1,3); plot(m,y); title('Filtered Signal'); xlabel('n'); ylabel('x'); n = n +1; end figu...

10 years 前 | 1 个回答 | 0

1

个回答

提问


error using zeros in matlab
er = zeros(1, .125*N); % eigth rest qr = zeros(1, .25*N); % quarter rest hr = zeros(1, .5*N); % half rest tr = zeros(...

10 years 前 | 1 个回答 | 0

1

个回答

提问


error using zeros in matlab
er = zeros(1, .125*N); % eigth rest qr = zeros(1, .25*N); % quarter rest hr = zeros(1, .5*N); % half rest tr = zeros(1, .75*N...

10 years 前 | 1 个回答 | 0

1

个回答