-
main
Used to plot temp VS time graph
But has no data attached n the x axis(time) has time string format
- 2009-05-01 13:37:00下载
- 积分:1
-
optimization-method
关于智能优化方法的一本很不错的参考书 可以参考(good book)
- 2013-10-24 01:30:31下载
- 积分:1
-
gundong
用matlab开发的gui,可以滚动显示字幕,经过验证,完全可行的,有兴趣的同学可以看一下。(Developed using matlab gui, you can scroll to display the subtitles, proven, fully feasible, students who are interested can look at.)
- 2011-01-16 13:03:02下载
- 积分:1
-
unconstrained-nonlinear-
用最速下降法求解无约束非线性规划问题,最大奇异值,其梯度列向量(Using the steepest descent method solving unconstrained nonlinear programming problem)
- 2013-08-25 09:20:33下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
Linear regression
使用线性模型对数据进行多项式拟合和正弦拟合(Polynomial and Sinusoidal Fitting of Data Using Linear Model)
- 2019-03-07 09:24:33下载
- 积分:1
-
randomDart
根据不同的概率仍飞镖的问题, 循环多次计算全中的平均时间(Random Dart)
- 2009-12-08 09:07:22下载
- 积分:1
-
1120111092DSP1
用matlab编程实现连续时间信号的离散化处理,并绘图,使其形象化(Matlab programming with discrete continuous-time signal processing, and graphics to visualize)
- 2011-11-22 21:05:27下载
- 积分:1
-
obstacles
说明: 人工势场算法做路径规划的matlab程序,非常实用可以运行(The matlab program of artificial potential field algorithm for path planning is very practical and can be run)
- 2020-03-02 14:48:51下载
- 积分:1
-
compoversamp
说明: 此程序是抽样和计算自相关子程序,可以为我们提供参考(This procedure is sampling and calculation of autocorrelation subroutine, you can provide us with a reference)
- 2008-10-16 20:33:52下载
- 积分:1