-
matlab
lpf实现,可以用于matlab仿真中,将此代码放到matlab工作目录下方可使用(the lpf )
- 2009-05-03 08:58:55下载
- 积分:1
-
variogramfit
变差函数、克里金插值源代码,里面有具体应用实例(Variogram, Kriging interpolation source code, there are examples of specific applications)
- 2013-09-06 10:33:12下载
- 积分:1
-
AUV六自由度模型
简化的AUV的6自由度运动仿真程序,使用龙哥库塔法。(a simplified auv model,a matlab example)
- 2020-06-30 14:40:02下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
detection-of-vehicle-movement
matlab图像分割实例,检测运动汽车,割调用库函数实现,带注释,简单易懂;(matlab image segmentation example, detection of vehicle movement, cutting call the library functions, with comments, easy to understand )
- 2010-06-23 17:29:46下载
- 积分:1
-
Signal-Processing
信号处理中的一些变换性质,公式,以及一些定义与适用范围(Some signal processing transforms the nature of the formula, and some of the definitions and scope of application)
- 2011-05-05 15:36:27下载
- 积分:1
-
multiagent_formation_control
很好的多智能体系统纯方位编队控制的几种算法的仿真程序,方便大家学习这几种控制算法(Good multi-agent system of bearing formation control of several algorithm simulation program, convenient for everybody to learn that several kinds of control algorithm)
- 2015-08-18 16:17:08下载
- 积分:1
-
ABC_MATLAB
人工蜂群算法(ABC)的matlab代码,外国人做得,求解连续函数问题(Artificial bee colony algorithm (ABC) matlab code, foreigners do, problem solving continuous function)
- 2013-07-15 18:45:49下载
- 积分:1
-
MSK
MSK调制 SIMULINK模块化实现 可以实现误码率的分析(MSK modulation SIMULINK modular BER analysis)
- 2012-05-22 08:45:26下载
- 积分:1
-
libsvm-mat-2.89-3[FarutoUltimate3.0]
说明: 可以使用SVM、LSSVM算法对样本集进行模式识别和去噪等操作(SVM and LSSVM algorithms can be used for pattern recognition and denoising)
- 2020-07-07 17:32:39下载
- 积分:1