-
Lagrange1
说明: 已知n个自变量锁对应的函数值,可用该代码求出Lagrange唯一一个n阶差值多项式。(N independent variables are known to lock the corresponding function value, the code can be obtained only n-order differential Lagrange polynomial.)
- 2011-03-18 21:06:24下载
- 积分:1
-
ADDA-MATLAB
AD/DA转换器的设计及MATLAB仿真实现(matlab A/D)
- 2013-03-16 14:37:08下载
- 积分:1
-
FastICA
快速独立元分析,matlab程序 (fast ICA)
- 2010-06-14 04:17:47下载
- 积分:1
-
qu106
基于人工神经网络的常用数字信号调制,代码里有很完整的注释和解释,基于多相结构的信道化接收机。( The commonly used digital signal modulation based on artificial neural network, Code, there are very complete notes and explanations Channelized receiver based on multi-phase structure.)
- 2021-03-26 23:09:13下载
- 积分:1
-
bizhangrobot
说明: 利用人工势场法进行移动机器人的路径规划的matlab程序。包含具体的讲解(Matlab program of path planning of mobile robot using artificial potential field method. Contains specific explanations)
- 2020-11-04 09:37:13下载
- 积分:1
-
Onset_Offset_P
The onset of the P wave is the starting point of the P wave, it s the first positive or null sample before the P peak.
The offset of the P wave is the ending point of the P wave, it s the first negative or null sample following the P peak.
- 2010-10-05 17:17:16下载
- 积分:1
-
BPSK
说明: 在通信系统中的BPSK调制和解调源代码,在现实中用处非常大(In the communication system in the BPSK modulation and demodulation source code, in reality, use very large)
- 2010-03-23 12:53:23下载
- 积分:1
-
Atenna
天线电磁场仿真MATLAB模型,是天线计算中的不错教程(Atenna and EM modeling with matlab)
- 2009-03-11 18:02:51下载
- 积分:1
-
logistic
matlab解决logistic模型代码(matlab code to solve logistic model)
- 2020-10-14 09:07:30下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1