-
PSMS PId
实现永磁同步电机的PID闭环控制,能够仿真出来,且波形较好(Realization of Permanent Magnet Synchronous Motor PID Closed Loop Control)
- 2017-09-27 12:49:20下载
- 积分:1
-
基于灵敏度分析的优化
基于灵敏度分析的优化程序,能够优化响应面模型(Optimization program based on sensitivity analysis)
- 2018-06-08 10:46:24下载
- 积分:1
-
aToI
这是一个工程,包括了所有组成aToI 应用的文件。可以直接在编译器里运行。(This file contains a summary of what you will find in each of the files that
make up your aToI application.)
- 2011-05-20 08:06:56下载
- 积分:1
-
21ic下载_光伏电池MATLAB仿真
simulink的PV模块,经过测试,能够正确反映PV电池的电压电流、电压功率特性。(PV module of Simulink)
- 2019-04-10 12:51:08下载
- 积分: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
-
Adams_入门详解与实例 第二版李增刚
机械仿真建模,可用于实现真实模型的逼真建模,便于与MATLAB展开联合仿真(Mechanical simulation modeling)
- 2017-06-20 06:48:11下载
- 积分:1
-
大富翁服务
说明: webstocket服务后台服务,用于和小程序对接(webstocket service to use wechat mini program)
- 2020-06-16 22:21:34下载
- 积分:1
-
母检索跳转代码
说明: jQuery文章首字母检索跳转代码是一款手机端文章内容按首字母检索查询跳转效果,类似通讯录列表首字母检索功能代码。(JQuery article acronym search jump code is a mobile article content search query jump effect by acronym, similar to address list acronym search function code.)
- 2019-03-29 11:28:42下载
- 积分:1
-
基于QT实现的基础图形绘图系统.7z
输入椭圆中心和长短轴径;
2. 计算得到中心在原点的椭圆上的第一个点=;
3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为;
4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为();
5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;(Input ellipse center and long and short axis diameter;
2. The first point of the center on the ellipse at the origin is calculated.
3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated.
4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is ();
5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until ().)
- 2020-11-13 16:49:42下载
- 积分:1
-
AR风振程序
可以实现脉动风的模拟,用于将功率谱转化为目标谱,实现于时程分析。(The simulation of pulsating wind can be realized to transform the power spectrum into the target spectrum and realize the time history analysis.)
- 2018-09-24 21:01:59下载
- 积分:1