-
ovtoolbox
The Engineering Vibration Toolbox is a set of educational programs
written in Octave by Joseph C. Slater. Also included are a number of help files,
demonstration examples, and data files containing raw experimental data. The
codes include single degree of freedom response, response spectrum, finite
elements, numerical integration, and phase plane analysis.
(The Toolbox is a set of educational programs written in programs by Jo seph C. Slater. Also included are a number of HE p files, demonstration examples. and data files containing raw experimental dat a. The codes include single degree of freedom're sponse, response spectrum, finite elements, numerical integration. and phase plane analysis.)
- 2007-05-26 22:34:30下载
- 积分:1
-
SampleMatlabCode
text localization,recognization and segemntation
- 2015-01-28 15:08:01下载
- 积分:1
-
chapter11
MATLAB实例详解,通过对matlab语言如何编程进行实例解析,是学习matlab的很好教程(Detailed MATLAB examples, through the matlab programming language for examples of how to resolve, are studying a very good tutorial matlab)
- 2009-03-02 20:15:43下载
- 积分:1
-
16-QAM-Rayleigh
this is simmulation 16-qam modulation in rayleigh channel
- 2009-12-18 01:49:08下载
- 积分:1
-
cailiaolixuekeshe
材料力学课程设计——连续梁的强度分析。
基于累计积分法求材料力学中连续梁梁的挠度以及绘制挠度曲线,另外包括梁的剪力曲线,弯矩曲线的绘制(matlab代码)。(Mechanics of Materials course design- continuous beam intensity analysis. Accumulate points based method for the continuous beam mechanics of materials beam deflection and the mapping of the deflection curve, another curve, including the shear beam, bending moment curve drawing (matlab code).)
- 2011-11-09 23:04:11下载
- 积分:1
-
hash
散列算法,用于生成原始消息的数字指纹,本算发基于MATLAB编写,本算法包含多种流行的散列算法,包括SHA1和SHA-256等广泛应用的散列算法,通过本程序,可以对几种广泛应用的散列算法进行调用(Hash algorithm used to generate the digital fingerprint of the original message, this is based on MATLAB, this algorithm contains a variety of popular hash algorithm, including SHA1 and SHA- 256 hash algorithm is widely used, through this program, several widely used hash algorithms can be invoked)
- 2013-11-25 16:49:22下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
MATLABBrief-tutorial
matlab简明教程 ppt资料 数学建模(matlab book)
- 2011-10-26 10:08:46下载
- 积分:1
-
Non-Inter-Symbol-Interference
基于泊松过程的检测与估计原理和方法,对无符号间干扰信道中的类似问题进行仿真,并最终给出了仿真数据趋势图。(Poisson process based on principles and methods of detection and estimation of inter-symbol interference-free channel to simulate a similar problem, and ultimately gives the simulation data trends.)
- 2011-12-08 22:31:50下载
- 积分:1
-
功率谱繁衍生成时域序列随机风 kaimal_spectrum
功率谱繁衍生成时域序列随机风-谐波合成法(Generate Random wind)
- 2021-02-23 01:29:41下载
- 积分:1