-
(eWiley)IndependentComponentAnalysis
关于ICA的经典书籍,理论与应用兼顾,研究盲信号分离的必备参考。(ICA on the classic books, balance between theory and application, research Blind Signal Separation of essential reference.)
- 2007-01-22 16:05:48下载
- 积分:1
-
PSO
PSO算法简单、易实现、计算量小,而且PSO 对初始点依赖性不大,具有更强的全局优化能力,也能较快的的收敛于可接受解。这是改进的pso,请多多指教。(PSO algorithm is simple, easy to realize the advantages of a small amount of computation and computational efficiency, and PSO dependence of the initial point, with stronger global optimization capability, but also faster convergence to an acceptable solution. This improved pso, exhibitions)
- 2013-03-12 16:47:21下载
- 积分:1
-
六轴机械臂的自适应模糊控制
六轴机械臂的自适应模糊控制,用于其轨迹的规划(Adaptive Fuzzy Control six-axis robot arm)
- 2017-04-08 19:41:08下载
- 积分:1
-
123
关于木材识别的一片论文,已经被推为优秀论文了,包含边缘检测的小知识(Recognition of a timber on paper, has pushed for the excellent papers, including edge detection Tips)
- 2016-07-26 20:28:16下载
- 积分:1
-
MATLAB
一本讲述matlab应用的经典书籍,书中具体详细的描述了matlab的应用。(A classic book about the matlab application, specific and detailed description of the book matlab applications.)
- 2011-07-22 11:29:45下载
- 积分:1
-
AWGN_Simulation
本程序仿真了高斯噪声的几种概率密度估计方法(This procedure simulated several Gaussian noise probability density estimation method)
- 2015-02-06 16:47:11下载
- 积分:1
-
MIMO_QR
MIMO发射和表收天线有4*48*8的QR分解符号检测QPSK调制简单例子有用就拿去(MIMO transmit and receive antennas tables have 4 * 4 8 * 8 QR decomposition QPSK modulation symbol detection will take a simple example of a useful)
- 2014-02-06 23:13:35下载
- 积分:1
-
WSN
无线传感器网络定位的定位算法,英文,多篇,好好看,对做定位的人有帮助 (The positioning of wireless sensor network localization algorithm, in English, many articles, good to see, and do help people locate)
- 2010-10-31 13:46:19下载
- 积分:1
-
uesprit
用于信号处理中的检测DOA估计,成像,频率估计等(Signal processing for detection of DOA estimation, imaging, frequency estimation, etc.)
- 2008-07-10 14:06:24下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1