-
DesigePforPBPSKPorPQPSKPsimulator2
利用matlab对bpsk和qpsk调制的仿真说明(bpsk and qpsk matlab simulation)
- 2012-05-22 20:44:47下载
- 积分:1
-
canister_modified
file for flow of fluid inside matrials
- 2011-07-25 17:06:39下载
- 积分: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
-
makeVRMLfile
this code is use do create 3d structure of 3d object
- 2013-10-04 19:06:28下载
- 积分:1
-
daitonglvbo
带通滤波,matlab调用函数,同时输出频率域与时间域响应(Bandpass filtering, matlab function is called, the output frequency domain and time domain response)
- 2012-08-12 16:40:17下载
- 积分:1
-
bianyi4_2
编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。(Write a generic prediction analysis procedure that requires a certain degree of error-handling capabilities, enabling the program to continue after an error to run it until the end of the analysis process. Can be tested by different grammar (by performance data).)
- 2013-12-05 09:36:24下载
- 积分:1
-
td-scdma_with_multi-users_detection
在以往的关于多用户检测程序,给出的多是针对CDMA系统的。出于长期以来笔者对TD-SCDMA系统应用研究,在这里我进行了一些修改(In previous procedures on the multi-user detection, given mostly for the CDMA system. For a long time writer on the TD-SCDMA system application, where I made some changes)
- 2010-06-28 23:32:40下载
- 积分:1
-
Face_recognition
基于matlab的人脸识别分析,参考文献为:
[1] X.Tan and B.Triggs. Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions, In Proceedings of the 2007 IEEE International Workshop on Analysis and Modeling of Faces and
Gestures (Matlab-based face recognition analysis, references to: [1] X. Tan and B. Triggs. Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions, In Proceedings of the 2007 IEEE International Workshop on Analysis and Modeling of Faces and Gestures)
- 2010-07-06 10:15:33下载
- 积分:1
-
08054097
控制理论专题实验的源码,附有实验题目和解题思路,运行结果及图像截图(Control the source of the theoretical topics experiment, accompanied by the experimental subject and problem-solving ideas, operating results and image screenshots)
- 2012-05-14 11:07:03下载
- 积分:1
-
LMS_Newton
基于lms_newton算法的回波消除,直接可以使用(Based lms_newton echo cancellation algorithm, can be used directly)
- 2013-12-04 16:16:24下载
- 积分:1