-
SMI_FDL_NCCB_BF
对于声矢量圆阵,比较固定对角加载法(FDL)和双重范数约束法(NCCB)和常规(SMI)的自适应波束形成器的性能。(For acoustic vector circular array, relatively fixed diagonal loading method (FDL) and double norm constraint method (NCCB) and conventional (SMI) adaptive beamformer performance.)
- 2021-03-15 14:49:22下载
- 积分:1
-
l1_ls_matlab
l1_ls: A Matlab solver for l1-regularized least squares problems.
- 2014-01-13 00:04:45下载
- 积分:1
-
Wapiti-master
python-wapiti is a python wrapper for wapiti (http://wapiti.limsi.fr), a very nice sequence labeling tool with support for maxent models, maximum entropy Markov models and linear-chain CRF.
- 2015-04-04 19:39:51下载
- 积分:1
-
MATLAB_example_for_serial_devices
matlab code for MATLAB serial - code example
- 2015-02-03 15:43:47下载
- 积分:1
-
TSP
用模拟退火算法求解TSP问题
[1]主函数tsp.m
[2]计算路径长度的子函数 route_long.m
[3]随机交换两个节点的顺序函数exchange.m(Using simulated annealing algorithm for solving TSP problems [1] the main function tsp.m [2] calculation of path length of Functions route_long.m [3] randomly exchange the order of two nodes function exchange.m)
- 2008-08-12 09:25:20下载
- 积分:1
-
morph
对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作(The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations)
- 2010-06-08 21:47:30下载
- 积分:1
-
clasicalpsd
谱估计一直以来被信号处理领域的工作者所关注,该程序总结了几个谱估计算法,供大家参考学习!(Spectrum Signal Processing has been of concern to workers in the field, the program summarizes the number of spectral estimation algorithm, for your reference to learn!)
- 2010-12-25 10:07:32下载
- 积分:1
-
DS_CDMA
DS_CDMA移动通信系统matlab仿真(DS_CDMA communication system simulation matlab)
- 2011-01-12 22:10:57下载
- 积分:1
-
2.653.7
基于增广矩阵束的L型阵列的二维波达角估计(Beam based on the augmented matrix of two-dimensional array of L-type directe of arrival estimation)
- 2011-11-02 08:43:59下载
- 积分:1
-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1