Feeds
回答済み
Index exceeds matrix dimensions ??
http://www.mathworks.com/help/toolbox/comm/ug/a1067963807.html Copy and paste above link! I want to show how group delay filte...
Index exceeds matrix dimensions ??
http://www.mathworks.com/help/toolbox/comm/ug/a1067963807.html Copy and paste above link! I want to show how group delay filte...
14年弱 前 | 0
質問
Index exceeds matrix dimensions ??
h = scatterplot(sqrt(nsamp)*ynoisy(1:nsamp*5e3),nsamp,0,'g.'); Index exceeds matrix dimensions ?? Error in ==> grd at ...
14年弱 前 | 3 件の回答 | 0
3
回答質問
group delay how to add it?
clc; clear all; M=32; x=RANDINT(100e3,1,M); y=modulate(modem.qammod(M),x); ynoisy=awgn(y,27,'measured'); %%I think here...
14年弱 前 | 1 件の回答 | 0
1
回答質問
QAM problem?
echo on K=10;N=2*K;T=100; a=rand(1,36); a=sign(a-0.5); b=reshape(a,9,4); % Generate the 16QAM points XXX=2*b(:,1)+b(:,2)...
14年弱 前 | 1 件の回答 | 0
1
回答質問
How plot a shifted Parabola?
I know Parabola have formula z=x^2+y^2 now I want to plot it when it has simple shifted like image: http://i55.tinypic.com/33y5...
14年弱 前 | 2 件の回答 | 0