-
Matlab
ARIMA prediction in matlab.
Just store inputs in y, and estimate parameters.
- 2011-10-13 06:13:23下载
- 积分:1
-
LS1
最小二乘一次计算法,就是一般的最小二乘算法(Least squares method, that is, the general least squares algorithm)
- 2016-10-14 16:01:36下载
- 积分:1
-
dongyany
主要研究了比较经典的直接加窗加权旁瓣抑制技术,并利用Matlab进行了仿真,给出了对线性调频信号和
相位编码信号脉冲压缩旁瓣抑制的直接加窗加权法处理结果,得出了分析结论。(Mainly studied the classical direct windowed weighted sidelobe suppression techniques, and using the Matlab simulation, given a linear FM signal and
The phase-encoded signal pulse compression sidelobe suppression of the direct plus window weighting method the results of the analysis conclusions.)
- 2012-04-17 17:05:49下载
- 积分:1
-
CVX
能用来求解QCQP等优化问题,简单实用。内附说明书。(using for optimal problems like QCQP, and it s easy to use.)
- 2012-05-04 14:42:34下载
- 积分:1
-
Ocean-Imaging-by-SAR
一种快速的海面特征SAR成像仿真技术_王爱明(Features a fast sea SAR imaging simulation technology _ Wang Aiming)
- 2020-11-07 17:09:50下载
- 积分:1
-
DSP5
说明: 数字信号处理的一些MATLAB源程序,均已经通过编译、仿真,请放心下载使用。(digital signal processing some of MATLAB source, we have already passed compiler, simulation, Please be assured download for use.)
- 2006-04-17 21:30:25下载
- 积分:1
-
linear-camera-calibration
using the perspective projection to obtained my algorithm
- 2013-01-04 07:06:14下载
- 积分:1
-
fft_current
FFT分析程序,非常简单,适合对程序不了解的人快速使用(FFT analysis program is very simple and suitable for people who do not understand the program quickly use)
- 2015-04-18 17:15:20下载
- 积分:1
-
CurveLab-1.0
第二代曲线波变换工具箱(curvelet)(Second generation wavelet transform toolbox curve (curvelet))
- 2010-05-24 20:55:59下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1