-
drawcardioid
画心形线,利用MATLAB动画演示,可以用于耍酷(to draw a cardioid with animation)
- 2009-09-29 22:20:52下载
- 积分:1
-
videowatermarking
video watermarking based on dct, svd, LSB and wavelet all works good use vipmen video in matlab
- 2010-10-15 11:13:01下载
- 积分:1
-
1
说明: 模糊控制实例说明,请大家下载观看哦,希望对你们有用(Fuzzy control examples, please download watch Oh, I hope useful)
- 2013-07-17 13:05:45下载
- 积分:1
-
NPC3Level
二极管钳位3电平换流器的参考例子,可以学习载波移相调制方式(NGP-3level inverter)
- 2017-01-17 08:47:19下载
- 积分:1
-
matlab
用matlab软件实现图像轮廓的提取,程序简单好用。(Matlab software using the image contour extraction procedures are simple and easy to use.)
- 2011-06-30 19:46:15下载
- 积分:1
-
Biorthogonal_Wavelets
Bio-ortogonal wavelet based image compression.
- 2013-03-11 21:29:08下载
- 积分:1
-
laplacian
matlab 拉 普 拉 斯 算 子 代 码(matlab laplacian detector)
- 2010-05-14 12:39:30下载
- 积分:1
-
selectivemapping
This source code describes about a PAPR Reduction Technique-Selective Mapping and simulates in matlab environment
- 2011-10-01 01:32:37下载
- 积分:1
-
6.JADE-MATLAB
角度和时延联合估计(JADE)算法MATLAB程序(Joint angle and delay estimation (JADE) algorithm MATLAB program)
- 2011-10-31 11:19:00下载
- 积分: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