-
PhaSpaRecon
基于时间序列的相空间重构算法,根据参数构造出相空间矩阵。(Based on time series phase space reconstruction algorithm, according to the parameters of the phase space matrix is ??constructed.)
- 2020-10-08 11:07:37下载
- 积分:1
-
matlab code
说明: 机器人避障航路规划蚁群算法MATLAB仿真代码合集,里面有17个关于机器人自动避障的算法,和无人机航路规划代码,还有蚁群遗传因子算法的具体MATLAB仿真代码,A*算法,RTT算法等很适合做数学建模比赛使用。(There are 17 algorithms of robot automatic obstacle avoidance, UAV route planning code, and the specific matlab simulation code of ant colony genetic factor algorithm, a * algorithm, RTT algorithm are very suitable for mathematical modeling competition.)
- 2020-01-15 14:35:28下载
- 积分:1
-
PN_sequences1_final
说明: PN code generation for any length of generator polynomial
- 2020-10-09 16:47:36下载
- 积分:1
-
Absolute-Orientation
Connection between the earth and the model whit Absolute Orientation in photogrammetry
- 2014-10-18 20:49:52下载
- 积分:1
-
tx_subinterl
对LTE标准下Turbo的三路输出进行子块交织,列入行出。(Standards for LTE Turbo three-way output sub-block interleaving, included the line out.)
- 2013-11-20 11:59:44下载
- 积分:1
-
yeniay05
this is a file about penalty functions in genetic algorithm
- 2010-08-14 20:55:42下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
study04
各种升降压斩波电路的simulink 仿真(Buck Chopper variety of simulink simulation)
- 2009-01-09 00:49:21下载
- 积分:1
-
suanli1_1_3
孙志忠编写的《偏微分方程数值解法》一书中例题1.1.3的程序。用紧差分格式解常微分方程边值问题。(SUN Zhi-zhong prepared, )
- 2007-10-08 22:38:53下载
- 积分:1
-
IntGaussLager
高斯-拉盖尔公式的MATLAB代码。。。。。。。。。。(Gauss- Laguerre formula MATLAB code. . . . . . . . . .)
- 2009-04-30 08:45:14下载
- 积分:1