-
matlabfunctionsandcommands
matlab的函数及指令。最全的指令集和函数集。(matlab functions and commands. The most complete instruction set and function set.)
- 2009-12-12 10:32:31下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
matlab-book
matlab建模的百科全书,司守奎老师编著的(many useful knowledge about matlab )
- 2013-09-14 15:01:34下载
- 积分:1
-
Damped-oscillation-curve
以MATcom为内核的C++程序,调用MATLAB拟合衰减振荡曲线(多线程)(In MATcom as the core C++ program, call the MATLAB fitting damped oscillation curve (multi-threading))
- 2013-09-21 10:23:25下载
- 积分:1
-
ShortPath
Dijkstra最短路算法实现:求任意两点间的最短路;任一点到其它各点的最短路(Dijkstra shortest path algorithm)
- 2012-01-05 22:29:28下载
- 积分:1
-
辅助小波分析与应用例程
关于小波分析的 具体是什么 我也不太清楚(wavelet analysis on the specific is what I did not know)
- 2005-06-05 10:38:26下载
- 积分:1
-
ICALABtol
说明: 比较全面的ICA算法Matlab程序,可以作为ICA研究的基础(More comprehensive Matlab procedures ICA algorithm can be used as the basis of the study ICA)
- 2008-11-23 15:40:38下载
- 积分:1
-
PskScyB
产生psk调制信号的源程序,并对信号进行成型滤波及上变频(generate PSK modulated signals, and the signals pass the shaping filter and DUC)
- 2013-11-05 11:12:23下载
- 积分:1
-
Optimization-Case-Analysis-
MATLAB优化算法案例分析与应用.pdf,余胜威所著,高清电子书,全本(MATLAB Optimization Case Analysis and Application .pdf, Yu Shengwei book, e-book definition, all of the)
- 2016-08-12 23:16:45下载
- 积分:1
-
pok
用于扑克的识别
主要原理是
先把左上角的截去一个角(涉及到智能判断切片大小)
之后通过区域查找和HSV模型
辨别出颜色
和找出相应的区域
然后利用编码形式
识别数字和花式(The main principle for the identification of poker is to first truncate the top left corner (relating to intelligence judgments slice size) after the HSV model through regional search and identify colors and find the appropriate form of identification coding region and then use digital and fancy)
- 2010-11-04 21:22:28下载
- 积分:1