-
Alamoutis
空时分组码中基本的Alamoutis算法,对比发射分集和不分集的情况下误码性能(Space-time block codes in the basic Alamoutis algorithm error performance, compared to the case of transmit diversity and non-diversity)
- 2013-05-14 14:04:11下载
- 积分:1
-
com
another progaram that has been in matlab
- 2013-07-11 09:31:52下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
BookmarkWidgetService
Bookmark Widget Service Source Code for Andriod.
- 2013-11-14 23:58:26下载
- 积分:1
-
codhuff
huffman coding and huffman decoding
- 2009-06-04 09:29:28下载
- 积分:1
-
Double_buck_PI_Control
Double_buck_PI_Control.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(Double_buck_PI_Control.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:38:07下载
- 积分:1
-
matlabguiexample
Matlab gui 学习资料,详细功能说明及具体例子(GUI Matlab learning materials, detailed functional specifications and specific examples)
- 2016-11-16 14:39:40下载
- 积分:1
-
Navie-Bayes
机器学习中关于朴素贝叶斯(NB)方法的Matlab源代码,附带四个数据集用于实验(Machine Learning on Bayesian (NB) method of Matlab source code, with four data sets for experiments)
- 2021-01-13 22:28:47下载
- 积分:1
-
ekf
EKF的经典程序,可运行不同模型的EKF,算法精简,准确(The classic procedure of the EKF, can run a different model of the EKF algorithm streamline accurate)
- 2012-05-19 20:56:37下载
- 积分:1
-
greygenchang
灰色理論下之最基本操作元,灰生成之matlab源碼,可很快計算出數據各階之生成結果(gray under the basic theory of operation, the ash generated Matlab source, can quickly calculate the data-generating results)
- 2007-06-01 16:47:59下载
- 积分:1