-
pv_mppt
实现MPPT功能的光伏模块,控制效果比较好(MPPT in PV modules to achieve the control effect is better)
- 2020-10-04 17:17:40下载
- 积分:1
-
awgn_mimo_simulation
awgn mimo simulation matlab source code
- 2013-07-10 12:05:12下载
- 积分:1
-
xi-ti-dai-ma
这是一本经典的MatlAB书的习题代码,非常丰富,非常实用(This is a classic book of exercises code MatlAB, very rich, very practical)
- 2013-01-16 18:00:55下载
- 积分:1
-
car-parking
利用matlab搭建汽车泊车平台,打开摄像头检测泊车位置(Use matlab to build car parking platforms, open the camera to detect parking position)
- 2021-03-25 15:49:14下载
- 积分: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
-
earthquake
说明: matlab地震数据处理软件
应用于地震地球物理(matlab seismic data processing software used in seismic geophysics)
- 2008-09-19 13:54:04下载
- 积分:1
-
matlab_fft
matlab实现fft,以及ifft算法,包含蝶型运算等文件(Matlab achieve fft and ifft algorithm, includes a butterfly computation, and other documents)
- 2006-12-26 17:18:21下载
- 积分:1
-
face_recog
face recognition by using principle component analysis
- 2012-05-15 04:38:32下载
- 积分:1
-
convert.cpp
利用C++程序编译的英式称量单位与国际单位转换的控制台程序。(The use of English weighing units and international unit of C++ compiler conversion console program.)
- 2015-03-24 10:54:59下载
- 积分:1
-
shallow_water_channel_simulation
这是我在做浅海水声信道建模时收集的一些资料和程序,有一定的参考价值,分享给大家(This is some of the information and procedures I was doing shallow water channel modeling the collection, there is a certain reference value for everyone to share)
- 2016-05-02 13:40:51下载
- 积分:1