-
Pspice
preisach 模型在MATLAB环境中的程序 便于计算和仿真(preisach model program in MATLAB environment to facilitate the calculation and simulation)
- 2014-11-28 14:11:11下载
- 积分:1
-
tsp
模拟退火算法的解决 具体在mATlab实现算法 (matlab)
- 2009-07-12 10:20:39下载
- 积分:1
-
jieyue-signal
阶跃信号与正弦信号调制,在同一张图纸上绘制四个子图。这是一个很基础的编程应用。(Step signal with a sinusoidal signal modulation, drawn with a drawing on four subgraphs. This is a very basic programming application.)
- 2013-03-20 20:07:36下载
- 积分:1
-
shuzixinhaochuli
电子工业出版社《数字信号处理——基于计算机的方法》第三版的matlab代码,(Publishing House of Electronics Industry "digital signal processing- computer-based method for the third edition of the matlab code)
- 2012-10-29 16:40:34下载
- 积分:1
-
xxx
做经验模态分解用的几个有用函数,真的非常有用。(Do empirical mode decomposition several useful function is really useful.)
- 2012-11-01 16:59:49下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
datag
这是一个简单的数据生成器,可以生成0到1之间的n维数据(This is a simple data generator can generate 0 to 1 between the n-dimensional data)
- 2009-12-06 20:13:19下载
- 积分:1
-
Reboundball
反弹的小球程序主要用于模拟小球碰撞后产生反弹的情况。(Rebound ball program mainly used to simulate the small-ball collision resulting from a rebound situation.)
- 2010-02-11 20:01:45下载
- 积分:1
-
1DTEM
一维瞬变电磁数据处理程序,烟圈反演方法,效果不错(a program of tem)
- 2020-09-27 20:17:46下载
- 积分:1
-
Simulator
说明: 模拟蚂蚁和食蚁兽的生存规律。在20X20的网格世界里,每个生物每次可向四个方向移动(但不会移除网格边缘),食蚁兽会吃掉在他目标处的蚂蚁(The goal for this programming project is to create a simple 2D predator-prey simulation.
In this simulation the prey are ants and the predators are doodlebugs.
These critters live in a world composed of a 20x20 grid of cells.
Only one critter may occupy a cell at a time. The grid is enclosed, so a critter is not allowed to move off the edges of the world.
Time is simulated in time steps.
Each critter performs some action every time step.)
- 2010-04-04 15:20:43下载
- 积分:1