-
lmsandrls
以下程序是基于matlab软件实现自适应滤波器的lms和rls两种算法,不像有些程序那样冗杂,简练明了。定义一个输入信号加入一组噪音,用自适应算法进行滤波,其中用到一个for循环。(The following procedure is based on the matlab software implementation of the LMS adaptive filter and rls two algorithms, unlike some of the procedures as miscellaneous, concise and clear. The definition of an input signal by adding a group of noise, use of adaptive filtering algorithm, which uses a for cycle.)
- 2008-04-27 11:00:22下载
- 积分: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
-
Lai
追踪视频流中的运动轨迹,运用背景差分。视频名称和类型可自行命名,(Tracking the trajectory of the video stream, using the background subtraction)
- 2011-06-27 09:03:19下载
- 积分:1
-
PCA_BASED
PCA Based implementation souce code
- 2011-07-15 01:59:33下载
- 积分:1
-
simulationsoft
good way to start induction motor
- 2014-11-21 18:28:23下载
- 积分:1
-
DownUpSampling_ByFactor2
该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。
(The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling.)
- 2012-11-25 16:01:48下载
- 积分:1
-
tlsf
Matlab 贪婪算法 Matlab 贪婪算法 (Matlab Matlab greedy algorithm greedy algorithm)
- 2010-05-17 21:49:41下载
- 积分:1
-
TP3-part1
Image treatment file:image filters and beginners commands
- 2011-07-08 09:35:20下载
- 积分:1
-
bayes
贝叶斯的分类 并用到高斯混合模型当中有很好的分类效果(bayes )
- 2011-12-23 11:55:20下载
- 积分:1
-
moore14
关于bootstrap的经典文献一篇,这是Introduction to the Practice of Statistics第五版中第14章。(The classic literature on the bootstrap one, which is Introduction to the Practice of Statistics in the fifth edition of Chapter 14.)
- 2009-11-16 14:29:54下载
- 积分:1