-
Antenna_Selection_and_Design
设计2.4GHz的短距离无线传输天线的资料(The data for designing 2.4GHz SRD wirless antenna)
- 2009-05-11 14:11:35下载
- 积分:1
-
homework1
设计一个模拟信号(几个不同频率简谐信号之和,再加一个白噪声)
用不同的采样频率把信号离散(满足和不满足采样定理),
画出信号波形;
分别作信号的谱分析(幅值);对比采样频率的影响;
选用不同窗函数对同一个信号作谱分析,比较分析。(signal process using matlab)
- 2013-09-11 08:06:00下载
- 积分:1
-
bidirectional_dcdc2
双向DCDC的简单电流控制,既可以升压,也可以降压,适合于储能,光伏接入电网(bidirectional dc dc )
- 2016-04-09 20:54:35下载
- 积分:1
-
vad
语音滤波短时能量 短时过滤率 端点检测 都能得到相应的仿真波形(Speech s filtering the short time percolation of a short time energy a rate to carry to order examinations can get to homologously imitate true wave a form)
- 2009-03-17 11:06:43下载
- 积分:1
-
pendulum_neurul
经典倒立摆问题的神经网路控制器仿真,对了解神经控制和simulink仿真很有用(Classic inverted pendulum control problem of neural network simulation, neural control and the understanding of the usefulness of simulation simulink)
- 2009-06-17 20:27:17下载
- 积分:1
-
Test
vc++ 调用 matlab
vc++ 调用 matlab
vc++ 调用 matlab
vc++ 调用 matlab(vc++ matlab)
- 2011-06-28 12:54:47下载
- 积分:1
-
DPSO
离散粒子群算法。粒子群算法原来只能处理连续变量,算法进行了改进,可以处理离散变量(Discrete particle swarm optimization algorithm, particle swarm optimization algorithm can only deal with continuous variables, the algorithm is improved, can handle discrete variables )
- 2021-04-21 21:08:49下载
- 积分:1
-
landing
This package was used was aircraft landing simulation. Its code implements algorithms, that detect objects on planes runway: vehicles, people, animals. Analizes black&white image from infrared camera (folder containes just Photoshop images), detects objects, highlights them and informs pilot of possible risks.
- 2011-04-19 04:46:08下载
- 积分:1
-
cyclicpursuit
循环追踪算法程序,用于平面内多个体系统的分布式控制,能够达到收敛的目的,控制所需信息量少。(This code is about the cyclic pursuit algorithm which is used for controlling of formation moving in a plane.)
- 2012-03-29 00:41:09下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1