-
RLS
Hi ,
Here is a list of the files contained in RLS.zip
FIR_RLS : FIR RLS demo (FIR is used when there is an access to the output i.e feedback is used like in a dc motor we use speed as feedback)
IIR_RLS : IIR RLS demo (IIR is used when there is no access to the output the system model is only a function of the input i.e channel equalization prolbem )
FIRsampledata : a sample data for FIR RLS demo
IIRsampledata : a sample data for IIR RLS demo
Enjoy !
- 2009-10-09 21:29:06下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
dijkstra1
this file present one of the most popular way to calculate dijkstra distance presentation, especialy for 3D triangulation mesh.
- 2011-07-07 02:14:26下载
- 积分:1
-
PIDMATLAB.04.09
先进PID控制matlab仿真,第二版,刘金坤(fuzzpid PID)
- 2013-04-08 09:04:56下载
- 积分:1
-
MATLABCODE
MATLAB常用算法的程序集,对matlab学习者来说是不错的资料(The MATLAB algorithms commonly used procedures set matlab learners good information)
- 2013-04-18 17:18:02下载
- 积分:1
-
short_time_Fourier_transform_of_windowed
说明: STFT 实现短时加窗 傅里叶 变换 分析
可用于跳频时频分析(STFT to achieve short time Fourier transform of windowed time-frequency analysis can be used for frequency hopping)
- 2010-04-21 15:29:43下载
- 积分:1
-
chap9
《MATLAB图像处理实例详解》源代码 第9 章( MATLAB image processing example explanation Source Code Chapter)
- 2014-12-16 16:33:59下载
- 积分:1
-
nerual-toolbox
matlab结合神经网络的工具包使用说明,简便易懂,好东西(combined with neural network matlab toolkit for use, easy to understand, good stuff)
- 2014-02-18 21:03:21下载
- 积分:1
-
queure
针对M/PH/1(k)排队系统推导出该排队系统在任意时刻、到达时刻、退去时刻的队列长度状态概率分布、平均队列长度、以及平均等待时间,并编写程序进行数值计算,并对M/E2/1(k), M/M/1(k), M/H2/1(k)排队系统的性能进行数值比较。(against M/PH/1 (k) queuing system derived the queuing system at any time, the arrival time, faded moment of the queue length probability distribution, the average queue length, and the average waiting time, and the preparation procedures for numerical computation, and M/E2/1 (k), M/M/1 (k), M/H2/1 (k) queuing system performance numerical comparison.)
- 2006-08-29 08:23:39下载
- 积分:1
-
cooperative_diversity2
Implementation Throughput Improvement for Cell-Edge Users
- 2012-07-29 15:18:22下载
- 积分:1