-
MATLAB
MATLAB常用到的,比较基础的代码,有实例教学,很适合新手(MATLAB used to compare the basis of the code, there are examples of teaching, it is suitable for novice)
- 2008-04-09 11:34:54下载
- 积分:1
-
canoon
matlab源代码 运行之后能够演凑卡农 很神奇的程序啊(matlab source code to run speech Minato Canon magical program)
- 2013-04-17 10:45:53下载
- 积分:1
-
ASK
ASK调制解调,及在AWGN信道下的性能(ASK modulation and demodulation, and performance in AWGN channel)
- 2013-04-21 21:47:37下载
- 积分:1
-
matlab
matlab在科学计算中的应用,计算,matlab,代码,程序,运行结果(matlab in scientific computing, computing, matlab, code, program, the results)
- 2013-12-09 10:13:16下载
- 积分:1
-
xianxingyucepage63_68old
《空间谱估计原理与算法》线性预测算法matlab源代码(" Space Spectrum Estimation Principle and Algorithm," Linear prediction algorithm matlab source code)
- 2009-03-03 20:34:57下载
- 积分:1
-
Imsol
this surce code is imsol matlab
- 2013-08-04 17:50:17下载
- 积分:1
-
snr1
批量计算DNA外显子频谱和信噪比的程序,一个结构体包含100个分数据(Batch program to calculate the the DNA exon spectrum and signal-to-noise ratio, a structure containing the data of the 100 sub-)
- 2012-09-28 15:27:53下载
- 积分:1
-
FANUC-AM-100iC---Installation
Fanuc ArcMate 100iC Installation instructions
- 2015-02-20 00:07:24下载
- 积分: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
-
assignments6
此程序用来产生不同n条件下的固有频率并画出振型图(The program used to generate the N under different natural frequency and vibration mode diagram drawn
)
- 2015-03-29 09:59:51下载
- 积分:1