-
MATLAB_programming_trip_times_of_classic_tutorials
MATLAB程序设计之行遍性经典教程MATLAB programming trip times of classic tutorials(MATLAB programming trip times of the classic tutorial MATLAB programming trip times of classic tutorials)
- 2010-08-02 13:34:19下载
- 积分:1
-
pm_estimate
利用周期图法对序列的功率谱进行估计。数据窗采用汉明窗。假设在白噪声中分辨这三个不同频率的正弦信号,其相位是均匀分布在2PI的独立随机变量,而 是一个单位白噪声.生成50个长度为N=512的 的样本序列集合。
(use map cycle sequencing method of the power spectrum estimation. Data window using Hamming window. Assume that the white noise to differentiate between the three different frequency sinusoidal signal, its phase is uniformly distributed in the PI two independent random variables. but a flat white noise. Generating 50 length N = 512 samples of the sequence set.)
- 2007-03-08 21:57:39下载
- 积分:1
-
ant_base_cap
天线和航天器之间的电容计算,应用矩量法求解,航天器模型为STEREO(numarical method of computing capacitance between antenna and the spacecraft body)
- 2011-09-28 11:14:01下载
- 积分:1
-
Partial-least-squares-
数学建模中基于matlab的偏最小二乘回归分析算法(Mathematical modeling matlab-based partial least squares regression analysis algorithm)
- 2013-11-03 18:35:16下载
- 积分:1
-
Sampling
there is code for sampling a signal and adding random noise in signal...
- 2015-02-24 18:35:12下载
- 积分:1
-
MFCC
语音识别中的MFCC算法,用MATLAB实现。(MFCC algorithm with MATLAB.)
- 2015-07-20 12:06:59下载
- 积分:1
-
simGPS
用matlab编程实现GPS数据的采集与存储。(Implementation matlab programming using GPS data collection and storage.)
- 2009-04-07 12:14:02下载
- 积分:1
-
wushuashuangkui
说明: 无刷双馈电机建模仿真的matlab、simulink代码。控制绕组的频率一定时,而发电机的转速在风速下的变化过程。
(BDFM Modeling and Simulation of matlab, simulink code. Control winding frequency of a certain time, while the generator speed in the wind under the process of change.)
- 2008-08-29 15:05:35下载
- 积分: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
-
ode45
用matlb编写的小程序 关于ode45的 感兴趣的朋友可以下载看看(Small programs written using the matlb the ode45 interested friends can download and see)
- 2012-05-02 17:19:30下载
- 积分:1