-
cspdk
微软出的CSPDK,可以在2000 sp2及其以下版本使用(Microsoft out CSPDK, in 2000 sp2 and the following version of the use of)
- 2007-09-12 13:42:16下载
- 积分:1
-
q733
双线性变换法设计数字高通和带通滤波器,欢迎分享!(Bilinear transform design digital high-pass and band-pass filters)
- 2010-01-21 14:41:53下载
- 积分:1
-
IDASimulation
本文针对SLAM数据关联中使用最为广泛的最近邻方法作了改进,利用特征估计位置与载体预测位置之间的欧氏距离计算代替了全部特征与每个量测之间的马氏距离计算,避免了大量的矩阵乘法计算。该算法简单易行,降低了算法的计算复杂度,有利于SLAM算法的实时执行,且关联效果与全局最近邻法相同(In this paper, SLAM data association in the most widely used methods of improving the nearest neighbor, using the characteristics of the estimated location and the location of vector prediction Euclidean distance between the calculation instead of all the characteristics of each measurement between the Mahalanobis distance calculation, to avoid a large number of matrix multiplication calculation. The algorithm is simple, the algorithm to reduce computational complexity and is conducive to the implementation of real-time SLAM algorithm, and the effects associated with the same overall nearest neighbor method)
- 2008-12-19 11:09:48下载
- 积分:1
-
PSO
一种新的集群优化算法,粒子群优化算法,重要文献(New cluster optimization algorithm
PSO)
- 2012-03-21 15:44:10下载
- 积分:1
-
bianmadematlabshixian
基于matlab编写了自然二进制码、折叠二进制码、反射二进制码之间的转换,并使用MatlabGUI设计了人机交互界面。(Prepared based on matlab natural binary code, binary code folding, reflecting the conversion between binary code and use interactive interface designed MatlabGUI.)
- 2013-07-09 19:57:14下载
- 积分:1
-
16QAM_blind_equalization-for-cma
一个16相位正交调幅的信道盲均衡恒模算法,适用于高斯白噪声信道。(a 16 QAM blind equlization for costant modulus algorithm ,which used to Gaussian white noise channels)
- 2020-11-03 11:39:53下载
- 积分:1
-
qiuqiu
小波包分析提取振动信号中的特征频率,中介真值程度度量,基于中介真值程度度量的图像分割计算多重分形非趋势波动分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segmentation Calculate the multifractal trend fluctu)
- 2016-09-06 21:03:19下载
- 积分:1
-
8PSK传输系统pskmoto
8PSK传输系统,包括调制解调和高斯信道(8PSK transmission system, including the modem and Gaussian Channel)
- 2020-07-05 13:28:59下载
- 积分:1
-
RRR=PRP
机械结构RRR-PRP运动学仿真,包括速度,加速度的仿真结果,里面有运动仿真模型和M文件。(Mechanical structure RRR-PRP kinematics simulation, including speed, acceleration simulation results, there is a motion simulation model and the M-file.)
- 2013-04-16 20:55:03下载
- 积分:1
-
bisection_new
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.
prepared by Razana Alwee
24
Algorithm
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)
- 2011-11-23 09:49:57下载
- 积分:1