-
signalmatlab
有关于MATLAB的在数字信号处理方面的书籍,介绍了MATLAB的基本功能(On the MATLAB signal processing in digital books, introduces the basic functions of MATLAB)
- 2010-07-21 10:46:33下载
- 积分:1
-
region_growing
region growing segementation
- 2010-02-26 20:11:39下载
- 积分:1
-
fdtd2D
二维FDTD分析电磁散射问题的matlab源码(2D-FDTD for the simulation of electromagnetic scattering)
- 2010-09-27 21:38:54下载
- 积分:1
-
calareaa
本文件算出闭合曲线图形的面积是根据像素点来的(Closed curves calculated in this document is based on the size of graphics to the pixel)
- 2011-09-23 14:28:16下载
- 积分:1
-
DDS
用MATLAB中的SIMULINK工具实现DDS的仿真模型,不过这里的控制字是常量(SIMULINK with MATLAB tools in DDS realize the simulation model, but here the control word is a constant)
- 2008-04-14 16:22:30下载
- 积分:1
-
Kronecker_matlab
运用matlab实现了kronecker无线信道模型的仿真,并有相应的测试例,可以直接通过本源码得到kronecker模型的H矩阵及其各种统计特性。(Kronecker achieved using matlab wireless channel model simulation, and there is a corresponding test cases can be directly obtained through this source kronecker model H-matrix and its various statistical properties.)
- 2021-01-13 10:58:48下载
- 积分:1
-
2Tx-2Rx-STBC-MIMO
这是一个基于2发2收,STBC的MIMO仿真模型,在该模型中,可以看到MIMO从数据生成到数据调制最后到解码的整个过程(This is a 2 on the 2 admission, STBC MIMO model, the model, MIMO can see from the data generated to the final data modulation of the whole process of decoding)
- 2007-03-16 17:53:58下载
- 积分:1
-
s_heli_2d_ff_lqr_i
这是关于二自由度直升机模型的前向控制和反馈控制的simulink仿真模型(This is the simulink simulation model helicopter model before about two degrees of freedom to control and feedback control)
- 2013-11-28 21:19:41下载
- 积分:1
-
fangwenkongzhi
访问控制课设报告,自主访问控制和基于角色的访问控制(Report class-based access control, discretionary access control and role-based access control)
- 2014-01-11 23:12:58下载
- 积分: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