-
code
Digital watermarking
- 2009-03-14 03:27:43下载
- 积分:1
-
fit_ellipse1
fit_ellipse - finds the best fit to an ellipse for the given set of points.(fit_ellipse- finds the best fit to an ellipse for the given set of points.)
- 2009-11-22 21:55:18下载
- 积分:1
-
radar-mainei-tezhengtiqu
雷达脉冲内调制特征的提取技术,用于雷达特征分析与信号分选。这是matlab程序。(Within the radar pulse modulation feature extraction technique for radar signature analysis and signal separation. This is a matlab program.)
- 2013-10-28 18:48:21下载
- 积分:1
-
matlab2
基于matlab的风机信号处理,包括时域频域各种分析方法(Fan-based signal processing matlab, including a variety of analytical methods and frequency domain)
- 2014-01-04 18:05:43下载
- 积分:1
-
MATLABPID
1.本书在MATLAB环境下实现了各类PID控制算法,具有很强的工程参考价值.
2、将光盘中的仿真程序复制到硬盘MATLAB运行的路径中,便可仿真运行。
3、本书算法在MATLAB 5.3版下运行成功,并适用于其他版本。
(1. This book has all kinds of MATLAB environment to achieve PID control algorithm, has a strong engineering reference value. 2, CD-ROM in the simulation program will be copied to the hard disk to run the path of MATLAB, the simulation can be run. 3, the book version of algorithm in MATLAB 5.3 running under success, and apply to other versions.)
- 2009-12-28 21:31:04下载
- 积分:1
-
hough
标准的hough变换用于航迹起始算法,包括跟踪处理全过程(Hough )
- 2021-04-14 21:08:55下载
- 积分:1
-
dwt_final
this file include dwt watermarking method which is implemented in malab
- 2011-05-24 16:05:27下载
- 积分:1
-
circonv
圆卷积与线卷积在FIR中的实现,通过程序还开深刻理解两者间的差别和各自优劣。
1.圆卷积用在被截出的某段数据中,此时,长度应该定为和输入数据长度一致(一般输入数据大于hn的数),这时圆卷积结果相当于某段被截断出来的数据以非截断的方式经过滤波而得出的结果;线卷积用在各自独立的,离散的数据中,若截断数据也用线性卷积来计算,那么就相当与这部分数据是与源数据是独立的,
得出的结果时域两端会变长,但频谱基本上一样的。差别可以想象。
2.注意圆卷积最开始的输入数据的次序,构造矩阵时要注意。(Circular convolution with the line convolution in the FIR implementation, the program also opened a deep understanding of the difference between the two and their respective pros and cons. A circular convolution with cut out a certain period of data At this point, the length should be set for the same length as the input data (typically input data greater than hn the number), when the circular convolution is equivalent to a certain the results of the truncated data to the non-truncated filtered line convolution with a separate, discrete data, truncated data with a linear convolution calculation, then the equivalent of this part of the data is independent of the source data, the results of both ends of the time domain becomes long, but the spectrum is basically the same. The difference can imagine. Note that the order of the circular convolution of the input data to construct matrix.)
- 2012-06-28 04:36:25下载
- 积分:1
-
9812834109
MATLAB DATAMINING COURSE CODE
- 2010-09-17 16:32:07下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1