-
item_set_names
trinitycore item_set_names表汉化(trinitycore item_set_names Chinese)
- 2015-03-07 03:26:30下载
- 积分:1
-
strapdown
LM算法的MATLAB实现。Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。(LM algorithm in MATLAB. Levenberg-Marquardt algorithm is an optimization algorithm. Optimization is to find the minimum value makes the function parameter vector.)
- 2013-11-09 22:28:19下载
- 积分:1
-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1
-
FCMandCFCM
说明: FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。
现在给出的这两个算法是C++代码实现的。 (FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achieve.)
- 2009-07-27 17:03:28下载
- 积分:1
-
EE
基于最大似然函数算法的MATLAB仿真程序(failed to translate)
- 2013-05-07 23:14:52下载
- 积分:1
-
long
输入一列整数,选择需要求子列的长度。在求最长子列,(Enter a list of integers, select the Child-giving the length of the column. Having failed to achieve the longest sub-columns,)
- 2009-11-18 11:53:11下载
- 积分:1
-
MUSIC-revised
本文是music算法的一种改进,其具有更好的性能,以及能够满足大多数用户的需求,希望会给大家带来方便(This article is a modified music algorithm, which has better performance, and the ability to meet the needs of most users, I hope we will bring convenience)
- 2014-01-19 21:37:16下载
- 积分:1
-
TExttendedKalh
运用TDOA/AOA定位方法使用扩展卡尔曼滤波定位算法的的matlab程序源码仿真代码
(Use TDOA/AOA location method using extended Kalman filter algorithm matlab program source code of simulation)
- 2012-09-15 22:36:58下载
- 积分:1
-
freeman_2components_decomposition_T3
freeman_2components_decomposition_T3 效果不错(freeman_2components_decomposition_T3 have a good result)
- 2015-03-24 10:36:51下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1