-
PLC vc++程序
VC PLC Ladder Editor.PLC 梯形图 编辑器 开源 代码(VC PLC Ladder Editor)
- 2018-05-14 19:46:15下载
- 积分:1
-
刘金琨滑模控制第三版上下部最新程序
刘金琨编著的《滑模变结构控制matlab仿真(第三版)先进控制系统设计方法》,《滑模变结构控制matlab仿真(第三版)基本理论与设计方法》MATLAB程序,滑模控制第三版上下部MATLAB程序代码;刘金琨滑模控制第三版上下部最新程序,对照程序可以复现书中的仿真图(Matlab simulation for sliding mode control edited by Liu Jinkun "(Third Edition)" the design method of the advanced control system, "matlab simulation for sliding mode control (Third Edition)" the basic theory and design method of sliding mode control MATLAB program, version third on the lower MATLAB code; Liu Jin Kun sliding mode control version third upper and lower part of the new procedures, the control program can reproduce the simulation map in the book)
- 2021-04-27 23:28:44下载
- 积分:1
-
IQA-paper-master
说明: 该代码为无参考图像质量评价代码,采用颜色信息和纹理特征进行求取最终的质量分数。(The code is a no-reference image quality evaluation code, which uses color information and texture features to get the final quality score.)
- 2019-04-18 19:05:01下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1
-
VB锻炼记忆力的小游戏源码
一个基于VB6.0编写的锻炼记忆力的小游戏源码,靠记忆去揭示未知方块内的数字是多少,全部正确就通关了。经常玩可以提高记忆力,作者说的。
- 2022-10-17 16:40:03下载
- 积分:1
-
weibo
可以发表微博,评论微博,添加粉丝,添加关注(Microblogging system, user reviews microblogging published microblogging, the user is concerned about the fan operation)
- 2012-05-02 21:59:43下载
- 积分:1
-
n!
这个程序实现了大数的输出,n的阶层,包括100阶层以上(This program to achieve the output of large numbers, n class, including 100 class above)
- 2013-09-22 18:28:06下载
- 积分:1
-
3. 程序
15年国赛一等奖,四旋翼CCD循迹完美实现(The first prize in 15 years, the four rotor CCD tracking perfect implementation.)
- 2018-07-12 21:01:10下载
- 积分:1
-
prepared by the Three Kingdoms vb source. Study of the Three Kingdoms player hel...
用vb编写三国志源码.对研究三国志的玩家很有帮助-prepared by the Three Kingdoms vb source. Study of the Three Kingdoms player helpful
- 2022-05-30 05:50:33下载
- 积分:1
-
HDmap清洗
说明: 对中海庭给的高精地图数据进行清洗,简易代码(data processing of HD map data)
- 2019-07-11 09:53:52下载
- 积分:1