-
demo
说明: 在MATLAB下做的开关电源设计仿真研究(Done under the MATLAB simulation of switching power supply design)
- 2010-04-13 22:46:10下载
- 积分:1
-
spectrum
魏英凤书上功率谱分析的matlab程序,很好很强大,已经验证过(Wei Yingfeng book on power spectrum analysis matlab program, very very strong, has been verified)
- 2013-01-10 19:08:21下载
- 积分:1
-
jlsins
一段关于捷联惯导系统姿态解算的Matlab仿真程序,有关于误差的计算(Matlab simulation program solver paragraph on the attitude of SINS)
- 2012-06-08 12:20:30下载
- 积分:1
-
WINODWS-os
顯示WINDOWS的版本,用visual c++寫的(Show WINDOWS version, written with visual c++)
- 2013-11-20 13:50:02下载
- 积分:1
-
Axingsanwei
说明: 将A星算法扩展为三维情况,可以自己设置地形进行仿真(Expanding the A-star algorithm to three-dimensional situation, the terrain can be set up by oneself to simulate.)
- 2019-04-05 15:15:19下载
- 积分:1
-
EE76-power-system-simulation-lab
EE76-Power system simulation lab
- 2012-11-02 02:40:18下载
- 积分:1
-
SOM
SOM神经网络,可以进行特征提取和模式分类,特别是特征维数较多的情况(SOM neural network, feature extraction and pattern can be classified, more especially characteristic dimension of the case
)
- 2011-12-20 21:14:08下载
- 积分:1
-
matlab7xindaorongliang
完美的信道容量迭代算法实现,matlab7运行(Perfect channel capacity iterative algorithm, matlab7 run)
- 2010-12-08 15:29:07下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
ber
Script for simulating binary phase shift keyed transmission and
reception and compare the simulated and theoretical bit error
probability for Coded and Uncoded Modulation using Hamming Codes
- 2013-11-16 23:09:11下载
- 积分:1