-
matlabpaint
用matlab画出所需要的图形,并且用所画的图形互相进行腐蚀和膨胀操作(Using matlab to draw the required graphics, painting and graphics with each other by corrosion and expansion of operations carried out)
- 2008-05-31 22:53:03下载
- 积分:1
-
alaw
THIS is the program for a law companding...
- 2013-07-23 22:38:01下载
- 积分:1
-
lv0
玻璃切割项目最低水平线算法MATLAB源码,已通过调试(Glass cutting project MATLAB source code, has passed the commissioning)
- 2021-03-29 16:29:11下载
- 积分:1
-
SIMULINK_MODELING
这是一个很好的学习SIMULINK建模的基础教程,通过该课程的学习可以快速掌握SIMULINK的基本技巧。(This is a good basis for learning SIMULINK modeling tutorial, by the course of the study can quickly grasp the basic skills SIMULINK.)
- 2010-05-17 11:50:28下载
- 积分:1
-
AMtiaozhi
标准AM调制,ma不同值时的AM振幅调制(Standard AM modulation, ma different values of amplitude modulation AM)
- 2013-07-21 13:44:35下载
- 积分:1
-
how-to-make-rotor-turn
how to make a rotor rotate and calculate speed and plot it versus power
- 2015-03-26 16:23:24下载
- 积分:1
-
MarkovFeatures
图像JPEG系数域,Markov 900维 特征提取,Matlab 下,C语言实现(Image JPEG coefficient domain, Markov 900-dimensional feature extraction, Matlab under, C language)
- 2010-11-29 09:51:45下载
- 积分:1
-
expriment
设定一个信息码串,产生常见的编码如单极性非归零、双极性非归零、单极性归零、双极性归零、AMI、HDB3码的时域波形;(Set up an information code string to produce a common code such as the unipolar NRZ, bipolar, non-zero, zero unipolar, bipolar zero, AMI, HDB3 code of the time-domain waveform )
- 2009-12-10 22:57:27下载
- 积分:1
-
fpa_demo
花朵授粉算法是通过模拟自然界中花朵授粉过程构造出的一类随机搜索算法,体现了自然的择优机制。根据植物的授粉对象不同,可分为自花授粉(self-pollination)和异花授粉(cross-pollination)两类。(This demo program contains the very basic components of the flower pollination algorithm (FPA), or flower algorithm (FA), for single objective optimization. )
- 2021-03-19 08:49:19下载
- 积分: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