-
39709569Thepicturemutuallyreduce[matlab]
to subtract background
- 2009-05-17 18:44:22下载
- 积分:1
-
adapt-code
it is for designing filter
- 2015-04-08 13:58:32下载
- 积分:1
-
PMLSM
利用MATLAB以及仿真的电机方程建立永磁同步直线电机,(linear permanent magnet Synchronous Machine)
- 2021-04-12 15:08:57下载
- 积分:1
-
(Cubic-inter)
cubic interpolation search method m-file
- 2011-02-08 13:20:11下载
- 积分:1
-
TD-SCDMA_RAKE
这是一个TD-SCDMA系统的RAKE接收模型,希望对大家有用。(This is a TD-SCDMA system RAKE receiver model, we hope that the right useful.)
- 2007-05-10 10:43:25下载
- 积分:1
-
MAX+PLUSII
MAX+PLUSII不错的电子书,内容详细,易懂.(MAX PLUSII good e-books, detailed, understandable.)
- 2007-05-29 15:19:24下载
- 积分:1
-
PMSM_Control
描述了永磁同步电机的原理与控制方法,是十分详细的一本教程.(Describe the PMSM control method. It s very helpful for motor control)
- 2014-09-18 14:41:24下载
- 积分:1
-
QPSK-Monte-Carlo
QPSK通信系统的Monte Carlo仿真,用于通信原理方面的编程和理解(Monte Carlo simulation QPSK communication system for communicating the principles of respect and understanding of programming)
- 2015-04-13 11:37:26下载
- 积分:1
-
MatlabLearning
很强的matlab程序,有很大的学习价值,里面不仅有详细的介绍,以及规范的书写(Matlab program strong, have great learning value, which is not only a detailed description, and specification writing)
- 2010-11-04 21:42:07下载
- 积分: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