-
Pointing04-Proceedings
point process of pose estimation
- 2013-01-09 18:20:04下载
- 积分:1
-
testNePID
神经元PID测试程序模型,方便好用,下载后可直接运行(Neuron PID model test program to facilitate the easy to use, the download can be run directly)
- 2011-05-28 10:58:28下载
- 积分:1
-
lab1
傅里叶变换与逆变换, Matlab程序。The main focus of this lab lab is converting between the frequency and time domain.
(Fourier Transform Forward and inverse)
- 2013-11-13 21:01:09下载
- 积分:1
-
DEA例子
说明: matlab对DEA编程Programming DEA with MATLABmatlab对DEA编程(Programming DEA with MATLAB)
- 2019-03-27 14:16:34下载
- 积分:1
-
baker_7
帧同步算法的性能上线分析程序,同步码使用的是7位baker码。(Frame synchronization algorithm performance on-line analysis program, the synchronization code using seven baker yards.)
- 2011-07-11 10:19:30下载
- 积分:1
-
c13_tiv1
发生在时变系统中所展示的频谱扩展。待仿真系统是一个简单系统,其中系统的代桶输入是一个形为x(t)=cos[2π(f0+f1)t]的“音频”。(Occurred in the time-varying system in spread spectrum display. Subject to the simulation system is a simple system in which the generation of the system input is a bucket-shaped to x (t) = cos [2π (f0+f1) t] of the " audio." )
- 2013-09-07 09:14:40下载
- 积分:1
-
75448190INSPLidar
运用matlab读取雷达数据,进行处理,(Reading radar data for processing)
- 2018-03-12 15:49:58下载
- 积分:1
-
GA-PSO
说明: 本算法为用遗传算法改进粒子群GA-PSO算法,附带含有程序使用说明。(This algorithm uses genetic algorithm to improve particle swarm optimization GA-PSO algorithm, with instructions for the use of the program.)
- 2021-01-08 09:48:51下载
- 积分:1
-
遗传算法,想学果断看过来
clc;
clear;
%%%%%%%%%%%%%%%%%%%%初始化%%%%%%%%%%%%%%%%%%%%%%%
M=50; %种群大小
Pc=0.6; %交叉概率
Pm=0.001; %变异概率
l_limit=-10; %求解区间下限
h_limit=10; %求解区间上限
delta=1/10000; %所需精度
generations=500 ; %繁衍代数
a=(h_limit-l_limit)/delta+1; %临时变量
f=@(x)(sin(x)./x); %目标函数
for icnt=0:inf
if a
- 2022-01-22 13:55:56下载
- 积分:1
-
InterpolationAndFits
多项式插值和多项式拟合数学运算matlab算法仿真(Polynomial interpolation and polynomial fitting mathematical algorithm matlab simulation)
- 2007-10-18 14:35:18下载
- 积分:1