-
matlabsin
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式(matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode)
- 2005-05-02 00:02:33下载
- 积分:1
-
SNR_MAX
对最优波束形成准则中的最大信噪比,给出了其Matlab仿真源程序程序。(The optimal beamforming standards to the maximum signal-to-noise ratio, and gives the Matlab source program.
)
- 2012-06-21 18:58:51下载
- 积分:1
-
sklm-AAM
唇形跟踪,对象为唇部。
matlab仿真成功后需用VC实现并设计界面(Lip tracking, object for lip)
- 2013-04-26 17:56:13下载
- 积分:1
-
eigenValores
Valores inciiales de igenimagenes
- 2013-05-22 02:27:05下载
- 积分:1
-
ceshitwoccd
三维轮廓重建,需要已知摄像机像素坐标系与实际物理坐标系之间的关系(Three-dimensional profile reconstruction needs known relationship between the camera coordinate system and the actual physical pixel coordinates)
- 2015-06-23 20:03:25下载
- 积分:1
-
混沌时间序列分析中的G-P算法求关联
混沌时间序列分析中的G-P算法求关联,可用,已经用过(Associate chaotic time series analysis algorithms for GP, available, has been used)
- 2015-12-02 23:34:33下载
- 积分:1
-
Wienerfiltering
改进的维纳滤波在地震资料处理中的应用(地震勘探、信噪比、维纳滤波)(At the Wiener filter to improve seismic data processing application (seismic exploration, signal to noise ratio, Wiener filtering))
- 2009-03-30 11:29:43下载
- 积分:1
-
duandianjiance
数字语音信号处理端点检测MATLAB仿真(Endpoint detection digital signal processing MATLAB simulation
)
- 2010-10-31 09:14:23下载
- 积分:1
-
MATLAB6.0-math-manual
说明: 对matlab如何解决常用数学问题进行总结归类,便于查阅学习( how to solve mathematical problems using Matlab commonly, classified and summarized to facilitate access to learning)
- 2009-08-16 10:42:23下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1