-
nonlinearnewmark
时程积分法解非线性动力方程时程,其中有迭代格式的牛顿拉普孙(newmark algorithm for nonlinear dynamic eqaution——newton rapthon is included)
- 2013-06-11 00:51:08下载
- 积分:1
-
MATLAB-workshop-lecture-2
matlab detailed introduction updation lecture 2
- 2014-01-13 21:22:31下载
- 积分:1
-
tracking controll
对无人驾驶智能车辆进行控制跟踪的轨迹跟踪代码(Controlled tracking of driverless smart vehicles)
- 2021-04-23 08:58:48下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
JTFA(matlab)
说明: 利用matlab实现的时频分析,很好,很强大!(Using matlab to achieve the time-frequency analysis, very good, very powerful!)
- 2008-12-03 19:39:42下载
- 积分:1
-
Desktop
多径效应的时域表示实际上就是不同路径来的信号存在随机的时延差。对于抗其它扩频信号干扰性能,及抗多址干扰性能。我们这里考虑简单的情况,只考虑一个用户干扰的情况,说明其具有抗多址干扰性能就行。(Multipath effect is actually a time domain representation of the signal path to the existence of different random time delay difference. Other spread spectrum signal for the anti-interference performance, and anti-MAI performance. Here we consider the simplest case, considering only one user interference, indicating its performance with anti-multiple access interference on the line.)
- 2013-11-13 16:37:09下载
- 积分:1
-
ZVSPWM
MATLAB实现的基于软开关技术的pwm电路。(MATLAB based on soft switching technology of the PWM circuit.)
- 2021-03-02 22:09:33下载
- 积分:1
-
基于Simulink的热力学的燃料电池系统级仿真模型
说明: 基于Simulink搭建的燃料电池系统级仿真模型,适合相关matlab专业学生交流学习。(The fuel cell system level simulation model based on Simulink is suitable for the students majoring in MATLAB.)
- 2019-12-18 10:48:09下载
- 积分:1
-
UWB_Channel_IEEE_802_15_3a
说明: 802.15.3 无线个域网的仿真模型,基于matlab语言实现(802.15.3 WPAN the simulation model, based on the Matlab language)
- 2005-09-11 11:07:25下载
- 积分:1
-
检测曲线
蒙特卡洛实验,得出曲线为检测性能曲线,为取不同信噪比下的PD与SNR的关系。(The Monte Carlo experiment shows that the curve is the detection performance curve, and the relationship between PD and SNR at different SNR is obtained.)
- 2017-07-04 14:27:52下载
- 积分:1