-
MATLABPart1
introduction to matlab.
- 2011-11-24 12:25:19下载
- 积分:1
-
coin-detection
简单的边缘检测小程序,希望对图像处理初学者有用(Edge Detection)
- 2013-11-27 21:02:10下载
- 积分:1
-
system-of-communicatio-in-matlab
m现代通信系统-使用matlab,该书的所有程序(m modern communication systems- using matlab, the book all the procedures)
- 2011-04-23 16:13:26下载
- 积分:1
-
6-3-1
exresice of marcel sidi
- 2013-09-07 19:34:31下载
- 积分:1
-
drools-activiti-integration
drools activiti intergration
- 2015-02-10 10:34:32下载
- 积分:1
-
wireless_matlab1
A simple but complete mobile wireless network simulator in Matlab
- 2009-11-27 14:55:10下载
- 积分:1
-
SEGMENTATION
运用分水岭的算法对图像进行分割 是一种新的方法,运用此方法,还可以对重叠的细胞进行分割(WATERSHED SEGMENTATION)
- 2021-01-28 19:18:35下载
- 积分:1
-
LMS
最小均方濾波器是一類可通過最小化誤差訊號之均方值而修正濾波器係數,以類比所需理想濾波器的自適應濾波器,其中作為修正依據的誤差訊號為理想參考訊號與實際輸出訊號之差。該種濾波器所用之最小均方法只以當前之訊號誤差值為準進行修正,是一種隨機梯度下降法。最小均方法係由斯坦福大學的Bernard Widrow教授及他的首位博士班學生Marcian Hoff於1960年提出。最小均方濾波器屬於常見的自適應濾波器種類之一。(The minimum mean square filter is an adaptive filter that can correct the filter coefficients by minimizing the mean square value of the error signal to analogize the desired ideal filter. The error signal used as the correction reference is the ideal reference signal and the actual output. The difference between the signals. The minimum averaging method used in this kind of filter is only corrected based on the current signal error value, which is a stochastic gradient descent method. The minimum mean method was proposed in 1960 by Professor Bernard Widrow of Stanford University and his first PhD student, Marcian Hoff. The least mean square filter is one of the common types of adaptive filters.)
- 2019-02-21 22:43:06下载
- 积分:1
-
MPC860TRAIN
mpc860培训教程,从结构到编程很详细(MPC860 training curricula, from the structure to the program in great detail)
- 2007-11-14 02:26:54下载
- 积分:1
-
Vector_Diagram
Script originally intended for use in oceanography/fluid dynamics. Use:
>> ipdv(X,Y) (0,0) default initial position
or
>> ipdv(X,Y,Xo,Yo) (Xo,Yo) initial position
2D vector components (X,Y) are used to plot the vectors one after another, i.e., next vector starting at the end of the previous one (via Matlab s quiver.m ).
This function handles NANs (Not-A-Number) by putting Zeros in their place, thus allowing the Matlab cumsum.m function to compute the progressive positions (Matlab function cumsum.m doesn t skip Nans). NaNs produce discontinuities in the graphic.
- 2010-01-01 20:43:53下载
- 积分:1