-
altroeigen
These file contains an implementation of eigenfaces for MAtlab
- 2010-09-17 21:18:10下载
- 积分:1
-
Matlab
说明: 研究生matlab教材:matlab操作基础、矩阵及其运算、程序设计、文件操作、绘图、解方程与函数极值、动态仿真集成环境、数值积分与微分等(Graduate teaching matlab: matlab operating basis matrix and its operation, programming, file operations, drawing, solving equations with the function extreme value, integrated environment for dynamic simulation, numerical integration and differentiation,)
- 2011-02-27 11:11:25下载
- 积分:1
-
toa_MUSIC.m
利用MUSIC算法估计TOA,是一个比较简单的例子。(Use MUSIC method to estimate TOA)
- 2016-07-21 20:31:04下载
- 积分:1
-
music
music算法的实现,用于随机过程信号主要频率谱分析(music algorithm, a random process for the main signal frequency spectrum analysis)
- 2011-07-16 10:29:52下载
- 积分:1
-
PEC
二维FDTD仿真高斯脉冲的传播,设定了不同PEC边界条件,并且可以自动生成.avi文件播放。(Propagation of two-dimensional FDTD simulation Gaussian pulse, set a different PEC boundary conditions, and can automatically generate .avi file playback.)
- 2021-01-04 16:38:55下载
- 积分:1
-
BayesianNetwork_workshop07matlabcodes
BAYESIAN STATISTICS by Sarat C. Dass Department of Statistics & Probability Department of Computer Science & Engineering Michigan State University
- 2010-06-09 21:21:24下载
- 积分:1
-
GrayCodedMQAMoverRayleigh
Simulation of Gray coded MQAM in Rayleigh fading
- 2020-10-23 17:27:22下载
- 积分:1
-
paiduifangzhen
说明: 数学建模
排队仿真程序
matlab可实现(Mathematical Modeling queue matlab simulation program can be realized)
- 2009-08-22 18:53:05下载
- 积分:1
-
sesan
光脉冲在光纤中传输时受到二阶色散作用,求解二阶色散方法(pulses in optical fiber transmission by the second-order dispersion role for second-order dispersion methods)
- 2007-03-01 10:43:26下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1