-
filter
filter parameter determination
- 2010-01-01 13:57:36下载
- 积分:1
-
getdf
用共轭梯度法求解x1^2+4*x2^2.精度为0.1(The Conjugate Gradient Method x1 ^ 2+4* x2 ^ 2. Accuracy of 0.1)
- 2011-01-08 19:16:22下载
- 积分:1
-
qjyz
全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
)
- 2013-11-06 09:14:50下载
- 积分:1
-
La-machine-synchrone
Modelisation de la machine asynchrone avec matlab simulink
- 2014-01-21 20:53: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
-
cs
说明: 压缩感知的几种常见算法,可实现一维信号重构。(everal common algorithms of compressed sensing can realize one-dimensional signal reconstruction.)
- 2020-10-22 15:25:14下载
- 积分:1
-
kalmanfiltercode
这是一个用matlab编的卡尔曼里滤波程序。非常好用,希望大家能够用到。(This is a series with matlab ri Kalman filtering procedure. Very easy to use, hope that we can use.)
- 2009-01-04 16:09:03下载
- 积分:1
-
MappedTensor
Manages very large tensors of arbitrary dimensions as mapped files on disk.
(This class transparently maps large tensors of arbitrary dimensions to temporary files on disk. Referencing is identical to a standard matlab tensor, so a MappedTensor can be passed into functions without requiring that the function be written specifically to use MappedTensors. This is opposed to memmapfile objects, which cannot be used in such a way.
MappedTensor also offers support for basic operations such as permute, without requiring space for the tensor to be allocated.
An existing binary file can also be mapped, similarly to memmapfile. However, memmapfile offers more flexibility in terms of file format.
)
- 2010-12-14 15:17:16下载
- 积分:1
-
norm2huff
实现哈弗曼压缩编码的matlab程序。(m文件)(Huffman code)
- 2009-07-02 10:16:41下载
- 积分:1
-
adv_bash_script_guide
Advanced Bash− Scripting Guide
An in− depth exploration of the gentle art of shell scripting
- 2014-08-29 05:13:55下载
- 积分:1