登录
首页 » matlab » 0.0

0.0

于 2021-03-23 发布 文件大小:29KB
0 272
下载积分: 1 下载次数: 17

代码说明:

  个人随机编写的,关于matlab模拟随机时滞微分方程的程序(Personal random programming, matlab simulation of stochastic delay differential equations procedures)

文件列表:

controsys - 副本 (5) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (5) - 副本.m, 964 , 2017-12-30
controsys - 副本 (5).m, 964 , 2017-12-30
controsys - 副本 (6) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (6) - 副本.m, 964 , 2017-12-30
controsys - 副本 (6).m, 964 , 2017-12-30
controsys - 副本 (7) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (7) - 副本.m, 964 , 2017-12-30
controsys - 副本 (7).m, 964 , 2017-12-30
controsys - 副本 (8) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (8) - 副本.m, 964 , 2017-12-30
controsys - 副本 (8).m, 964 , 2017-12-30
controsys - 副本 (9) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (9) - 副本.m, 964 , 2017-12-30
controsys - 副本 (11) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (11) - 副本.m, 964 , 2017-12-30
controsys - 副本 (12) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (12) - 副本.m, 964 , 2017-12-30
controsys - 副本 (13) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (13) - 副本.m, 964 , 2017-12-30
controsys - 副本 (14) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (14) - 副本.m, 964 , 2017-12-30
controsys - 副本 (15) - 副本.m, 964 , 2017-12-30
controsys - 副本 (16) - 副本.m, 964 , 2017-12-30
controsys - 副本 (17) - 副本.m, 964 , 2017-12-30
controsys - 副本 (18) - 副本.m, 964 , 2017-12-30
controsys - 副本 (19) - 副本.m, 964 , 2017-12-30
controsys - 副本 (20) - 副本.m, 964 , 2017-12-30
controsys - 副本 (21) - 副本.m, 964 , 2017-12-30
controsys - 副本 (22) - 副本.m, 964 , 2017-12-30
controsys - 副本 (23) - 副本.m, 964 , 2017-12-30
controsys - 副本 (24) - 副本.m, 964 , 2017-12-30
controsys - 副本.m, 964 , 2017-12-30
controsys.m, 964 , 2017-12-30
controsys - 副本 - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 - 副本 (2) - 副本.m, 964 , 2017-12-30
controsys - 副本 - 副本 (2).m, 964 , 2017-12-30
controsys - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (2) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (2) - 副本.m, 964 , 2017-12-30
controsys - 副本 (2).m, 964 , 2017-12-30
controsys - 副本 (3) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (3) - 副本.m, 964 , 2017-12-30
controsys - 副本 (3).m, 964 , 2017-12-30
controsys - 副本 (4) - 副本 - 副本.m, 964 , 2017-12-30
controsys - 副本 (4) - 副本.m, 964 , 2017-12-30
controsys - 副本 (4).m, 964 , 2017-12-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Softmax exercise
    Softmax用于多分类问题,本例是将MNIST手写数字数据库中的数据0-9十个数字进行分类,其中训练样本有6万个,测试样本有1万个数字是0~9(Softmax for multi classification problems, the present case is the handwritten data MNIST digital 0-9, classification, training samples which have 60,000, there are 10,000 test samples digit 0 to 9)
    2016-10-30 15:57:35下载
    积分:1
  • matlab
    一种无限定位,toa时延定位算法的代码。matlab源程序 希望采纳( | | SCRIPT: simMLE | | PURPOSE: Simulate a relative location system by generating | random measurements and maximizing the likelihood fcn. | After many trials, show the results vs. the Cramer-Rao Bound. | | AUTHOR: Neal Patwari | http://www.engin.umich.edu/~npatwari/ | | REFERENCE: Relative Location Estimation in Wireless Sensor Networks | (N. Patwari, A. O. Hero, M. Perkins, N. S. Correal, R. J. O Dea), | IEEE Trans. Signal Processing, vol. 51, no. 8, Aug. 2003, pp. 2137-2148. | tic Use globals to allow minimization functions access to network info, debugging info. global refDevices blindDevices totalDevices linearRefLocs dhat funcEvals dfuncEvals Basic simulation parameters roomSize = [1,1] Room size, meters gridSize = 5 How many sensors per side refDevices = 4 How many references (must be same length as actualRefLocs) trials = 20 How many inde)
    2012-04-29 13:54:34下载
    积分:1
  • geekclock
    这是一个时钟程序,它以二进制方式显示时间。 有了这个酷炫的时钟,谁还说咱不够极客? ( This is a clock program, it displays the time in binary mode. With this cool clock, who said that we lack Geeks?)
    2014-11-17 18:35:51下载
    积分:1
  • CR
    说明:  认知无线电在CDMA系统中基于非合作博弈功率控制技术的MaTLAB仿真(Cognitive Radio in CDMA system, power control based on non-cooperative game simulation techniques MaTLAB)
    2010-03-27 20:26:56下载
    积分:1
  • polarcoding_matlab
    说明:  实现Polar码编码译码,SC译码,简单实用,运行速度快(Polar MATLAB include encode and decode useful and simple)
    2019-04-10 10:33:51下载
    积分:1
  • zuobiaoxiuzhen
    说明:  针对非合作遥感影像坐标偏差问题,根据google earth球面距离算法,给予自动修正。(For non-cooperation in remote sensing image coordinates of deviation, according to google earth spherical distance algorithm to give automatic correction.)
    2010-03-21 13:27:53下载
    积分:1
  • communication
    本文件包含通信所有过程,从调制,扩频,发送到接收,经过解扩,解调等。其中信道可以随机产生时变的多径信道。()
    2021-04-07 15:19:01下载
    积分:1
  • bds
    System nonlinearity tests
    2011-04-22 16:23:04下载
    积分:1
  • 基于matlab的D2D 功率控制仿真
    D2D通信分为集中式控制和分布式控制。集中式控制由基站控制D2D连接,基站通过终端上报的测量信息,获得所有链路信息,但该类型会增加信令负荷(D2D communication is divided into centralized control and distributed control. Centralized control is connected by the base station. The base station obtains all link information through the measurement information reported by the terminal)
    2018-10-09 10:07:51下载
    积分:1
  • gezhongsuanfa
    四种压缩传感的重构算法,StOMP,BP,OMP,block_omp(Four kinds of compressed sensing reconstruction algorithm, StOMP, BP, OMP, block_omp)
    2013-10-29 14:54:27下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载