-
hzt-report
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:04:43下载
- 积分:1
-
vcmatlab
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程(vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming)
- 2009-04-17 12:41:21下载
- 积分:1
-
danjizi-Antenna
该程序主要是计算在三维空间中的单极子天线的问题,其中包括PML,(The procedure is to calculate the three-dimensional space in the monopole antenna of issues, including PML,)
- 2010-09-13 16:43:03下载
- 积分:1
-
Software
软件调试方面的书籍,内容不错,而且只有100多页,便于学习,感觉还不错,与大家共同分享。(Software debugging of books, the content is true, and only 100 pages, easy to learn, feel pretty good, and everyone shared.)
- 2010-02-01 12:09:22下载
- 积分:1
-
F16_dynam
F16开环动力学模型,采用C语言编写的MATLAB S函数。输入为油门及3个舵面共四个控制量,以及系统低阶、高阶选择器。前缘襟翼模型内部自动调节。输出为12个状态量以及油门大小。采用欧拉角坐标系。(F16 open-loop dynamic model, using the C language MATLAB S function. Throttle input, and three of four rudder control volume, and system low, high selector. Automatically adjust the front flap inside the model. The amount of output for the 12 states and the accelerator size. Using Euler angle coordinate system.)
- 2011-09-30 11:02:24下载
- 积分:1
-
vcmat
以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用
的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。(before using Matlab and vc mixed programming using the first procedure used mcc m into dl l, then vc call method. This method of complex documents m very easy, but for some minor procedures, such as curve visualization, matrix eigenvalue calculation, and so on, these are just two lines need a small procedure code, reuse dll on the loss outweighs the gain. After testing, can be found directly in the C Programming Calling Matlab c/c math)
- 2007-01-16 11:13:13下载
- 积分:1
-
LsingleLPPGo
长周期光纤光栅透射谱,用来描述长长周期光纤光栅传输特性
(Long period fiber grating transmission spectra used to describe the characteristics of long period fiber grating transmission)
- 2012-08-20 14:32:47下载
- 积分:1
-
PR_DG
用MATLAB/SImulink 搭建的单相光伏并网逆变器仿真,用PR电压环控制器进行控制(Single-phase photovoltaic grid-connected inverter simulation with MATLAB/SImulink, control with PR voltage ring controller)
- 2017-03-30 15:33:15下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
GMSK
GMSK通信建模与仿真,simulink源文件,东华大学研究生通信建模与仿真课程设计代码(Modeling and simulation of GMSK communication simulink source file, donghua university graduate course design of the modeling and simulation of communication code)
- 2016-04-01 08:58:29下载
- 积分:1