Feeds
提问
How to implement "y_org","y_noisy" and "y_filtered" blocks in matlab simulink model?
how to create original signal, filtered signal and noisy signal blocks in simulink model?
11 years 前 | 0 个回答 | 0
0
个回答提问
how can we find or display mean square error of Block LMS algorithm? The code is as follows:
%BLOCKLMS % Call: % [e,w]=blocklms(mu,M,u,Dalton); % % Input arguments: % mu = step size, dim 1x1 % M = filter length, dim...
11 years 前 | 0 个回答 | 0
0
个回答提问
is this manual calculation of toeplitz right?
u=zeros(N,1); N=10; k=1; M=4; umat=toeplitz(u(k*M:1:(k+1)*M-1),u(k*M:-1:(k-1)*M+1)); output obtained manually is: ...
11 years 前 | 0 个回答 | 0
0
个回答提问
what do you mean by umat?
Uncertain matrix with 0 rows, 0 columns, and no uncertain blocks. Type "ans.NominalValue" to see the nominal value, "get(ans...
11 years 前 | 1 个回答 | 0
1
个回答提问
how to define psdopts?
Undefined function 'psdopts' for input arguments of type 'double'. whats wrong in this?
11 years 前 | 0 个回答 | 0
