-
Simulation-Matlab
matlab simulation for TL and cable
- 2013-10-30 03:28:11下载
- 积分:1
-
PID
matlab仿真源程序,先进 PID 控制及其 MATLAB 仿真(程序)。(??)
- 2020-11-16 12:19:40下载
- 积分:1
-
dsp_rader
产生信号加噪声,并且把它MTI,MTD,脉冲压缩。(Generating a signal plus noise, and put it MTI, MTD, pulse compression.)
- 2015-01-19 19:36:11下载
- 积分:1
-
多种多任务学习算法的工具箱 MALSAR1.1
多种多任务学习算法的工具箱 有代码有使用手册 matlab版(the toolbox of multi-task learning algorithms (matlab version))
- 2020-06-27 03:00:02下载
- 积分:1
-
MATLAB-Codes(-Knapsack-Problem)
about using matlab for solving Knapsack Problem
- 2015-04-05 19:46:02下载
- 积分:1
-
m-file
apply mid filter to image and compare with another filter in image processing
- 2012-01-22 05:28:52下载
- 积分:1
-
codes
function to compute an expression using int value parameters
throw an exception of type illegalParameterValue
in case one of the parameters is <= 0
- 2009-02-28 18:22:20下载
- 积分: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
-
Frequency
采用有限元法利用matlab编制了管道的自振频率计算程序。(The finite element method using matlab to prepare a pipeline vibration frequency calculation procedures.)
- 2013-04-01 20:59:15下载
- 积分:1
-
LDPC_system
matlab 模拟ldpc系统,包括BER和SNR,BER和迭代次数的关系(matlab simulation ldpc system, including the BER and SNR, BER and the relationship of the number of iterations)
- 2012-12-30 12:11:34下载
- 积分:1