-
Matlab
matlab图形图像处理函数,包括所有有关matlab图形图像的函数(matlab graphic image processing functions, including all the graphic image of the function matlab)
- 2010-03-14 18:32:09下载
- 积分:1
-
Matlab3---Eshelby-Tensor-in-Elliptic-Cylinder
Elliptic Cylinder case Smatrix for Eshelby Function in MicroMechanics
- 2014-11-10 01:14:43下载
- 积分:1
-
liu
状态模型的极大似然估计,使用EM算法,以及卡尔曼滤波。(This supplementary note discusses the maximum likelihood esti-mation of state space models using Expectation-Maximization (EM) algorithm and
bootstrap procedure for statistical inference. A Matlab program script implement-ing the Kalman ¯ lter, Kalman smoother and EM algorithm)
- 2021-02-19 01:39:44下载
- 积分:1
-
ValueParser
Search for a Command Details object from a list.
- 2014-05-19 22:50:32下载
- 积分:1
-
Car_hist
Drulhe S. - Hue M. -- dec 2003
Demo to compute the histogram features.
Some functions used here require Image Processing Toolbox
(Drulhe S.- Hue M. -- dec 2003
Demo to compute the histogram features.
Some functions used here require Image Processing Toolbox
)
- 2009-10-19 19:58:40下载
- 积分:1
-
LTE_CRC_APPEND
LTE中的CRC添加代码
分逐位运算和逐字节运算(查表法)
matlab实现(Appending CRC for data_bits in LTE
)
- 2012-04-08 23:20:30下载
- 积分:1
-
Inter-Symbol-Interference
基于泊松过程的检测与估计原理和方法,对“有符号间干扰信道”中的类似问题进行仿真,并最终给出了仿真数据趋势图。
(Poisson process based on principles and methods of detection and estimation of "inter-symbol interference channels have" similar problems in the simulation, and ultimately gives the simulation data trends.)
- 2011-12-08 22:35:25下载
- 积分:1
-
Constrained-optimization-problem
有约束最优化问题:利用matlab中已有的函数。举了一个利用里面函数求最小值的例子。这是最优化与运筹学中会经常遇到的问题(Constrained optimization problem: using the matlab existing function. For a use inside function minimise example. This was the optimized and operations research will often encounter problems
)
- 2012-11-13 20:49:52下载
- 积分:1
-
E
说明: 本程序主要是包含了ESPRIT算法性能的一维仿真和二维的仿真。(This procedure includes the ESPRIT algorithm is mainly one-dimensional simulation of the performance and two-dimensional simulation.)
- 2010-07-04 22:10:34下载
- 积分:1
-
filter
% y=filter(sig,fmin,fmax)
% 对信号进行理想滤波,可完成低通,带通
% sig为被滤波信号
% fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器
% fmax为上限频率,fmax>fmin
% fs为信号的采样频率
% y为经过滤波后的信号
(% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be completed by low-pass, band-pass filter% sig for signal% fmin is the minimum frequency, when fmin for 0:00 for the low-pass filter, when fmin > 0, for the bandpass filter% fmax is the upper limit frequency, fmax> fmin% fs for signal sampling frequency% y for the filtered signal)
- 2009-02-14 20:38:28下载
- 积分:1