-
double_pendulum
说明: 求解简单微分方程。模拟双摆运动并附简单说明材料。(For animation, the program uses Matlab s normal plot command combined with the drawnow command. It is based on the ode45 solution of the corresponding differential equations.
Comprehensive documentation is provided, including a sketch of the most important steps of how to derive the equations of motion. A simple Mathematica notebook contains all of the manipulations. )
- 2021-01-21 15:28:45下载
- 积分:1
-
142068160AcousticTracker
matlab编写的声场计算程序,可以计算海洋声场(Sound field calculation program)
- 2018-10-18 22:20:24下载
- 积分:1
-
xiaoboshenjingwangluodeshijianxulie
基于matlab的小波神经网络的时间序列计算,欢迎大家使用。(Time series matlab wavelet neural network-based computing, welcome everyone to use.)
- 2014-01-08 17:21:17下载
- 积分:1
-
tenqui_v74
包括最后计算压缩图像的峰值信噪比和压缩效果的源码,计算两个矩阵之间的欧氏距离,IDW距离反比加权方法。( Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Calculation of the Euclidean distance between the two matrices, IDW inverse distance weighting method.)
- 2016-09-09 18:10:30下载
- 积分:1
-
随机信号通过线性系统和非线性系统后的特性分析
说明: 有需要随机实验的同学来参考一下,这是随机实验的第一个。(There are students who need random experiment for reference. This is the first one in random experiment.)
- 2019-12-17 20:50:38下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
near_field
实现水下舰艇噪声定位 主题是矢量阵近场聚焦(The principle of convention and MVDR near-field focusi ng beamforming technology based on vector hydrophone linear array are investigated in the thesis, simulation is carried on using MATLAB.)
- 2020-11-07 17:39:48下载
- 积分:1
-
wind-prediction
风速预测源代码,通过已有数据预测将来1小时的风速(wind prediction)
- 2011-07-09 11:04:51下载
- 积分:1
-
3busconejoIL
interruptible load deterministic
- 2013-07-12 18:38:21下载
- 积分:1
-
seriesbase
series normal condition 23
- 2012-01-24 22:12:55下载
- 积分:1