-
mybode
绘制控制系统近似bode图,为了做自动控制原理作业时偷点懒。虽然matlab自带bode函数但是作业要求画近似的。(Drawing control system approximation bode diagram, when you steal lazy to do the job of Automatic Control Theory. Although matlab function but the job comes bode asked to draw approximate.)
- 2017-03-24 22:13:43下载
- 积分:1
-
Unit-Commitment-Methods-to-Accommodate-High-Level
Unit Commitment Methods to Accommodate High Levels of Wind Generation
- 2014-01-17 15:29:01下载
- 积分:1
-
45666035erwrw
基于matlab语言的车牌字符分割技术,分割出的自拍比较清晰,方法很新颖(Matlab language based on license plate character segmentation, segment of the self-timer is relatively clear, a very novel method)
- 2010-06-15 23:15:40下载
- 积分:1
-
Arithmetic
Arithmetic 数值计算,包含了可以用matlab就是的一般常用数值计算(Numerical Calculation of Arithmetic, contains matlab can be used is the commonly used numerical)
- 2008-02-12 00:07:34下载
- 积分:1
-
drtoolbox-use
drtoolbox降维工具箱程序包以及使用的范例 LLE,LTSA,ISOMAP,等( examples of drtoolbox use)
- 2013-10-06 10:37:07下载
- 积分:1
-
matlab-dpd
最新的数字预失真程序,为博士论文的全部程序,对于从事预失真研究人员有一定帮助(The latest digital predistortion program, all program for doctoral thesis, it is helpful for researchers engaged in predistortion)
- 2014-12-31 00:38:59下载
- 积分:1
-
Simulink_kalman_a
关于simulink的卡尔曼滤波程序,大家分享!!!!!!!!!!!!!!(about kalman filter using simulink)
- 2010-11-02 01:30:37下载
- 积分:1
-
matlab-image-segmentation
matlab_图像分割算法源码 有很多经典的分割代码 可以应用于具体图像的操作中(image segmentation matlab source code)
- 2013-04-01 11:22:17下载
- 积分:1
-
matlab16QAM
matlab实现16QAM的调盒解调(matlab achieve 16QAM modulation demodulator box)
- 2008-01-06 17:40:32下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1